Skip to content

Instantly share code, notes, and snippets.

@richjenks
Created October 6, 2018 13:14
Show Gist options
  • Save richjenks/1accab6741fc06333177ffd2ded2d4a7 to your computer and use it in GitHub Desktop.
Save richjenks/1accab6741fc06333177ffd2ded2d4a7 to your computer and use it in GitHub Desktop.
Convert an entire folder with ffmpeg
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