ChrisBensch
14th September 2005, 09:43
I capped Matrix Revolutions HDTV and am having a hard time deciding what to do with it. DGDecode detects it as 87.1% FILM @29.970 progressive. I looked at the output of the script below in VDubMod and it looks like 3 normal prog. frames, then two blended ones. Based on the guides, I selected 29.970 in DGDecode, but now I'm at a crossroads: to IVTC or not to IVTC? Here is my script for IVTC:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
MPEG2Source("Matrix Revolutions-HDTV-FIXED.d2v")
TFM(PP=4,d2v="Matrix Revolutions-HDTV-FIXED.d2v",flags=2)
TDecimate()
Crop(0,0,-4,-20)
Lanczos4Resize(1280,720)
The movie, whether done as 29.970fps or 23.976w/IVTC, looks fine. I guess I just don't like to process the video unless I have to. So, should I, or should I not IVTC this movie?
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
MPEG2Source("Matrix Revolutions-HDTV-FIXED.d2v")
TFM(PP=4,d2v="Matrix Revolutions-HDTV-FIXED.d2v",flags=2)
TDecimate()
Crop(0,0,-4,-20)
Lanczos4Resize(1280,720)
The movie, whether done as 29.970fps or 23.976w/IVTC, looks fine. I guess I just don't like to process the video unless I have to. So, should I, or should I not IVTC this movie?