View Single Post
Old 2nd November 2014, 22:59   #20  |  Link
nfv
Registered User
 
Join Date: Aug 2007
Posts: 44
Quote:
Originally Posted by TheSkiller View Post
1) Ignore the field order transition that DGIndex wants to fix. The clip is 100% TFF.

2) It's field shifted.

3) After pairing the fields that belong together there's residual combing and aliasing left.

So my suggestion is:

Code:
DoubleWeave().SelectOdd()

QTGMC(InputType=2)
You can also use TFM(pp=0) instead of the DoubleWeave().SelectOdd() combo in case the field shift is not constant throughout the entire video.

Personally I would also make use of QTGMC's Noise Bypassing because the clip looks kinda artificial to me without the noise.

Code:
QTGMC(InputType=2, NoiseProcess=2, GrainRestore=1, NoiseRestore=0.5, NoiseTR=2)
Looks OK to me.
Thanks Skiller

I liked the results from this one the best

much appreciated

J
nfv is offline   Reply With Quote