Splitting a large flac file with cue info

Splitting a large flac file to a separate smaller files based on information in a cue file is a pretty simple thing. Just make sure that you have the following:

sudo apt install cuetools shntool flac

And then the actual splitting command:

cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.