Skip to content

Instantly share code, notes, and snippets.

@hinst
Created July 20, 2017 17:59
Show Gist options
  • Save hinst/38be2cd75f6d3b0a4fc49ab3f43f7700 to your computer and use it in GitHub Desktop.
Save hinst/38be2cd75f6d3b0a4fc49ab3f43f7700 to your computer and use it in GitHub Desktop.
ffmpeg extract audio
ffmpeg -i input.mp4 -c:a copy -vn -sn output.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment