Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created August 9, 2013 02:00
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 mscottford/6190570 to your computer and use it in GitHub Desktop.
Save mscottford/6190570 to your computer and use it in GitHub Desktop.
ogg to mp3 conversion with ffmpeg
find -name "*.ogg" -exec ffmpeg -ab 192k -i {} -map_meta_data 0:0 {}.mp3 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment