Deblock QED
From Avisynth wiki
Abstract | |
---|---|
Author | Didée |
Version | 1.0 |
Download | Deblock_QED.avs |
Category | Deblockers |
Requirements |
|
License | |
Discussion |
DeBlock_QED(clip clp, int quant1, int quant2, int aOff1, int bOff1, int aOff2, int bOff2, int uv)
Contents |
Abstract
Designed to provide 8x8 deblocking sensitive to the amount of blocking in the source, compared to other deblockers which apply a uniform deblocking across every frame.
Requires Filters
- DeBlock
- MaskTools2 2.0a35+
- DCTFilter
Description
quant1 int = 24
Strength of block edge deblocking.
quant2 int = 26
Strength of block internal deblocking.
aOff1 int = 1
bOff1 int = 2
aOff2 int = 1
bOff2 int = 2
Modifies block detection and removal strength, for quant1 and quant2 respectively. See DeBlock for more information.
uv int = 3
Deblock chroma:
- 2 : Copy chroma from source.
- 3 : Process chroma.
- 1/-1 : Process chroma with normal/strong Deblock().
Examples
AviSource("Blah.avi") Deblock_QED(25, uv=false)
Changelog
Links
Download Deblock_QED.avs