From 2758a9ca95d98434df3cd4d602fb0e71dccae2fe Mon Sep 17 00:00:00 2001 From: gcolpart Date: Mon, 3 Jul 2017 14:58:46 +0200 Subject: [PATCH] typo --- GNULinux/HowtoVideo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNULinux/HowtoVideo.md b/GNULinux/HowtoVideo.md index ff0aadec..631620e8 100644 --- a/GNULinux/HowtoVideo.md +++ b/GNULinux/HowtoVideo.md @@ -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 ~~~