Skip to content

Instantly share code, notes, and snippets.

@maruware
Created September 19, 2019 02:34
Show Gist options
  • Save maruware/2fd1ffd8d265fe487c348d3b3215580a to your computer and use it in GitHub Desktop.
Save maruware/2fd1ffd8d265fe487c348d3b3215580a to your computer and use it in GitHub Desktop.
batch ffmpeg encode
for i in *.wav; do ffmpeg -i $i `basename -s '.wav' $i`.mp3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment