Skip to content

Instantly share code, notes, and snippets.

@aerostitch
Created June 15, 2016 23:35
Show Gist options
  • Save aerostitch/07cffa83d4de1a522ff9198ed4c62abd to your computer and use it in GitHub Desktop.
Save aerostitch/07cffa83d4de1a522ff9198ed4c62abd to your computer and use it in GitHub Desktop.
Split a flac file in several ones using a cue file.
# Split a flac file in several ones using a cue file.
# Prerequisites: sudo apt-get install cuetools shntool flac
shnsplit -f *.cue -t "%n-%t" -o "flac flac -s -8 -o %f -" *.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment