Log in

View Full Version : How do I extract a few thousand frames from a dvd


irasnyd
8th April 2003, 08:29
I am looking at making some short tests to compare codecs, but I can't figure out how to get small sections (a few thousand frames, or 2-5 minutes or so) off a dvd.

Can someone help me out?

PS - Sorry if this is in the wrong forum, but this was most appropriate I thought.

irasnyd

hakko504
8th April 2003, 09:35
Well, there are lots of ways, assuming you have ripped the DVD to HD first. In DVD2AVI you can use the [ and ] buttons to select a piece anywhere in the movie. In AviSynth the commands trim and SelectRangeEvery are very useful. The latter is the one used for compression tests in GKnot and Enc.

manono
8th April 2003, 10:53
Or you can cut the vobs into smaller pieces using VobSplit (http://www.doom9.org/Soft21/Vobtools/vobspl26.zip) or ChopperXP (http://www.doom9.org/Soft21/Vobtools/chopperxp.zip).

Sephiros
8th April 2003, 15:01
You can choose only one chapter to extract from DVDdecrypter. it will save you 30 minutes of ripping....

leadman584
11th April 2003, 09:04
I personally prefer to use the trim option in .avs file. pick the scene you want, give a start frame and an end frame. Encode like a full video and look at the results. I do this on every video, especially with divx to see the effect of PV level.

irasnyd
11th April 2003, 16:56
Cool. Thanks for the replies everyone, this worked great.

irasnyd