
Recherche avancée
Autres articles (35)
-
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 -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (3129)
-
FFmpeg HLS conversion cause increased file size
17 avril 2020, par birdcageI am trying to convert my MP4 file to HLS format while it stays as same quality.. But at the end my 60 mb video becomes 155mb. I use the code below. How to make the HLS size same as initial file while quality stays the same ?



ffmpeg -i 10001.mp4 -profile:v baseline 
-start_number 0 -hls_time 10 -hls_list_size 0 -f hls 10001.m3u8



-
Revision da9f55c3fb : Increase disable_filter_search_var_thresh threshold Increased threshold(t) for
13 décembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Increase disable_filter_search_var_thresh thresholdIncreased threshold(t) for interp filter search. This sped up the
encoder with some PSNR loss.Borg tests were ran at speed 2.
t = 100, PSNR loss :0.710%(derf) ; -0.561%(stdhd) ; -0.647%(youtube)
speedup :
9%(derf) ; 3%(stdhd) ; 5.7%(youtube)t = 500, PSNR loss :
1.687%(derf) ; -1.665%(stdhd) ; -1.664%(youtube)
speedup :
18%(derf) ; 10%(stdhd) ; 8%(youtube)Change-Id : I180e3657c1e156aaa88dc7c437f8bcbd19f5caba
-
Latest version of FFMPEG increased the transcoded file size
19 mai 2012, par NaveenI switched to the latest version of FFMPEG(FFmpeg git-41bf67d 32-bit Static) from FFmpeg version SVN-r26400, built on Jan 18 2011 04:07:05 with gcc 4.4.2
I'm using two pass encoding with wmv2 video codec.With the previous version of FFMPEG,the output file size after 2 pass was around 83 MB where as with the new version it came upto 189MB with the same transcode parameters. Please let me know if any additional parameters are to be added for the latest version.