Created
July 13, 2018 07:08
-
-
Save larryhou/3994ad082e2b9d74c1d13bc88759cfb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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