Created
October 6, 2018 13:14
-
-
Save richjenks/1accab6741fc06333177ffd2ded2d4a7 to your computer and use it in GitHub Desktop.
Convert an entire folder with ffmpeg
This file contains 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
for %A IN (*.m4b) DO ffmpeg -i "%A" "%%A.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment