kumi
19th November 2007, 21:30
Hi,
I am trying to subtly dering a source. I understand how to tweak deblocking strength in MPEG2Source() with the moderate_h and moderate_y parameters, but these two parameters don't seem to affect deringing. And the default deringing strength is too extreme for my source, so I am forced to use a subsequent call to BlindPP():
MPEG2Source(cpu=4) # first deblocking
BlindPP(quant=3, cpu2="ooooxx", iPP=true) # then deringing
The quant parameter in BlindPP() very obviously effects deringing strength: is there a reason why this parameter isn't available in MPEG2Source()?
Also, is it "reasonable" for me to deblock with MPEG2Source() first, then dering with BlindPP()?
Just curious, thanks. (I hope this is the right sub-forum for this)
I am trying to subtly dering a source. I understand how to tweak deblocking strength in MPEG2Source() with the moderate_h and moderate_y parameters, but these two parameters don't seem to affect deringing. And the default deringing strength is too extreme for my source, so I am forced to use a subsequent call to BlindPP():
MPEG2Source(cpu=4) # first deblocking
BlindPP(quant=3, cpu2="ooooxx", iPP=true) # then deringing
The quant parameter in BlindPP() very obviously effects deringing strength: is there a reason why this parameter isn't available in MPEG2Source()?
Also, is it "reasonable" for me to deblock with MPEG2Source() first, then dering with BlindPP()?
Just curious, thanks. (I hope this is the right sub-forum for this)