Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Last active July 23, 2017 13:17
Show Gist options
  • Save vjk2005/e04c70159983a45e92d85b297ec066ef to your computer and use it in GitHub Desktop.
Save vjk2005/e04c70159983a45e92d85b297ec066ef to your computer and use it in GitHub Desktop.
Extract audio from video using FFmpeg
ffmpeg -i <input.mkv> -q:a 0 -map a output.mp3
# -q:a flag sets VBR encoding. 0 is hightest quality 320kbps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment