From 076d8bc7df0bdf0035941ca749bb1daa244d6907 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 18 Oct 2017 23:38:27 +0200 Subject: [PATCH] ajout convert to ogg --- GNULinux/HowtoVideo.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GNULinux/HowtoVideo.md b/GNULinux/HowtoVideo.md index 631620e8..2c7c88ef 100644 --- a/GNULinux/HowtoVideo.md +++ b/GNULinux/HowtoVideo.md @@ -54,4 +54,10 @@ Convertir un audio .wav en .mp3 : $ ffmpeg -i input.wav -codec:a libmp3lame -qscale:a 2 output.mp3 ~~~ +Convertir un audio .wav en .ogg : + +~~~ +$ ffmpeg -i input.wav -codec:a libvorbis output.ogg +~~~ + Voir \ No newline at end of file