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

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

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

Postby RIPmyprsoul » Thu Mar 29, 2007 5:46 pm

is there anyway to do this? (without making it larger)
RIPmyprsoul
 
Joined: 24 Dec 2006

Postby 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
User avatar
Willen
Now in Hi-Def!
 
Joined: 10 Jul 2005
Location: SOS-Dan HQ
Status: Melancholy

Postby RIPmyprsoul » Fri Mar 30, 2007 3:11 pm

thx so much!!! the interlacing kept annoying me in sony vegas :D
RIPmyprsoul
 
Joined: 24 Dec 2006


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 0 guests