Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (65)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12663)

  • rtmpproto : Add function to read a number response

    14 octobre 2014, par Uwe L. Korn
    rtmpproto : Add function to read a number response
    

    Packets that contain a number as a result to a rtmp function call are
    structured the same way (String, Number, Null, Number). This new method
    also includes more bounds checks to better handle packets that are not
    structured as expected.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c
  • Animation freezes after a number of frames after upgrading Matplotlib

    9 mars 2018, par Oliver von Baron

    I recently updated my matplotlib python package to version 2.2.0, and now some previously working code to save an animation does not work. Instead of saving an animation, the code freezes at a certain iteration number. It becomes unresponsive to interrupts and throws a PyEval_RestoreThread fatal error when I manage to close the command window.

    I am using Enthought Canopy. The code still works as normal with other versions of python and matplotlib.

    I can replicate the problem with this :

    import matplotlib.pyplot as plt
    import matplotlib.animation as animation
    import numpy as np

    SIZE = 128
    fig, ax = plt.subplots()

    ims = ax.imshow(np.random.rand(SIZE, SIZE))

    i = 0
    def update_animation(*args):
       global i
       i = i + 1
       image = np.random.rand(SIZE, SIZE)
       ims.set_data(image)
       print "Iteration "+str(i)

    F_NAME = "anim_test.mp4"
    NUM_ITERS = 1000
    FFwriter = animation.FFMpegWriter(fps=6, bitrate=500)
    anim=animation.FuncAnimation(fig,update_animation,frames=NUM_ITERS,blit=False, repeat=False, interval=200)
    anim.save(F_NAME, writer=FFwriter)    
    print "saved animation to " + F_NAME

    Changing the bitrate parameter changed the number of the frame the program halts at. For bitrate=500, it halts around frame 46.

    How can I stop pyplot freezing before all frames can be saved ?

    EDIT
    My system details :
    Python 2.7.6 64bit Enthought Canopy
    Windows 8
    8GB RAM
    ffmpeg version N-79075-ga7b8a6e

  • Updated version number.

    14 mai 2014, par blueimp
    Updated version number.