Morte66
27th October 2007, 13:28
If I'm deblending a PAL DVD (which has been blended from NTSC) like this...
DGDecode_mpeg2source("Sympathy For Lady Vengeance.d2v",info=3)
tdeint(mode=1, full=false, tryweave=true)
changefps(23.976*10)
selectevery(10,10) #selected by experiment
crop(2,72,-2,-72)
spline36resize(720,352)
#denoise/deband/sharpen/whatever
... where would I put a call to deblock_QED_mt2?
My best guess is just before the crop, where the video is deinterlaced/deblended but it still has the full set of PAL encoder blocks. But frankly, I'm reaching. So I'd love to hear from anybody who actually understands this stuff. :)
DGDecode_mpeg2source("Sympathy For Lady Vengeance.d2v",info=3)
tdeint(mode=1, full=false, tryweave=true)
changefps(23.976*10)
selectevery(10,10) #selected by experiment
crop(2,72,-2,-72)
spline36resize(720,352)
#denoise/deband/sharpen/whatever
... where would I put a call to deblock_QED_mt2?
My best guess is just before the crop, where the video is deinterlaced/deblended but it still has the full set of PAL encoder blocks. But frankly, I'm reaching. So I'd love to hear from anybody who actually understands this stuff. :)