
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (64)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (11396)
-
FFMPEG wont keep the frame rate and duration
28 avril 2018, par macprodukshunzI have a .mov video that is 53.15 fps, I need to convert it with the same duration and frame rate to a mp4. When I do it it gives me a 60 fps mp4. How do I tell it to keep the same framerate ?
I tried :ffmpeg -i input.mov -r 53.15 output.mp4
That works with framerate but the duration changes and the output looses one second. I want the video to have the exact same basic attributes after conversion.
Im using the Terminal on macOS Sierra, if that matters.
-
ffmpeg to convert all .jpg to mp4
19 janvier 2024, par Alex GiuntaI have a folder that has about 10,000 separate jpegs in it, and I want to take all of these and convert them into one single mp4 video. When I do



ffmpeg -r 1 -pattern_type glob -i '/media/e/serv01/Dorgem/camera_history/$f_date/*.jpg' -c:v libx264 /media/e/serv01/Dorgem/camera_history/$f_date/$f_date.mp4




from terminal it works fine, but once I put this into a bash script I get an error that it can't find *.jpg


-
ffmpeg to convert all .jpg to mp4
16 décembre 2013, par Alex GiuntaI have a folder that has about 10,000 separate jpegs in it, and I want to take all of these and convert them into one single mp4 video. When I do
ffmpeg -r 1 -pattern_type glob -i '/media/e/serv01/Dorgem/camera_history/$f_date/*.jpg' -c:v libx264 /media/e/serv01/Dorgem/camera_history/$f_date/$f_date.mp4
from terminal it works fine, but once I put this into a bash script I get an error that it can't find *.jpg