Tag: High quality Mp3

  • How to: Extract Audio From Video Using ffmpeg

    So, you want to extract some audio from a video ey? Sure! No problem! You can do just that using ffmpeg, here’s the command string. In this example, i’ll extract the whole audio track to a mp3 file, with a 320k bit (constant) rate and 44100hz audio rate (high quality mp3): ffmpeg -i “whatever.format” -vn…