对于色块......
可以试试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