Easiest way to deinterlace after editing.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Slywolf15
Joined: Tue Jan 30, 2007 9:20 am
Org Profile

Easiest way to deinterlace after editing.

Post by Slywolf15 » Sun Nov 30, 2008 9:28 pm

I have a video I finished editing recently. I've been reading about deinterlacing in order to improve the quality of my video and also learning about Avisynth. I wanted to ask what the easiest method, if any, is to deinterlace videos already edited. I have the video rendered using the Huffyuv lossless codec. Any advice is appreciated.

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Easiest way to deinterlace after editing.

Post by Kariudo » Sun Nov 30, 2008 11:29 pm

I'd give TFM a shot
(part of the TIVTC package, available here)

unzip, and place TIVTC.dll into the avisynth plugins folder (C:\Program Files\AviSynth 2.5\plugins\...or something close to that)

then

Code: Select all

AviSource("path-to-your-video.avi")
TFM(mode=5,pp=7,slow=2)
those parameters for TFM seem to work well for a lot of things, but you may still want to look through the documentation and fiddle with some of the parameters

for future reference, it's usually best to do deinterlacing/IVTC before you start editing
Image
Image

User avatar
Slywolf15
Joined: Tue Jan 30, 2007 9:20 am
Org Profile

Re: Easiest way to deinterlace after editing.

Post by Slywolf15 » Mon Dec 01, 2008 3:41 pm

Thank you, I appreciate it. Has helped to make the video look much better. I didn't get a chance to read over the different options for it although I will make a point to this evening.

Locked

Return to “AviSynth Help”