Skip to content

Instantly share code, notes, and snippets.

@themegabyte
Created October 5, 2017 07:57
Show Gist options
  • Save themegabyte/7d3b2ae8053fb89f4c8984af61bd5006 to your computer and use it in GitHub Desktop.
Save themegabyte/7d3b2ae8053fb89f4c8984af61bd5006 to your computer and use it in GitHub Desktop.
for i in *.ogg ; do
ffmpeg -i "$i" -c:a libmp3lame "$(basename "${i/.ogg}").mp3"
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment