====== Ubuntu - Sound - Convert MP4 to MP3 ====== ffmpeg -i x.mp4 -vn -acodec copy x.mp3 ---- ffmpeg -i "x.mp4" -b:a 192k -vn x.mp3