User:Foxyshadis
From Avisynth
| Abstract | |
|---|---|
| Author | Didée |
| Version | 1.0 |
| Download | Deblock_QED.avs |
| Category | Deblockers |
| Requirements |
|
| License | |
DeBlock_QED(clip clp, int quant1, int quant2, int aOff1, int bOff1, int aOff2, int bOff2, int uv )
Contents |
[edit] 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.
[edit] Requires Filters
[edit] Description
quant1 = 20
Strength of block edge deblocking.
quant2 int = 40
Strength of block internal deblocking.
blah
[edit] Examples
avisource("Blah.avi")
Deblock_QED(25,uv=false)
[edit] Changelog
1.0 - First
[edit] Links
Download Deblock_QED.avs

