
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (62)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (6311)
-
iOS how to transcode mjpeg video to h264 video with ffmpeg ?
16 août 2016, par J.DuanI want to transcode
mjpeg
format video toh264
video withffmpeg
.
In fact , i found affmpeg
based demo to get the goal but the app will crash when I play video withVLC
orVitamin
. Does anyone have an iOS video-transcode demo or some ways to playMJPEG
-format video exceptVLC
andVitamin
? -
video concating in FFmpeg from front and back camera creating a video flip [closed]
27 octobre 2020, par Suraj LallaWhen concating a video from front camera and back camera in FFmpeg the video from the front camera is flipped 180 degrees, please help ...


-
ffmpeg creating video with 1 minute empty space at the end of the video
13 octobre 2022, par David RuanI am using this command to generate a video with a cover page and an audio.


ffmpeg -loop 1 -r 1 -i c :/temp/coverImage.jpeg -i C :/temp/out/input.mp3 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -c:a copy -shortest -c:v libx264 C :/temp/VideoOut/output.mp4


But the generated mp4 file has 1 minute's of empty space after the audio finished.


Actually I have multiple audio files, and after the conversion, every video has that 1 minute empty space.


Any idea how to solve this ? Thanks a lot.