View Single Post
Old 21st November 2019, 10:09   #25  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Of the denoising I tried, the two methods I preferred for the sample from post #8 were QTGMC in progressive mode or TemporalDegrain (the original version, not TemporalDegrain2). They both settle the picture wobble a bit.

FFVideoSource("E:\sheena-easton-machinery-small-sample.mov", threads=1, colorspace="YUV420P8")
QTGMC(InputType=1, EzDenoise=3)
CropResize(0,0, 16,4,-16,-4, NoResize=true, InDAR=15.0/11.0)
QTGMC.mkv

FFVideoSource("E:\sheena-easton-machinery-small-sample.mov", threads=1, colorspace="YUV420P8")
TemporalDegrain()
CropResize(0,0, 16,4,-16,-4, NoResize=true, InDAR=15.0/11.0)
TemporalDegrain.mkv
hello_hello is offline   Reply With Quote