rigaya / VCEEnc

VCEによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-12.html
Other
237 stars 23 forks source link

More filters #49

Closed LuisB79 closed 2 years ago

LuisB79 commented 2 years ago

Is it possible to have deblocking filters, or better temporal denoising filters such as nlmeans based, bm3d or bm4d, wnnm, fourier based denosing filters, or to have better debanding filters?.

LuisB79 commented 2 years ago

Will this be taken into consideration?, if not, to close the issue.

rigaya commented 2 years ago

There are already many denoise filters supported, and deband is supported by vpp-deband.

For 3d denoise filters, it can be possible for me to copy --vpp-convolution3d implementation from NVEnc/QSVEnc.

LuisB79 commented 2 years ago

There are already many denoise filters supported, and deband is supported by vpp-deband.

For 3d denoise filters, it can be possible for me to copy --vpp-convolution3d implementation from NVEnc/QSVEnc.

what about deblocking filters?, and could you provide better documentation on the denoising filters?

rigaya commented 2 years ago

You can go through for vpp-options for the documentation of filters.

LuisB79 commented 2 years ago

You can go through for vpp-options for the documentation of filters.

ok, what about debolcking filters?

LuisB79 commented 2 years ago

You can go through for vpp-options for the documentation of filters.

do you have a paper, or somewhere where i could check the quality of knn, pmd and convoluton 3d based denoisers?, where did you get them from?, what does "3d noise reduction" even means?

rigaya commented 2 years ago

I don't have any papers, please note that this is not a research of noise reduction algorithms. You can simply just test filters yourself, as the binaries are already released, and the parameters are documented.

rigaya commented 2 years ago

Current plan is to add --vpp-concolution3d in the near future.

There is no plan to add other filters in the near future.

LuisB79 commented 2 years ago

Current plan is to add --vpp-concolution3d in the near future.

There is no plan to add other filters in the near future.

but the release 7.0 has already convolution3d i'm confused, as to per my last request of the quality of the current denoiser filters, will you give more data?

LuisB79 commented 2 years ago

I don't have any papers, please note that this is not a research of noise reduction algorithms. You can simply just test filters yourself, as the binaries are already released, and the parameters are documented.

i see.