
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (70)
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (10595)
-
FFMPEG control delay and looping for generating APNG
24 septembre 2020, par fmw42I have a (random selection) of JPG images that I want to use to make into an APNG animation using ffmpeg (to test the process). They are all the same dimensions (256x256). But I cannot seem to get the correct syntax to control the frame delay and loop control (to loop forever). Is it possible to set these parameters using ffmpeg when creating an APNG from a sequence of images ? If so, can someone provide the proper syntax and/or show an example command ? I have searched the ffmpeg documentation and cannot seem to find relevant syntax.


I can do the following, but it will not accept -delay nor -loop. I use Imagemagick to pipe in the images.


This works, but does not loop, and runs very fast.


magick lena.jpg mandril3.jpg monet2.jpg zelda1.jpg PNG:- | ffmpeg -i - x.apng




This gives errors about delay and/or loop :


magick lena.jpg mandril3.jpg monet2.jpg zelda1.jpg PNG:- | ffmpeg -i - -delay 1000 -loop -1 x.apng




I am also curious to know if it is possible to specify a sequence of images directly in ffmpeg as input without using ImageMagick.


Sorry, I am a relative novice with ffmpeg. I am using ffmpeg 4.2.1.


-
avcodec/libaomenc : Add command-line options to control the use of partition tools
26 juin 2020, par Wang Caoavcodec/libaomenc : Add command-line options to control the use of partition tools
This patch adds the control for enabling rectangular partitions, 1:4/4:1
partitions and AB shape partitions.Signed-off-by : Wang Cao <wangcao@google.com>
Signed-off-by : James Zern <jzern@google.com> -
lavc/libopenh264enc : add bit rate control select support
29 avril 2020, par Linjie Fulavc/libopenh264enc : add bit rate control select support
RC_BITRATE_MODE :
set BITS_EXCEEDED to iCurrentBitsLevel and allows QP adjust
in RcCalculatePictureQp().RC_BUFFERBASED_MODE :
use buffer status to adjust the video quality.RC_TIMESTAMP_MODE :
bit rate control based on timestamp, introduced in release 1.4.Default to use RC_QUALITY_MODE.
Signed-off-by : Linjie Fu <linjie.fu@intel.com>
Signed-off-by : Martin Storsjö <martin@martin.st>