
Recherche avancée
Autres articles (64)
-
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 ;
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5594)
-
FFmpeg make video from figures and speed up a chosen part
11 juin 2020, par user13720066Make a video from a series of 100 figures



ffmpeg -framerate 10 -i input_figure%01d.png out.mp4




How can I only make figure numbers from [0-49] with a slower speed like
-framerate 5
?


My try is



ffmpeg -start_number 1 -framerate 5 -i input_figure%01d.png -vframes 49 \
-start_number 50 -framerate 10 -i input_figure%01d.png \
out.mp4 




Doesn't work


-
Can I make such a audio visualiser video using ffmpeg ? [closed]
3 décembre 2020, par BitBithttps://www.youtube.com/watch?v=BLW26A8C7d4 
Is it possible to make such a video with this ?


-
ubuntu "make" can't find standard c libraries
22 mai 2018, par Karthik Uday KiranFor the past few days, I was trying to configure ffmpeg for android in ubunut system.
I’ve configured the ffmpeg but when i try to make using the command
make -j3The error read :
No such file or directory #include
enter image description here