Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created November 1, 2020 14:38
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 biojazzard/924396f887aed0ab22fca60524f62265 to your computer and use it in GitHub Desktop.
Save biojazzard/924396f887aed0ab22fca60524f62265 to your computer and use it in GitHub Desktop.
FLAC to mp3 all in current folder
parallel ffmpeg -i {} -qscale:a 0 {.}.mp3 ::: ./*.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment