Selur's Little Message Board
Feature Request: add --vpp-smooth to Nvenc - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Feature Request: add --vpp-smooth to Nvenc (/thread-1672.html)



Feature Request: add --vpp-smooth to Nvenc - Dan64 - 08.01.2021

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
  • 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.
It could be useful add it in Hybrid.

Thanks


RE: Feature Request: add --vpp-smooth to Nvenc - Selur - 08.01.2021

will look into it over the weekend Smile


RE: Feature Request: add --vpp-smooth to Nvenc - Selur - 09.01.2021

fp16 is broken here.
-> reported to the NVEncC author (https://github.com/rigaya/NVEnc/issues/295)

Cu Selur


RE: Feature Request: add --vpp-smooth to Nvenc - Selur - 10.01.2021

Issue is fixed in NVEncC 5.25, build a new dev version and send you a link via pm.

Cu Selur


RE: Feature Request: add --vpp-smooth to Nvenc - Dan64 - 11.01.2021

Tested with Nvenc 2.25 and now the precision equal to "fp16" is working, but the encoding speed drop from 439fps to 95fps. Probably the "speed" advantage is available only on 32bit OS, but on Windows 10 64bit, precision equal to "fp32" is faster.