From 3784133e6e949898ad4e0fb34215750b99ba8206 Mon Sep 17 00:00:00 2001 From: jlecour Date: Wed, 9 Sep 2020 16:11:56 +0200 Subject: [PATCH] simplification de commande --- GNULinux/HowtoVideo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNULinux/HowtoVideo.md b/GNULinux/HowtoVideo.md index 483812ed..3a16d560 100644 --- a/GNULinux/HowtoVideo.md +++ b/GNULinux/HowtoVideo.md @@ -72,5 +72,5 @@ Voir Extraire le son d'une vidéo MKV vers un MP3 mono basse qualité : ~~~ -$ ffmpeg -i input.mkv -vn -ar 44100 -codec:a libmp3lame -ac 1 -ab 16k output.mp3 +$ ffmpeg -i input.mkv -codec:a libmp3lame -ac 1 -ab 16k output.mp3 ~~~