
Recherche avancée
Autres articles (90)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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
Sur d’autres sites (13297)
-
FFMPEG under Windows 7(64) - creating timelaps video
23 janvier 2016, par Me_no_stupitMy goal is to create a video from a bunch of jpg files. I have chosen FFMPEG (Windows 64) to solve this task :
The task
I have more than 4k jpg files in a directory, all following the naming convention
pic000000X.jpg
(wherex
is a number)
i.e.pic_0000001.jpg
,pic_0000002.jpg
,.,pic_0001337.jpg
and so on which I want to create a timelaps video from.(source : FFMPEG FAQ - Creating timelaps videos)
Result
When I run
ffmpeg -i pic%7d.jpg -s:v 1280x720 -c:v libx264 output.mp4
I get theoutput.mp4
file but it is small and contains only few pictures/frames - nine to be precise (running the reverse commandffmpeg -i output.mp4 test%d.jpg
I gettest1.jpg
totest9.jpg
)Observation
It seems to work until
pic_0000009.jpg
and then the pattern does not recognizepic_00000010.jpg
onwards.What am I missing or am I doing wrong to only include nine pictures ?
Thanks for time and effort for giving me some hints.P.S. I tried the
blob
style file pattern but it does not work under windows -
cpu.c : Fix debug Windows w32 build issue
23 février 2017, par Erik de Castro Lopo -
configure : fix the non pkg-config libmfx check on Windows
9 novembre 2017, par James Almer