rec
8th March 2011, 08:21
How do I apply a denoiser (such as dfttest) to say, only the red channel?
This is what I've got, and I know it's not right.
converttorgb()
MergeRGB(converttoyuy2().dfttest(),last,last)
I really didn't want to put converttoyuy2 in front of dfttest, but I couldn't see any other way to make it work. It does denoise the red channel, but the luma value of the red channel is all screwed up.
This is what I've got, and I know it's not right.
converttorgb()
MergeRGB(converttoyuy2().dfttest(),last,last)
I really didn't want to put converttoyuy2 in front of dfttest, but I couldn't see any other way to make it work. It does denoise the red channel, but the luma value of the red channel is all screwed up.