Skip to content

Instantly share code, notes, and snippets.

@hyperqube
Created September 9, 2012 22:04
Show Gist options
  • Save hyperqube/3687581 to your computer and use it in GitHub Desktop.
Save hyperqube/3687581 to your computer and use it in GitHub Desktop.
Extract audio from mp4 files
fmpeg -i Chapter3.mp4 -vn -acodec copy Chapter3.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment