From c02ae9f83daee51b41d0a897f9f3476323b44060 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 24 May 2017 10:41:53 +0200 Subject: [PATCH] conversion en mp3 --- GNULinux/HowtoVideo.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GNULinux/HowtoVideo.md b/GNULinux/HowtoVideo.md index b0bfbaa2..a2e7e7e0 100644 --- a/GNULinux/HowtoVideo.md +++ b/GNULinux/HowtoVideo.md @@ -1,6 +1,6 @@ # Howto vidéo sous GNU/Linux - # apt install ffmpeg mediainfo + # apt install ffmpeg mediainfo audacity Infos sur une vidéo : @@ -35,3 +35,11 @@ On peut aussi utiliser *kazam* qui est plus convivial... mais il s'appuie sur gs SUPER-CTRL-F - Finish Recording SUPER-CTRL-W - Show/Hide main window SUPER-CTRL-Q - Quit + +Convertir un audio .wav en .mp3 : + +~~~ +$ ffmpeg -i input.wav -codec:a libmp3lame -qscale:a 2 output.mp3 +~~~ + +Voir \ No newline at end of file