Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (45)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6036)

  • Revision 986d26cfaf : Moved cmake module to dedicated directory.

    3 mai 2012, par Marc Noirot

    Changed Paths :
     Delete /FindLibYaml.cmake


     Modify /NEWS


     Add /cmake/modules/FindLibYaml.cmake
    (from /FindLibYaml.cmake
    :bfa013b67fd5fb3842a6886f9be6ec9863027fa2)
     Modify /configure.ac



    Moved cmake module to dedicated directory.

  • Drupal 7 audioconverter module failed - How do I troubleshoot ?

    7 décembre 2012, par Meggy

    I am using the audioconverter module with the audiorecorder module in Drupal 7. Though it was working previously, I just recently noticed that the audioconverter module has stopped converting wav files to mp3. Here's the error in my logs ;

    MESSAGE Audio conversion failed. FFMPEG reported the following output:
    SEVERITY error

    I can see the wav file is created by the audiorecorder module but the audioconverter module is failing on the conversion.

    Can anyone steer me as to where I can begin to look ? I don't know where to begin troubleshooting.

  • ffmpeg cannot install PHP extension module

    15 octobre 2015, par Hrishikesh Choudhari

    In the last step of installing FFmpeg-PHP, I had to type sudo make install.

    At this I get the following error,

    sudo make install
    Installing shared extensions:     /usr/lib/php5/20060613/
    cp: cannot stat `modules/*': No such file or directory
    make: *** [install-modules] Error 1

    Now my extension directory is at /usr/local/zend/lib/php_extensions

    How can I tell this to my machine ?