High precision/quality 3d denoise filter. This filter aims to reduce image noise producing smooth images and making still images really still. It should enhance compressibility.
It accepts the following optional parameters: luma_spatial:chroma_spatial:luma_tmp:chroma_tmp
- luma_spatial
-
a non-negative float number which specifies spatial luma strength, defaults to 4.0
- chroma_spatial
-
a non-negative float number which specifies spatial chroma strength, defaults to 3.0*luma_spatial/4.0
- luma_tmp
-
a float number which specifies luma temporal strength, defaults to 6.0*luma_spatial/4.0
- chroma_tmp
-
a float number which specifies chroma temporal strength, defaults to luma_tmp*chroma_spatial/luma_spatial