Extract Audio from a Video File

#codesnippet #shell

ffmpeg -i input.mp4 -q:a 0 -map a output.mp3