Hi.
I am trying to decide whether I should remove the pulldown from a 720:480i source (with tsMuxer), or to just let QTGMC use the source directly (and effectively double the frame-rate). I'd like to do the former, but am I going to miss out on frames like that?!
Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
When your source is telecined (3:2 pulldown), NEVER USE QTGMC. Telecine is not interlacing with double field rate. If you have a Telecine result for NTSC, it is based on progressive Film, therefore it can get reverted by IVTC (Inverse Telecine). Instead, QTGMC (like any deinterlacer or bobber) expects fieldwise recorded video.
-
If it's a hybrid though you might want to use QTGMC, encode at 59.94p and be done with it.
-
Not that I've used TSMuxer much, but "remove pulldown with TSMuxer" sounds a lot like removing the pulldown flags when remuxing so you're left with the original progressive frames. Well.... I guess that'd mean you have the original progressive frames already.... with pulldown flags used for conversion to NTSC on playback. If that's the case, can't you just ignore the pulldown flags and re-encode the progressive video?
I'd agree with not using QTGMC for telecined video, but sometimes for hybrid video it's easiest to just let QTGMC de-interlace and output double frame rate. It might depend what percentage is interlaced and what's film, but if it's all telecined, you'd want to re-encode the original progressive frames, and if it's hard telecined, use TIVTC to recover those progressive frames. Something like:
LoadPlugin("C:\Program Files\avisynth_plugins\TIVTC.dll")
tfm(order=-1).tdecimate() -
Similar Threads
-
When did 480i resolution begin in broadcast television
By ezcapper in forum Newbie / General discussionsReplies: 18Last Post: 15th Jul 2015, 18:19 -
Unable to remove pulldown - weird VOB format?
By bergqvistjl in forum DVD RippingReplies: 84Last Post: 19th Jun 2014, 04:19 -
Remove NTSC pulldown on progressive video?
By TubeBar in forum Video ConversionReplies: 4Last Post: 28th Feb 2014, 06:54 -
How to remove this pulldown?
By hello_hello in forum Video ConversionReplies: 2Last Post: 25th Feb 2014, 13:44 -
Why does 720p/1080i/1080p look so different than 480p/480i meaning...
By un4gettable47 in forum DVB / IPTVReplies: 1Last Post: 5th Aug 2012, 22:26