Log in

View Full Version : Modern high quality deblocking filters


Lirk
14th June 2019, 12:21
I tried to use: Deblock, Deblock_QED, SmoothD2, PP7. All these filters are worse, than MPlayer/FFMPEG libpostproc filter PP with parameters: (pp=ac/-dr). I wanted to try amDCT, but there is no x64 version.

Lirk
14th June 2019, 14:52
So, is there some rating of the best modern deblocking filters for avisynth?

cork_OS
22nd June 2019, 20:58
Is there libpostproc plugin for AVS?

Mounir
24th June 2019, 11:33
AMDCT is quite good last time i checked

for a source with lots of blocking:

QTGMC(InputType=1, Preset="Medium", EzDenoise=1.5)
gradfun3()

that's very "modern"

Lirk
24th June 2019, 14:54
AMDCT is quite good last time i checked
for a source with lots of blocking:
that's very "modern"
Is there X64 version?

ChaosKing
24th June 2019, 15:49
qtgmc (+depends) runs on x64, amdct supports currently only on x86.
I think gradfun3 is also x86 only, use f3kdb as an alternative. http://avisynth.nl/index.php/AviSynth%2B_x64_plugins

real.finder
24th June 2019, 23:14
qtgmc (+depends) runs on x64, amdct supports currently only on x86.
I think gradfun3 is also x86 only, use f3kdb as an alternative. http://avisynth.nl/index.php/AviSynth%2B_x64_plugins

gradfun3 work in x64 from the start of avs+ (Dither package)

Lirk
25th June 2019, 11:11
Ok. I tried this:
QTGMC(InputType=1, Preset="Medium", EzDenoise=1.5)
gradfun3()
This method worse, than SmoothD2.

Lirk
14th August 2019, 11:46
How I can use piping from ffmpeg deblocking to avisynth?