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