Posts: 95
Threads: 17
Joined: Apr 2021
Hello,
is there LimitedSharpen avaiable for Vapoursynth?
http://avisynth.nl/index.php/LimitedSharpen
If not avaiable for Hybrid in the Future, is it avaiable as a .dll? So i can import it in Staxrip.
EDIT: oh, i see, LSFMod can do that for VapourSynth, i never tried it before, it is working like the LimitedSharpen in FFT3DFilter Neo?
http://avisynth.nl/index.php/Neo_FFT3D
Greetings
Posts: 10.982
Threads: 57
Joined: May 2017
Hybrid comes with LSFmod (=LimitedSharpenFasterMod) which is part of havsfunc (
https://github.com/Selur/VapoursynthScri...c.py#L5285).
If you search over at
https://vsdb.top/ you can see there's also a LimitedSharpen2 script from
https://github.com/dubhater/vapoursynth-limitedsharpen2.
As a side notes:
Cu Selur
Posts: 95
Threads: 17
Joined: Apr 2021
Thanks for the links,
is there a difference between LimitSharpen and LimitSharpenFaster?
I just want to test it out with Vapoursynth, dont know which to use properly. I only tried FFT3DFilter once which use that LimitedSharpen. The Result was very good.
EDIT: Ok, i see, lsfmod has some other functions i need to try then normal limitedsharpen.
Posts: 10.982
Threads: 57
Joined: May 2017
Quote: I only tried FFT3DFilter once which use that LimitedSharpen.
That sounds wrong. FFT3DFilter doesn't use LimitedSharpen.
I doubt you ever used the old LimitedSharpen.
Quote:Ok, i see, lsfmod has some other functions i need to try then normal limitedsharpen.
I doubt anybody will port the original LimitedSharpen since LSFmod should be better and faster.
So if you want to use a port of the original LimitedSharpen function you would have to port it to Vapoursynth yourself.
Cu Selur
Posts: 95
Threads: 17
Joined: Apr 2021
Is there a way to even improve Bitrate of a clip besides using, TemporalDegrain2 and FFT3DFilter?
Something that selective Blur the garbage, or something?
I heard of things like Gaussian Blur, Variable Blur, ResampleHQ but never tested it.
Im using for most Clips:
TemporalDegrain2
CAS 0,73
FTT3D Filter
f3kdb deband
i already resized to 720p everytime.
i always use BicubicResize
i know CAS is using Bitrate as every sharpen do, but i want to save more Bitrate.
There is no Dirt in the clips, so i dont really need remove dirt or something.
Greetings
Posts: 10.982
Threads: 57
Joined: May 2017
Quote:Something that selective Blur the garbage, or something?
Basically anything that removes information will help lower the bit rate.
So adding degrain, delocking, all should lower the bit rate since they remove details.
Debanding will increase bit rate, since it's smoothing followed by adding grain and the added grain is what will increase bit rate requirements.
There is no magic filter that knows what should be considered 'garbage' and what are details.
Cu Selur