
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (10509)
-
aarch64 : hevc : Reorder qpel_hv functions to prepare for templating
25 mars 2024, par Martin Storsjö -
aarch64 : hevc : Reorder epel_hv functions to prepare for templating
25 mars 2024, par Martin Storsjö -
FFmpeg GIF dump & video slideshow errors
27 avril 2017, par Techie AndroidI’m running Windows 10 and have the latest static 64bit nightly FFmpeg version. Here are my scripts, I’ve been trying to get them fixed but I can’t seem to get either to work.
I have a GIF file named gif.gif that I need the frames dumped out of and named in this order : img000.png img001.png img002.png and so forth.
ffmpeg -i "gif.gif" "%img%%03d.png"
It’s error message is :
[NULL @ 052857c0] Unable to find a suitable output format for ’C :\Users\username’
C :\Users\username : Invalid argumentThis is where I need the individual frames to be encoded into a video file and get it to duplicate the frames necessary to make it a slideshow. It should copy each frame 150 times so that they will last for 5s each at 30fps.
The filename is video maker.batffmpeg -i %img%%03d.png -framerate 1/5 -c:v libx264 -r 30 -pix_fmt yuv420p "output.mp4"
It’s error message is :
imgC :\myfilesdirectoryhere\video maker.bat3d.png : Protocol not found