Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/9403465 to your computer and use it in GitHub Desktop.
Save Oshuma/9403465 to your computer and use it in GitHub Desktop.
for f in (ls *.flac); ffmpeg -i "$f" -acodec libmp3lame -ab 320k (echo mp3/(basename $f .flac).mp3); end
for f in (ls *.wma); ffmpeg -i "$f" -acodec libmp3lame -ab 320k (echo mp3/(basename $f .wma).mp3); end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment