
Recherche avancée
Autres articles (56)
-
Submit bugs and patches
13 avril 2011Unfortunately 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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (9439)
-
variable video bitrate calculator [closed]
8 mars 2013, par MeramanI am thinking to calculate bitrate of video every second.
I am thinking if I know size of encoded frames, I can calculate bitrate. If suppose video is 24 fps, then calculating size of these 24 frames will give me size in bits per second, if I am not wrong.
How can I accomplish this using libraries like FFmpeg and Java.
Thanks in advance
-
Decode to multiple wavs using ffmpeg ?
15 mars 2012, par get8pHeythere, 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 sureshThanks 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