guide for cuetools 2.0.3? |
![]() ![]() |
guide for cuetools 2.0.3? |
Jul 29 2009, 14:01
Post
#1
|
|
|
Group: Members Posts: 5 Joined: 18-December 08 Member No.: 64640 |
I tried to use cutetools for splitting a large flac.
However, there're so many options and settings... gap appended or gap appended HTOA ?? Do you have any guide or manual for cuetools 2.0.3 ? or post explaining each settings... |
|
|
|
Jul 30 2009, 16:05
Post
#2
|
|
![]() Group: Members Posts: 101 Joined: 12-June 08 Member No.: 54275 |
I suppouse you are trying to split a .flac file according a .cue file.
I do it (in Linux) using cuebreakpoints (from cuetools), shnsplit (from shntool) and metaflac (from flac). CODE cuebreakpoints file.cue | shnsplit -o flac -f file.cue -t "%n - %t" file.flac Cuebreakpoints reports the track breakpoints found in the CUE file. The breakpoints are in a format usable by shnsplit (part of the shntool package). The output is send to shnsplit, as its input. Shnsplit splits the file. -o specifies the output file extension and encoder to use. -f specifies the file from which to take the split points (I'm not sure if it is absolutely necessary since cuebreakpoints already did that work. I don't have flac+cue to try this). -t names the output files using the format you choose %n means track number and %t means track title. This works for me. However, may be better ways to do this work, so anyone who knows it, please enlighten me. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 21:36 |