
Recherche avancée
Autres articles (57)
-
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 (10906)
-
Error when run ffmpeg [on hold]
24 août 2013, par Thelinh TruongI installed
ffmpeg
on ubuntu 10.04 by use this command :sudo apt-get install ffmpeg
But, when I start
ffmpeg
, I keep getting this error :libavformat.so.52: cannot open shared object file: No such file or directory
Please help me to fix it.
-
automatically convert all video to mp4 h264 [on hold]
23 août 2013, par XiabiliI am a debian user and I have a lot of videos (wmv, flv, mp4 ... more than 100gb) on my server.
The problem is that the most of these videos are with mpeg4 and these codec is not supported by our Wowza server (basic License).
That is way we want to convert all these videos into H264 format.
So I need a script that converts videos recursively in the folders and if possible remove the old files after the converting.
I need your experience ! Thanks a lot !
Regards
Bili
-
ffmpeg-detect audio level from live audio streaming(php)
27 décembre 2013, par Tony Chhabadai have live audio stream service. I need to use ffmpeg to check audio level of stream in real time.
i have tried
ffmpeg -i sample.aac -filter:a volumedetect -vn -f null /dev/null
I need my live audio streaming link in place of
sample.aac
.