Created
November 4, 2018 20:49
-
-
Save johnelliott/305f997694594d4dcca92aa1310b4935 to your computer and use it in GitHub Desktop.
ffmpeg batch convert audio
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
find . -type f -iname '*.mp3' -exec ffmpeg -i {} ffout/{}.mp4 \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment