
Recherche avancée
Autres articles (63)
-
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 (4762)
-
Revision de52948665 : make : fix dependency generation Remove an extra level of escaping around the $@
19 décembre 2012, par John KoleszarChanged Paths : Modify /build/make/configure.sh make : fix dependency generation Remove an extra level of escaping around the $@ variable to get valid output. Prior to this change, modifying header files did not trigger a rebuild of sources dependent on them. Change-Id : (...)
-
how to make,get specific frame count in ffmpeg
24 septembre 2014, par n2v2rda2i changed 279 jpeg images to 1 mjpg
strCommand.Format(_T("C :\ffmpeg.exe -i \"%s\%s.jpg\" -s 1920x1080 -qscale 1 -vcodec mjpeg -r 23.976 C :\Temp\test.mjpg -y"), m_strPicture, L"%06d" ) ;
and play it oknow i want to make pause button and progress bar to show N-Frame user selected
but when i check total frame by ffprobe.exe
it say total frame is 289 jpeg, it is strange ; ;my question is how to make input image count match each mjpeg frame
like input 10 jpeg -> output 10 frame
plz warm answer,
have a nice day -
How to make a C library that does FFMPEG queries ?
30 novembre 2022, par nevermindmynameHaving FFMPEG binaries compiled for ARM, what's the best way to make a C library that contains methods for different operations for FFMPEG like :


myffmpeg.scale("1920", "1080");



Use system() to replicate a CLI might be an option, but I don't know if it's worth if I'd want use that library on other platforms like Android/NDK. I don't mind on use libav* libraries because that would be a very time-expensive task