
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (56)
-
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. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (4575)
-
Revision c2ac7da981 : Merge "Remove a unused speed feature"
16 août 2014, par Yunqing WangMerge "Remove a unused speed feature"
-
Revision 16147d4bcc : Merge "Added a speed feature use_square_partition_only"
3 juillet 2013, par Yaowu XuMerge "Added a speed feature use_square_partition_only"
-
FFMPEG CPU encoding speed
22 janvier 2020, par natlozI would like to increase the speed of encoding videos. Thou having issue with it...
This is my CPU : Intel(R) Xeon(R) CPU E5-2603 v4 @ 1.70GHz
OS : Windows 10 PRO 64bitI don’t have a graphics card.
This is the script I’m using for current video encoding :
ffmpeg -y -re -i o.mov -vf subtitles=SUBS.srt -s 1920x1080 -r 25 -pixel_format yuv420p -aspect 16:9 -top 1 -qp 0 -c:v libx264 -b:v 600000 -minrate 600000 -maxrate 600000 -x264opts bitrate=6000:vbv-maxrate=6000:vbv-bufsize=400:ratetol=400:bitrate=6000:vbv-init=800:force-cfr=1 -g 33 -bf 3 -muxrate 6.5M -flags cgop+ilme+ildct -c:a mp2 -ac 2 -ar 48k -b:a 192k -f mpegts out.mpeg
The current speed I’m getting is : speed = 1x.
How can I force my CPU to work at full speed ?