
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (66)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (4147)
-
FFMPEG says "No such file or directory" when trying to convert image sequence
29 janvier 2014, par James MorrisFrom the shell, when I specify a sequence of images via
%d
in the input filename, FFMPEG insists "No such file or directory", despite evidence to the contrary. Looking online, I haven't managed to find any references to generating video from a sequence of images using FFMPEG where%d
is not used, yet it seems to fail here.My images should be identified by FFMPEG from
img%06d.gif
. Issuingls img[0-9][0-9][0-9][0-9][0-9][0-9].gif
succeeds in the very same directory I issue the FFMPEG command.The command I use is :
ffmpeg -i img%06d.gif -c:v libx264 -r 30 -pix_fmt yuv720p test.mp4
What could possibly be going wrong ???
-
FFMPEG says "No such file or directory" when trying to convert image sequence
17 juin 2020, par James MorrisFrom the shell, when I specify a sequence of images via
%d
in the input filename, FFMPEG insists "No such file or directory", despite evidence to the contrary. Looking online, I haven't managed to find any references to generating video from a sequence of images using FFMPEG where%d
is not used, yet it seems to fail here.


My images should be identified by FFMPEG from
img%06d.gif
. Issuingls img[0-9][0-9][0-9][0-9][0-9][0-9].gif
succeeds in the very same directory I issue the FFMPEG command.


The command I use is :



ffmpeg -i img%06d.gif -c:v libx264 -r 30 -pix_fmt yuv720p test.mp4




What could possibly be going wrong ???


-
Ffmpeg : Compile argument for 'delogo' [closed]
7 avril 2024, par SulliI use a custom version of ffmpeg I compiled myself (for cuda support), but when I try to use the delogo filter I get :


[AVFilterGraph @ 0x586ea2283880] No such filter: 'delogo'
[vost#0:0/mpeg4 @ 0x586ea2281cc0] Error initializing a simple filtergraph



What argument should I use when compiling in order to be able to use this filter ? And can you tell me at the same time where I can find this information online ? It’s not the first time I can’t use a filter because of a missing library and if I’m not mistaken, the ffmpeg documentation does not mention it. https://ffmpeg.org/ffmpeg-filters.html#delogo