
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 (6075)
-
FFMPEG - Display time taken to convert
1er juillet 2013, par mazraaraHow is it possible to display the time taken to convert a video using FFMPEG ?
i am using the below command and the time returned as benchmark is not exactly the time taken to complete the conversion.. i am confused how can it be missing in a such nice tool.
ffmpeg -cpuflags -sse-sse2-sse3-sse3slow-sse4.1-sse4.2+mmx -i E:/MSC/test.flv ^
-benchmark E:/MSC/testmmx.mp4 -
Revision c8defcfdee : Update quantize SSSE3 SIMD to cover 32x32 transform case also. Encode time of b
1er juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/x86/vp9_quantize_ssse3.asm
Update quantize SSSE3 SIMD to cover 32x32 transform case also.Encode time of bus (speed 0) 50 frames @ 1500kbps goes from 2min14.4 to
2min10.1, i.e. a 2.3% overall speed increase.Change-Id : I3699580e74ec26c7d24e03681bc47ba25ee1ee87
-
Get time of Images FFMPEG
5 juillet 2013, par user2483980can anyone tell me how to get the timecode of the images from FFMPEG ??
i have this
(Desktop/FFMPEG/bin/ffmpeg -i "+ filename + " -vcodec png -vframes 1 -an -f rawvideo -s 160x120 Desktop/images/img"+imgName+".png") ;
on OUTPUT i want to have something like
img01_12:30:41.png
THANKS..