Skip to content

Instantly share code, notes, and snippets.

@larryhou
Created July 13, 2018 07:08
Show Gist options
  • Select an option

  • Save larryhou/3994ad082e2b9d74c1d13bc88759cfb2 to your computer and use it in GitHub Desktop.

Select an option

Save larryhou/3994ad082e2b9d74c1d13bc88759cfb2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find ${*} -iname '*.mp4' -print0 | xargs -0 -I{} ffmpeg -i '{}' -vn -c:a copy -y '{}.m4a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment