View Full Version : does tivtc support 2:2 pulldown ?
kcb
27th February 2006, 10:50
TIVTC works great for NTSC sources in the documentation it mentions something about doing the same for PAL. I have verified that the source i'm working with using tmpegenc 2 progressive frames every 5 frames. Can anyone show me any worked examples? thanks.
Mug Funky
28th February 2006, 08:45
sample please?
in any case, TFM should just match the fields up for you. then if there's dupes, decimate, if there's no dupes, leave it as is.
so you're saying regardless of the standard i can use the following script:
Interp = SeparateFields().SelectEven().EEDI2(field=0)
Deinted = TDeint(order=0,field=0,edeint=Interp)
TFM(mode=6,order=0,PP=7,slow=2,mChroma=true,Clip2=Deinted)
TDecimate(mode=1)
and it should work?
or is there something im missing?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.