Skip to content

Instantly share code, notes, and snippets.

@pparidans
Created August 2, 2016 21:15
Show Gist options
  • Save pparidans/cdc41cce172e287b5754061d7ae6d948 to your computer and use it in GitHub Desktop.
Save pparidans/cdc41cce172e287b5754061d7ae6d948 to your computer and use it in GitHub Desktop.
find . -name "*.mp4" -print0 | xargs -0 -I mp4file ffmpeg -i mp4file -vn -c:a copy mp4file.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment