First off, I capture at 352x480 for full frame. I frame serve from virtual dub to tmpgenc. I use tmpgenc's automatic ivtc, and I notice it has additional options for deinterlacing. Since I am encoding to vcd film, should I deinterlace in addition to ivtc? And if so, which one de-interlace method is best under tmpgenc? And if i don't de-interlace what does tmpgenc do by default with an full frame source? Just squash it down and drop one field?
+ Reply to Thread
Results 1 to 5 of 5
-
-
If the IVTC is good (and I've only rarely had a problem with TMPGEnc's automatic IVTC), there's no reason to deinterlace - it just loses resolution. However, since you're making a VCD, presumably by dropping every other scan line - you get automatic de-interlacing, so between the IVTC and the automatic de-interlacing of dropped scan lines you get a very good picture......
However, I'm not sure how TMPGEnc converts from 480 to 240 lines - I use AVISyth's ReduceVerticalBy2 - that way, I know it's dropping scan lines and not doing some odd bilinear or bicubic resizing algorithm..... -
Ways to deinterlace:
1) Convert to ???x240 doesn't really matter how you do this.
2) If telecined source, force film in DVD2AVI. This is NOT the same as IVTC.
3) IVTC
If you'r capture is a 29.97fps true interlace source (ie. not telecined) you should either de-interlace it, resize to ???x240, or encode to MPEG2 which supports interlacing. -
avisynth's reduceby2 is not near identical, but exactly identical to virtualdub's 2:1 reduction (high quality) which is a 3x3 kernal bilinear resize filter. in other words you are blending fields, not discarding them. SeperateFields plus SelectOdd or SelectEven will discard a single field. add AssumeFrameBased plus ComplementParity if needed to nail down the field-order. unless things have changed since v12a(i know it's been a while), tmpgenc uses a resizing algorithmn rather than discarding a field. deinterlacing after auto-ivtc is not ill-advised, but none of the deinterlacing methods in tmpgenc(again v12a) are suitable for this. use an area-based deinterlace filter set to a low threshhold to clean up the misjudged frames while leaving good areas relatively untouched. i know donald graft and gunner thalin have filters that work along these lines. check the virtualdub homepage for links
-
Thanks for all the help.
Since I'm frame serving to Tmpgenc (to avoid resaving due to additional drive space needed and to avoid resaving with picvideo at 19 setting which would encur more picture quality loss) I'd prefer if there was a method to deinterlace within tmpgenc that didn't just discard fields, as I assume a blend of the full frame would retain more quality.
But if not I guess I'll have to use virtualdub.
Similar Threads
-
How To deinterlace IVTC ntsc promo only music video
By jamespoo in forum Video ConversionReplies: 14Last Post: 24th Mar 2011, 16:12 -
IVTC - Force Film When No Dupe Frames?
By onesikgypo in forum Video ConversionReplies: 9Last Post: 26th Aug 2009, 02:11 -
How do I deinterlace? How do I IVTC? How do I use DGIndex?
By rocky12 in forum Newbie / General discussionsReplies: 71Last Post: 17th May 2009, 21:41 -
Can't properly DeInterlace or IVTC
By igoryonya in forum Video ConversionReplies: 46Last Post: 4th Mar 2009, 17:47 -
DGIndex Force Film vs IVTC
By alcOre in forum Newbie / General discussionsReplies: 4Last Post: 22nd Feb 2009, 02:25