
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (53)
-
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 (9773)
-
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]
-
avformat/movenc : Avoid calling strlen multiple times
23 août 2021, par Andreas Rheinhardt