
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (52)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10094)
-
avdevice/lavfi : Avoid calling av_buffersink_get_* multiple times
2 décembre 2021, par Andreas Rheinhardt -
avcodec/pthread_slice : Allow calling ff_alloc_entries() multiple times to readjust...
27 novembre 2015, par Michael Niedermayer -
Android/FFmpeg : How to repeat a GIF file certain times when overlaying to another image ?
12 décembre 2019, par hanswimI have a GIF file. I want to make it at least 3 seconds duration. So how to repeat GIF certain times ? Or, how to loop it to certain seconds ? Thanks a lot !
UPDATE :
I am sorry I didn’t describe my problem clearly.
I am usingFFmpeg
. I have to overlay the GIF to another .jpg image to output a video. I have found that the duration of the output video is same as the duration of the GIF. So, how to repeat the GIF ? Or, how to loop the GIF to make the output video at least 3 seconds long when overlaying ?My ffmpeg command :
[-i, background.jpg, -i, input.gif, -filter_complex, [1]scale=360:360,rotate=-0.0:c=none:ow=rotw(-0.0):oh=roth(-0.0)[v1];[0][v1]overlay=360:858[v2], -map, [v2], -map, 0:a?, output.mp4]