Tag: Audio Formats

  • 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…

  • How To: FLV Video Conversion Using ffmpeg

    This is a traceback to an old post made back in 2007, it’s about what used to be “High quality FLV“, you can find the post HERE. Let’s say you want to watch a video in that classic old low resolution flv format that used to be common on the web -or- you may want…