EruPii
26th January 2014, 12:00
Hello,
I'd have a problem with anime VOB footage. So far I've managed to realize it's a 29.97 fps progressive source, but where are supposed to be interlaced frames, there are blendings. I tried to deblend them with FixBlendIVTC() which gives a quite good result, but the problem is that it can't remove all the blendings. That's why I searched for another deblending filter, I tried the previous filter with Unblend, Cdeblend and Srestore, but I can't use them properly, the result will be worse than with only FixBlendIVTC. That's why I ask for your help to find the most proper filters to deblend my source.
Here is a sample of the raw footage: https://mega.co.nz/#!hERQxRSQ!XciKhFUyN2BEOKx1k0ZH3A6p2xO3YxT-xCtYjYG-JHU
And the part of my code I currently have to deblend:
FixBlendIVTC(sbd=true, mthresh=0.001)
TDecimate()
I'd have a problem with anime VOB footage. So far I've managed to realize it's a 29.97 fps progressive source, but where are supposed to be interlaced frames, there are blendings. I tried to deblend them with FixBlendIVTC() which gives a quite good result, but the problem is that it can't remove all the blendings. That's why I searched for another deblending filter, I tried the previous filter with Unblend, Cdeblend and Srestore, but I can't use them properly, the result will be worse than with only FixBlendIVTC. That's why I ask for your help to find the most proper filters to deblend my source.
Here is a sample of the raw footage: https://mega.co.nz/#!hERQxRSQ!XciKhFUyN2BEOKx1k0ZH3A6p2xO3YxT-xCtYjYG-JHU
And the part of my code I currently have to deblend:
FixBlendIVTC(sbd=true, mthresh=0.001)
TDecimate()