ffmpeg -i "file.mkv" -vn -ar 44100 -ac 2 -ab 128k -f mp3 "file.mp3"
ffmpeg -i input.mp3 output.ogg
1 ffmpeg -i filename.opus -ab 320k newfilename.mp3