08.01.2021, 01:49
Hello Selur
I noted that in Nvenc it is available another denoise filter "--vpp-smooth". I was unable to find this option in Hybrid.
The syntax of the option is the following:
--vpp-smooth [<param1>=<value1>][,<param2>=<value2>],...
parameters
Thanks
I noted that in Nvenc it is available another denoise filter "--vpp-smooth". I was unable to find this option in Hybrid.
The syntax of the option is the following:
--vpp-smooth [<param1>=<value1>][,<param2>=<value2>],...
parameters
- quality=<int> (default=3, 1-6)
Quality of the filter. Larger value should result in higher quality but with lower speed.
- qp=<int> (default=12, 1 - 63)
Strength of the filter.
- prec
Select precision.- auto (default)
Use fp16 whenever it is available and will be faster, otherwise use fp32.
- fp16
Force to use fp16. x64 only.
- fp32
Force to use fp32.
- auto (default)
Thanks