Skip to content

Instantly share code, notes, and snippets.

@mrtnvgr
Created April 17, 2026 15:11
Show Gist options
  • Select an option

  • Save mrtnvgr/bfce233fd33cd4cd4230f0a8c102558c to your computer and use it in GitHub Desktop.

Select an option

Save mrtnvgr/bfce233fd33cd4cd4230f0a8c102558c to your computer and use it in GitHub Desktop.
FLAC to 192k Opus
find . -name "*.flac" | parallel --bar "ffmpeg -i {} -c:a libopus -b:a 192k -map_metadata 0 {.}.opus && rm {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment