
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 (28)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Installation en mode standalone
4 février 2011, parL’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
[mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (2819)
-
Overlay timelapse video on solid background colour using ffmpeg
28 juillet 2014, par hamchapmanI’ve got a load of screenshots of a homepage that are named
homescreen000001.png
,homescreen000002.png
, etc and I’m trying to create a time-lapse video of these images using ffmpeg.I’ve got it working in general when I run the following :
ffmpeg -f image2 \
-i ~/Desktop/homescreen%06d.png \
-r 0.5 \
-s 1440x900 \
-b:v 1M \
-vcodec libx264 \
-pix_fmt yuv420p \
~/Desktop/timelapse.mp4However, it turns out that some of the images have transparent backgrounds so the background is showing up as black on those images.
I’d like a white background so I’ve been trying to set that up using ffmpeg as follows :
ffmpeg -f image2 \
-loop 1 \
-i ~/Desktop/whitebg.png \
-i ~/Desktop/homescreen%06d.png \
-filter_complex overlay \
-r 0.5 \
-s 1440x900 \
-b:v 1M \
-vcodec libx264 \
-pix_fmt yuv420p \
~/Desktop/timelapse.mp4Here
whitebg.png
is 2px x 2px png with a white background, and that’s it.This ffmpeg command produces a really tiny (in file size) video that’s just a white background.
Can anyone explain how I can overlay the images as a time-lapse video over a white background using ffmpeg ?
-
Overlay timelapse video on solid background colour using ffmpeg
13 septembre 2020, par hamchapmanI've got a load of screenshots of a homepage that are named
homescreen000001.png
,homescreen000002.png
, etc and I'm trying to create a time-lapse video of these images using ffmpeg.


I've got it working in general when I run the following :



ffmpeg -f image2 \
 -i ~/Desktop/homescreen%06d.png \
 -r 0.5 \
 -s 1440x900 \ 
 -b:v 1M \
 -vcodec libx264 \ 
 -pix_fmt yuv420p \
 ~/Desktop/timelapse.mp4




However, it turns out that some of the images have transparent backgrounds so the background is showing up as black on those images.



I'd like a white background so I've been trying to set that up using ffmpeg as follows :



ffmpeg -f image2 \
 -loop 1 \
 -i ~/Desktop/whitebg.png \
 -i ~/Desktop/homescreen%06d.png \
 -filter_complex overlay \ 
 -r 0.5 \
 -s 1440x900 \ 
 -b:v 1M \
 -vcodec libx264 \ 
 -pix_fmt yuv420p \
 ~/Desktop/timelapse.mp4




Here
whitebg.png
is 2px x 2px png with a white background, and that's it.


This ffmpeg command produces a really tiny (in file size) video that's just a white background.



Can anyone explain how I can overlay the images as a time-lapse video over a white background using ffmpeg ?


-
Revision b147c64c16 : Merge "Fix edge MV handling in SBs." into experimental
13 novembre 2012, par Ronald S. BultjeChanged Paths : Modify /vp9/encoder/bitstream.c Modify /vp9/encoder/encodeframe.c Merge "Fix edge MV handling in SBs." into experimental