I have a bunch of video files from which I want to extract their audio tracks. I could do it by using ffmpeg and converting them all to ogg files for example:

ffmpeg -i video -vn audio.ogg
But...