『漫游』酷论坛>『影音数码技术学习交流』>关于AVS的一个小问题``
关于AVS的一个小问题``
skyccy@2004-08-22 19:04
请问一下去掉边缘色块用什么滤镜比较好`?
最好有例子和把要加载的DDL写一下`谢谢``
堕天地狱@2004-08-23 00:09
切边吧
skywalker@2004-08-23 23:37
对于色块......
可以试试MPEG2Dec2带的blind pp..........
至于边缘色块, 可不可以说清楚点具体是什么边缘的色块?
BlindPP :
BlindPP(clip, int "quant", int "cpu", str "cpu2", bool "iPP", int "moderate_h", int "moderate_v")
To Deblock and Dering on any kind of DCT-encoded source.
Of course, less accurate than decoder intergrated PP, but still very efficient
need YV12 input.
quant :
Emulated Quantizer
use higher value to increase aggressivity
using a value close to the source will allow very accurate postprocessing
default : 2
cpu, cpu3, iPP, moderate_h, moderate_v :
same settings as MPEG2Source's PP. defaults : cpu=6,cpu2="",iPP=false,moderate_h=20,moderate_v=40
| TOP