
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
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)
-
Cannot play the video encoded using ffmpeg command [on hold]
26 juin 2013, par user2523824I have been struggling to play the videos encoded using ffmpeg command in PHP.
Please see the URL
The JW Player doesn't work on the Firefox 21.0 for Windows7 64 Bit.
And also,
Sometimes, When I upload any video and encode by ffmpeg command, some of the videos doesn't be play on the Chrome, IE9/10.
Here is the ffmpeg command to encode.<code>
//////////////////I tried the command in PHP//////////////////////
$cmd = "ffmpeg -y -i original.wmv -vcodec libx264 -crf 25 -pix_fmt yuv420p -acodec libfaac new.mp4 > /dev/null 2>&1";
echo shell_exec($cmd);
//////////////////////////////////////////////////////////////////How do I have to implement the ffmpeg command to play within all the browser ?
Please help me.Kind regards
Niao Jina -
How could I to reduce the processing time [on hold]
28 décembre 2013, par M.YazdianI need to make a multiple-bitrate from a video file through FFMPEG but it takes 10 minutes for a video file of 20 minutes.
How could I to reduce the processing time.
-
ffmpeg : converting jpeg image sequence to movie gets error "not enough frames to estimate rate consider increasing probesize" [on hold]
29 décembre 2013, par enigmaticeastereggI have an image sequence with a numbering system of : image-00001.jpg. I want to convert this to a movie using ffmpeg. I always get the error in the title no matter what I do. Below is the syntax I'm using. Any ideas ?
ffmpeg.exe -f image2 -r 25 -start_number 1 -i sequence-%05d.jpg -vcodec mjpeg Q:\test.avi