chsmn
12th November 2003, 00:54
forgive me if this has been asked before. Why is there three filters under each individual filter level(little, medium, heavy) in the gknot script file but only one filter per level is used?
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmooth(5,7)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmooth(7,7)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmooth(10,15)
Is that just to let the user manually switch to one of the other ones if they want?
also, why is undot always on by default, will it have any negative results on sources that do not need it?
One last question. I tried out all of gknots denoiser filters on a grainy dvd source and the only one that made a very noticeable difference was Temporalsoften(4,8,8,mode=2,scenechange=10), the other ones i had trouble telling even from the unfiltered. Is this right or should filters such as Convolution3d("movielq")be making as much of a difference as tempralsoft? does anyone know any really agressive convolution settings I can use to make sure this filter is working properly?
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmooth(5,7)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmooth(7,7)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmooth(10,15)
Is that just to let the user manually switch to one of the other ones if they want?
also, why is undot always on by default, will it have any negative results on sources that do not need it?
One last question. I tried out all of gknots denoiser filters on a grainy dvd source and the only one that made a very noticeable difference was Temporalsoften(4,8,8,mode=2,scenechange=10), the other ones i had trouble telling even from the unfiltered. Is this right or should filters such as Convolution3d("movielq")be making as much of a difference as tempralsoft? does anyone know any really agressive convolution settings I can use to make sure this filter is working properly?