Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (67)

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10438)

  • Decode to multiple wavs using ffmpeg ?

    15 mars 2012, par get8p

    Heythere, good man.
    My goal is to decode an ac3 from avi to multiple wavs - each for each channel, using ffmpeg, please, help me with that.

    Now, using

    ffmpeg.exe -i teh.avi -c:a copy teh.ac3 teh.wav

    Would decode it to a sinle wav, and typing teh.wavs won't help...
    I know it can be done with other tools, but I want to know how it's achievable with ffmpeg. Thank in advance.

  • converting Rtsp stream to .wav and parallel y to bytes while stream is running

    17 février 2016, par suresh

    Thanks in advance ,I am converting rtsp live stream to .wav file using ffmpeg.Its converting good but i want to convert .wav file to byte stream parallely at the time of converting rtsp to .wav file

  • Video conversion too long

    13 décembre 2016, par Ilya Shpakovsky

    I use NReco.VideoConverter for convert flv to ogv. But this process is too long. I tried to convert 200M video but it took more than hour. The code I use :

    var ffMpeg = new FFMpegConverter();
    command = String.Format("-i \"{0}\" -c:v libtheora -c:a libvorbis -preset ultrafast \"{1}\"", inputFile, outputFile);
    ffMpeg.Invoke(command);

    Could anyone suggest me how to improve the performance of conversion ? Thanks in advance.