i wanna split some big files flac into little flacs. ( bigger flac is the whole cd and little ones would be the songs)
any1 knows how i can do it? perhaps a link to a little utils program or a command line in flac exe?
thanks
odyssey
Dec 7 2007, 20:58
You need to reencode. foobar2000 does it in a snap: When the FLAC image has loaded the corresponding CUE file, you rightclick the album track-items and choose Convert to, and select the format of your choice (output will only be an image, if you choose that option).
senab
Dec 8 2007, 03:08
It'd be easier to re-encode the FLAC's from CD because you'll get the exact track boundary timings.
kjoonlee
Dec 8 2007, 03:20
If you have a cuesheet, then you can use that to split the big FLAC file; you'll still get exact track boundaries.
Synthetic Soul
Dec 8 2007, 05:05
If the image files contain cue information in the cuesheet metadata block then FLAC can natively extract on a per-track basis, using --cue.
However, most users seem to prefer a CUESHEET Vorbis tag to the cuesheet metadata block. In this case you may as well use foobar, or ACDIR/CuePROC on the command line.
Then it's just a matter of recompressing the resulting wavs to flac. (Although, I guess you could just pipe it...)
Synthetic Soul
Dec 8 2007, 13:05
QUOTE(SamHain86 @ Dec 8 2007, 15:02)
Hey Synthetic Soul, how long has it been since we've dealt with splitting image files?
Not long enough.
QUOTE(CyberFoxx @ Dec 8 2007, 15:25)
Then it's just a matter of recompressing the resulting wavs to flac. (Although, I guess you could just pipe it...)
Piping would make sense. I do like this aspect of FLAC. That said, using foobar or ACDIR is no big deal, and ACDIR handles Monkey's Audio, FLAC and WavPack natively.
kjoonlee
Dec 12 2007, 10:33
Is there a way to do something similar to the following?