Log in

View Full Version : DgIndex field operation


Rarok
31st March 2009, 19:12
Hello, I usually to handle DVDs telecined I use DGIndex with Honor PullDown Flags and and then in avisynth I use to do a IVTC with tivtc.dll writing something like:
tfm(d2v="RAW1.d2v")
tdecimate(mode=1)
Ok, there are more things in the script but this is for IVTC.


But in DGIndex there is a option that says Forced Film that is supposed to handle telecined material.

How works DGindex with that option? It's a good way to get the things faster? (I'm searching for best quality).


PS: Thanks and sorry , my English sucks.

Guest
31st March 2009, 19:26
If your stream has consistent soft pulldown, then Force Film is the way to go.

If that doesn't mean anything to you, then just try Force Film without the tfm/tdecimate and if you don't get combed frames, then use it as it is faster and more accurate than tfm/tdecimate for properly flagged source material.

Rarok
31st March 2009, 23:00
If consisten soft pulldown is a 3:2 pattern it is. Yes, I tried with Force Film and it works perfectly and there isn't any combed frame.

Thanks a lot.