Created
June 15, 2016 23:35
-
-
Save aerostitch/07cffa83d4de1a522ff9198ed4c62abd to your computer and use it in GitHub Desktop.
Split a flac file in several ones using a cue file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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