I haven't done video encoding for a while. Tell me, what are the currently popular denoiser filters in Avisynth? For example, previously these were KNLMeansCL, BM3D, FFT3D. Perhaps something new has appeared this year. I have a mid-range system with a Ryzen 7 2700 (8c/16t) processor.
+ Reply to Thread
Results 1 to 5 of 5
-
-
avs-mlrt adds access to the machine learning models, for example from https://openmodeldb.info/ and DPIR.
Aside from that, https://forum.doom9.org/showthread.php?t=84481 might list some I'm not aware of.users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
You at least want https://github.com/Asd-g/avs-mlrt/blob/main/scripts/mlrt_DPIR.avsi and the dlls you need depends on what backend to use:
Code:# backend (default "ncnn"): What backend to be used (ncnn, ov, or ort) and its tuning parameters. # It can be specified as single string. # If specified as array of strings, the first element must be the backend type and the rest one are the tuning parameters. # For example, backend=["ncnn", "fp16=true"] - backend type is "ncnn" and fp16 mode is True.
(I normally use Vapoursynth, instead of Avisynth.)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Any current or former users of WD TV?
By wiseant in forum Newbie / General discussionsReplies: 10Last Post: 18th Jul 2023, 22:29 -
current FFMPEG that is compiled with nlmeans_vulkan??
By RogerTango in forum Video ConversionReplies: 5Last Post: 21st Jun 2023, 17:04 -
How to make the next subtitle appear below the current one and not above
By Skyflakes in forum SubtitleReplies: 8Last Post: 7th Nov 2021, 07:50 -
current DVR options?
By guthrie in forum DVD & Blu-ray RecordersReplies: 12Last Post: 1st Feb 2021, 12:05 -
PotPlayer copy either current subtitle timestamps OR current audio clip
By Sakusuke in forum Software PlayingReplies: 0Last Post: 29th Aug 2020, 12:35