Sunday, March 16, 2014

Split flac by cue file in Linux

Just two steps:

#Split
shnsplit -f sample.cue -o flac -t “%n. %t” sample.flac

#Transfer tags
cuetag sample.cue *.*.flac


Source: http://bytebin.wordpress.com/2009/11/20/split-flac-by-cue-file-in-linux/


No comments:

Post a Comment