
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (110)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13666)
-
Combining two ffmpeg commands into one command [closed]
19 janvier 2024, par Tuan LeI want to combine two ffmpeg commands to single ffmpeg command (1. combine multiple photos into a video ; 2. add music to the newly created video)


1

ffmpeg -r 0.1 -s 1080x1620 -i pictures/%03d.jpeg -vcodec libx264 -crf 25 video1.mp4


2

ffmpeg -i video1.mp4 -stream_loop -1 -i audio2.mp3 -map 0:v -map 1:a -c copy -shortest output.mp4


(Actually I have very little knowledge of ffmpeg so please excuse my foolishness)
Please help me with my issue


-
ffmpeg : gif to mp4 - combining commands
3 novembre 2022, par Paul BrowneI'm converting a gif ( recorded at 1 frame per second) to an mp4 using these 3 commands :


ffmpeg -i input.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2,fps=10" temp.mp4
ffmpeg -i temp.mp4 -map 0:v -c:v copy -bsf:v h264_mp4toannexb raw.h264
ffmpeg -fflags +genpts -r 200 -i raw.h264 -c:v copy output.mp4



- 

- 1st command converts gif to mp4 and increases fps to 10
- 2nd command converts mp4 to raw.h264
- 3rd command converts raw.h264 back to mp4 and increases the fps








Is there a way to combine some of these commands... So take the gif @1fps and output mp4 at 60fps ?


-
tools/target_dec_fuzzer : Also optionally fuzz with a parser
23 juin 2018, par Michael Niedermayer