View Single Post
Old 24th August 2016, 19:54   #2  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,666
Quote:
Originally Posted by tormento View Post
I am testing DGDegrain and it's giving me good results.

I would like to try to use it as a pre filter for SMDegrain but I go thru some colorspace conversion issues that I ignore.

SMDenoise needs a RGB32 space, SMDegrain YUV (AFAIK).

How can I feed both without doing a mess?
Ask DG to support YUV.

Seriously though, DGDenoise is still in beta, wait till it becomes stable before integrating it into your workflow.

Also read the SMDegrain documentation, it tells you how to supply your own prefiltered clip.

Code:
pre = ConvertToRGB32(...).DGDenoise(...).ConvertToYV12(...)

SMDegrain(prefilter=pre)
Not tested...
Reel.Deel is offline   Reply With Quote