
Recherche avancée
Autres articles (52)
-
Qualité du média après traitement
21 juin 2013, parLe bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (13162)
-
nvenc : Delay frame output to increase encoding speed
25 juillet 2015, par Timo Rothenpieler -
What is download speed i need to watch a video of bitrate 6130 kbps ???Also does my upload speed has anything to do with it ?
1er juillet 2017, par Tsurgi BladeI want to download a HLS using ffmpeg it has many program ID in playlist but i want to download this specific stream with program id 0.
I am using -map 0:p:0 to download it but im getting bitrate of around 3000 kbps no where near to the in info...ffmpeg snapshot
how do i get the bitrate mentioned i.e 6130 kbps....
My download speed is around 32 Mbps= 4 MBps....
Does it have anything to do with my upload speed ???
Also after sometime ffmpeg says "not recieving playlist 1" and bitrate drops ???how to avoid it ??Thks
-
Speed up poster image overlay
17 juillet 2017, par timgavinUsing FFMPG I’m creating a poster image from a video and adding an watermark/overlay to the poster. The following works great with small video files, but destroys my CPU with 1080p files.
ffmpeg -ss 15 -i preview.mp4 -i play-button.png \
-filter_complex overlay='(main_w-overlay_w)/2:(main_h-overlay_h)/2', \
scale='min(640\, iw):-1' -vframes 1 poster.jpgIs there any way to speed this up ? Or should I look to another solution for the overlay ?