Log in

View Full Version : split dvds audio track by chapter


bassgoonist
15th December 2009, 18:28
I want to rip the audio from a concert dvd. I have the audio stream as a flac, and the time codes for the chapters. Is there a fairly easy way to split the file based on the time codes?

b66pak
15th December 2009, 19:08
make a CUE file (http://en.wikipedia.org/wiki/Cue_file) putting the track markers in by time code....feed this cue file to Foobar, and then convert, and you've got your tracks...
_

Inspector.Gadget
15th December 2009, 19:31
Oh dude this is easy. Rip with DVD Decrypter in IFO Mode and "split by chapters" set. Compress the resulting files with FLAC and name/tag as appropriate. Easy.

bassgoonist
15th December 2009, 20:36
Oh dude this is easy. Rip with DVD Decrypter in IFO Mode and "split by chapters" set. Compress the resulting files with FLAC and name/tag as appropriate. Easy.
Well, I gotta do it with a blu-ray too :D

bassgoonist
15th December 2009, 20:39
make a CUE file (http://en.wikipedia.org/wiki/Cue_file) putting the track markers in by time code....feed this cue file to Foobar, and then convert, and you've got your tracks...
_

Ok, so what I have now looks like this:
CHAPTER01=00:00:00.000
CHAPTER01NAME=
CHAPTER02=00:06:23.925
CHAPTER02NAME=

A normal cue sheet is Minute:second:frame, but this is in thousandths of a second.

b66pak
17th December 2009, 18:14
did you read the wiki? what frame???

TRACK 03 AUDIO
TITLE "Take The Long Way Home"
PERFORMER "Faithless"
INDEX 01 10:54:00
_

bassgoonist
17th December 2009, 23:25
The time stamp on a cue sheet is minutes seconds frames, mine are hours minutes seconds with the seconds in thousandths. I figured it out though. A frame is 1/75th of a second, so you just multiply the number after the decimal by 3 and divide by 40 and voila, frames.