Dogway / Avisynth-Scripts

AviSynth+ 3.7.3+ Filters
GNU General Public License v3.0
90 stars 12 forks source link

DeblockPack #48

Closed TbtBI closed 2 years ago

TbtBI commented 2 years ago

Hi, Deblock_QED(uv=2) and Deblock_QED(uv=3) give identical chroma output.

MCDeblockFFT3D(uv=2) doesn't copy chroma planes.

Dogway commented 2 years ago

Strange, doesn't happen to me:

a=Deblock_QED(quant1=30, quant2=40,UV=2).extractu()
Deblock_QED(quant1=30, quant2=40,UV=3)
extractu()

ex_makediff(a, metric="none", aug=true, dif=true, show=3)

As for MCDeblockFFT3D(uv=2) I fixed already, will upload in next version.

TbtBI commented 2 years ago

Sorry, Deblock_QED is ok for me too. I updated ExTools and restarted AvspMod.

Thanks for the MCDeblockFFT3D fix.