Deinterlacing a VOB/MPG via avisynth on a fake avi file

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
RIPmyprsoul
Joined: Sun Dec 24, 2006 1:00 am
Org Profile

Deinterlacing a VOB/MPG via avisynth on a fake avi file

Post by RIPmyprsoul » Thu Mar 29, 2007 5:46 pm

is there anyway to do this? (without making it larger)

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Thu Mar 29, 2007 10:41 pm

Yes?
Here's my Golden Boy script:

Code: Select all

Mpeg2Source("C:\AMV Project\Golden Boy\Volume1.d2v", cpu=4)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC\TIVTC.dll")
TFM(d2v="C:\AMV Project\Golden Boy\Volume1.d2v")
TDecimate(mode=1)
Crop(10, 0, -6, -0)
LanczosResize(720, 480)
Optionally, you can use Decomb instead of TIVTC:

Code: Select all

Telecide(order=1, guide=1)
Decimate(cycle=5, mode=2, quality=3)
Then following either of these 2 guides, make your fake AVIs:
makeAVIS guide from EADFAG
VFAPI guide from EADFAG V3 beta
Having trouble playing back videos? I recommend: Image

RIPmyprsoul
Joined: Sun Dec 24, 2006 1:00 am
Org Profile

Post by RIPmyprsoul » Fri Mar 30, 2007 3:11 pm

thx so much!!! the interlacing kept annoying me in sony vegas :D

Locked

Return to “AviSynth Help”