Morte66
16th February 2008, 14:02
I'm trying to clean up some convert video footage from interlaced PAL DVD. It has a sort of pixellation effect that turns into stair stepping on diagonal edges, it looks a bit like there's been a point resize at some point in the production chain. Or maybe I did something terribly wrong in the deinterlacing. Here's a sample (http://www.mediafire.com/?bhmigidsneg). Have a look at the neck on the bass guitar, for example.
So far I've tried...SetMTMode(5)
DGDecode_mpeg2source("C:\MD\@MeGUI\Heima 206\Heima206.d2v",idct=4,info=3)
SetMTMode(2)
TDeint()
#vinverse()
Tweak(bright=-16, cont=1.164, coring=false)
DeBlock_QED_mt2( quant1=20, quant2=24, aOff1=2, bOff1=4, aOff2=4, bOff2=8 )
mvdegrain3p (source=last,blksize=8,overlap=4,sharp=1,thSAD=400,idx=1)
gradfunkmirror(1.2)
I suspect I'm not making the best use of deblock_qed_mt2 on this (de)interlaced footage. Apart from that, is there anything I can do about the pixellation?
So far I've tried...SetMTMode(5)
DGDecode_mpeg2source("C:\MD\@MeGUI\Heima 206\Heima206.d2v",idct=4,info=3)
SetMTMode(2)
TDeint()
#vinverse()
Tweak(bright=-16, cont=1.164, coring=false)
DeBlock_QED_mt2( quant1=20, quant2=24, aOff1=2, bOff1=4, aOff2=4, bOff2=8 )
mvdegrain3p (source=last,blksize=8,overlap=4,sharp=1,thSAD=400,idx=1)
gradfunkmirror(1.2)
I suspect I'm not making the best use of deblock_qed_mt2 on this (de)interlaced footage. Apart from that, is there anything I can do about the pixellation?