I captured some material using my capture card. I want to burn it to DVD. I capped it using Huffyuv AVI. The reason for AVI Capture was I need to do some filtering with AVISynth and TMPGEnc. How do I filter in AVISynth and preserve the interlacing? Do I just apply the filters or is there a special way I need to do it? I know I shouldn't deinterlace and then apply filters because Deinterlacing throws away parts of the picture and causes incorrect display on TV.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Some filter have an interlace mode. With others you should pull the two fields apart with Bob, apply the filters, then Weave them back together.
-
The easiest way is to use JDL fuctions called JDL_UnfoldFieldsVertical and JDL_FoldFieldsVertical.
The use is
JDL_UnfoldFieldsVertical()
Your filters here...(+ resizing)
JDL_FoldFieldsVertical()
For more information and the functions:
http://forum.doom9.org/showthread.php?t=86394&page=3&pp=20
http://www.avisynth.org/stickboy/jdl-interlace.avsi
And you need another function for both to work, called SetParity
http://www.avisynth.org/stickboy/jdl-util.avsi
Good luck.
Similar Threads
-
Converting DV to H.264 and comparing interlaced/de-interlaced
By amirh1 in forum Video ConversionReplies: 5Last Post: 23rd Jun 2010, 09:16 -
How to know if a video is interlaced?
By JLGUT in forum EditingReplies: 9Last Post: 20th Mar 2009, 15:40 -
Does de-interlaced video = progressive?
By yoda313 in forum RestorationReplies: 13Last Post: 18th Aug 2008, 19:51 -
Video Advantage PCI: Interlaced Video/No Live Audio Preview/Other Questions
By acid_burn in forum Capturing and VCRReplies: 2Last Post: 8th Feb 2008, 20:03 -
How can I tell if a video is interlaced?
By cheerful in forum Newbie / General discussionsReplies: 10Last Post: 18th Jul 2007, 21:56