Log in

View Full Version : remove "insert disc 2" message


jff1625
18th May 2005, 00:49
Hello,
I'm trying to convert a movie split on 2 DVD's to 1 contiguous XVID file. So far no problem, I just renamed the VOB's from disc 2 to match the naming sceme from disc 1, and autoGK liked it just fine.

My problem is the "Insert Disc 2" message in the middle of the movie. Whats the best way to remove it?
Should I snip it out of the Xvid Avi with VdubMod? or would it be better to remove it from the VOB's somehow before encoding?

thanks,
Jeff

ChronoCross
18th May 2005, 03:08
of you use avisynth in autogknot you may be able to use the following

Trim(0,a-1) ++ Trim(b+1,0) Where a is the fram where the insert next disc message starts and b is the frame on which it ends.

Regards,
ChronoCross

ukb008
30th May 2005, 02:39
Avisynth manipulations are probably not quite that easy for everybody. Easiest probably is to snip out the relevent portion from the end of the last vob of the first disc, with a tool like the ChopperXP (http://www.digital-miner.com/software/chopperxp.zip) or Chopper (http://www.digital-miner.com/software/chopper.zip) if you're on Win 95/98/Me. Read about Chopper tool here (http://www.digital-miner.com/chopperxp.html).

Regards.