for file in *.mkv; do ffmpeg -i "$file" -map 0 -c copy -c:a mp3 "${file/EAC3/MP3}"; done