Skip to content

Instantly share code, notes, and snippets.

@rriemann
Created August 31, 2012 17:01
Show Gist options
  • Save rriemann/3555868 to your computer and use it in GitHub Desktop.
Save rriemann/3555868 to your computer and use it in GitHub Desktop.
convert audio with ffmpeg
for f in *.ape; ffmpeg -i $f $f:r.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment