Recherche avancée

Médias (91)

Autres articles (48)

  • 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 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5744)

  • 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 ?