ffmpeg -sameq -i myfile.mp4 myfile.mp3The -sameq option requests the same quality in the output as input file. Strangely (to me) its not the default.
Computer Tips - ffmpeg: How to extract the sound from an MP4 video into an MP3 audio file?
Date: 2012apr29
Q. ffmpeg: How to extract the sound from an MP4 video into an MP3 audio file?
A.