Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (82)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6953)

  • Dumping h264 stream into a mp4 container

    29 janvier 2015, par Dídac Pérez

    I would like to know how can I dump the h264 raw stream from a network camera into a mp4 container file. I need to do it with C++, any library ? can I do it by myself ?

    Thanks in advance,

  • conversion of mp4 to mp3 using ffmpeg [closed]

    27 mars 2013, par nakul

    i am using following code in php for converting mp4 video to mp3 using ffmpeg

    <?php
    exec(ffmpeg -i ./aa1.mp4 -vn -ar 44100 -ac 2 -ab 192 -f mp3 ./sound.mp3);
    ?>

    But i am unable to create mp3.

    What to do ?

    Thanks in advance

  • Controlling concurrent process usage for ffmpeg

    20 octobre 2016, par Ugur KAYA

    I need to make a load test on my linux machine for ffmpeg tool.

    It runs SuSE 11 Enterprise edition, and 12 cores of cpu.

    What I need to do is that, I need to run 6 instances of ffmpeg simultaneously, each is running on seperate core of cpu.

    How can I achieve this ?

    PS : I need to use bash script.

    Thanks in advance.