View Full Version : extract sharp of MCTemporalDenoise
byme
23rd July 2010, 10:55
if not mistaken is the Spatial-Sharpening + Motion-compensated temporal limiting
is possible have the script of This sharp?
and I would also know on which parameters act for have more sharp
.. and also as increase sharp "Spatial-Sharpening + Motion-compensated temporal limiting" in MCTemporalDenoise..... I saw only sharp=true and adapt=true
using the strength of LSFMod of MCTemporalDenoise changes little the Sharpening
:thanks:
LaTo
24th July 2010, 07:57
If you don't want to denoise, try MCTemporalDenoisePP.
If you want more sharp, increase Sovershoot and Tovershoot.
byme
24th July 2010, 12:28
Thanks!
the Sovershoot gives me error over to 127
MCTemporalDenoise(radius=6, twopass=false, useTTmpSm=false, interlaced=false, sharp=true, adapt=true, Sovershoot=128, Tovershoot=100, protect=true)
http://file2.net/thb/100724/4569cl.png (http://file2.net/100724img4569cl.png.html)
to 0 or to 127 I see no difference with Sovershoot.
LaTo
24th July 2010, 12:37
Thanks!
the Sovershoot gives me error over to 127
MCTemporalDenoise(radius=6, twopass=false, useTTmpSm=false, interlaced=false, sharp=true, adapt=true, Sovershoot=128, Tovershoot=100, protect=true)
http://file2.net/thb/100724/4569cl.png (http://file2.net/100724img4569cl.png.html)
to 0 or to 127 I see no difference with Sovershoot.
:eek:
OMG, don't go higher than 10... And you need to increase strength value.
byme
25th July 2010, 16:14
with the Strength to 255 changes slightly independently there is Sovershoot to 0 or higher
the Sovershoot seems that not acting
byme
30th July 2010, 13:14
you tell me how to add the MCTemporalDenoisePP at the bottom of this script?.. after FastLineDarkenMOD2
AviSource("F:\nile.avi").ConvertToYV12()
x = Crop(616, 468, 90, 74)
y = Crop(30, 454, 102, 102)
vinverse()
HQDering(strength=255, overall=0)
BlindDeHalo3(strength=64, sharpness=0.0, interlaced=false)
FastLineDarkenMOD2(strength=48, luma_cap=255, threshold=0, thinning=96)
GradFunkMirror()
Overlay(x, x=616, y=468)
Overlay(y, x=30, y=454)
ConvertToRGB()
I could to do so work only way
AviSource("F:\HQDering-BlindDeHalo3.avi").ConvertToYV12()
source=last
denoised = source.FFT3Dfilter()
MCTemporalDenoisePP(denoised, source, sharp=true, adapt=true, strength=255, Sovershoot=10, Tovershoot=2, protect=true)
GradFunkMirror()
ConvertToRGB()
FFT3Dfilter is necessary?.. seeing not I used to do denoise, but only for a sharp
LaTo
30th July 2010, 15:29
FFT3Dfilter is necessary?.. seeing not I used to do denoise, but only for a sharp
MCTemporalDenoisePP need a denoised clip... So you need to denoise it before the sharpening, but you can use anything you want.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.