Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Created November 4, 2018 20:49
Show Gist options
  • Save johnelliott/305f997694594d4dcca92aa1310b4935 to your computer and use it in GitHub Desktop.
Save johnelliott/305f997694594d4dcca92aa1310b4935 to your computer and use it in GitHub Desktop.
ffmpeg batch convert audio
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