18
0
Bifurcation 0
Cette révision appartient à :
gcolpart 2017-07-03 14:58:46 +02:00
Parent 9ec4d059d2
révision 2758a9ca95
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -15,7 +15,7 @@ $ ffmpeg -i input.mp4 -c:v libvpx -qmin 0 -qmax 50 -crf 5 -b:v 1M -c:a libvorbis
pour une meilleure qualité pour convertir en .webm :
~~
~~~
$ ffmpeg -i input.mp4 -c:v libvpx -qmin 0 -qmax 50 -crf 10 -b:v 3M -c:a libvorbis output.webm
~~~