Recherche avancée

Médias (91)

Autres articles (49)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5608)

  • matplotlib animation ArtistAnimation failure due to ffmpeg unavailable

    23 octobre 2017, par Ohm

    I am trying to call matplotlib.animation.ArtistAnimation to make an animation from a series of png images, but I get an error that is connected to the ffmpeg. I have Anaconda installed on my Ubuntu 14.04. The error message that I get is :

    UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
     warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
    /home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py:782: UserWarning: MovieWriter ffmpeg unavailable
     warnings.warn("MovieWriter %s unavailable" % writer)
    ...
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 810, in save
       writer.grab_frame(**savefig_kwargs)
     File "/home/ohm/anaconda2/lib/python2.7/contextlib.py", line 24, in __exit__
       self.gen.next()
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 196, in saving
       self.finish()
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 389, in finish
       + ' Try running with --verbose-debug')
    RuntimeError: Error creating movie, return code: 1 Try running with --verbose-debug

    I’ve tried sudo apt-get install ffmpeg, but there is no such package. Someone knows what package I’m missing ?

  • matplotlib animation ArtistAnimation failure due to ffmpeg unavailable

    18 juin 2016, par Ohm

    I am trying to call matplotlib.animation.ArtistAnimation to make an animation from a series of png images, but I get an error that is connected to the ffmpeg. I have Anaconda installed on my Ubuntu 14.04. The error message that I get is :

    UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
     warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
    /home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py:782: UserWarning: MovieWriter ffmpeg unavailable
     warnings.warn("MovieWriter %s unavailable" % writer)
    ...
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 810, in save
       writer.grab_frame(**savefig_kwargs)
     File "/home/ohm/anaconda2/lib/python2.7/contextlib.py", line 24, in __exit__
       self.gen.next()
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 196, in saving
       self.finish()
     File "/home/ohm/anaconda2/lib/python2.7/site-packages/matplotlib/animation.py", line 389, in finish
       + ' Try running with --verbose-debug')
    RuntimeError: Error creating movie, return code: 1 Try running with --verbose-debug

    I’ve tried sudo apt-get install ffmpeg, but there is no such package. Someone knows what package I’m missing ?

  • FFMPEG conversion issue in PHP | 0KB conversion issue

    27 mai 2012, par PHPLearner

    i am using below code in the exec() command, it works in other server, in my dev region just converting into empty flv file.

    i have paid to my host to reinstall the ffmpeg, they have confirmed its good still not getting the output.

    they are claiming that i have a issue in the below syntax. does any one have any thoughts on this ?

    ffmpeg -i /home/hereitis/uploads/videos/MVI_0572.AVI -f flv -s 320x240 /home/hereitis/videos/flv/MVI_0572.flv

    Thank you so mcuh for your interest to read this.