PDA

View Full Version : Chroma delay ?


ncahammer
5th April 2009, 17:21
I have this video
http://rapidshare.com/files/217736699/VTS_01_1.VOB.html

Every 4 frames seems that the chroma is delayed by one frame or swaped with the next field

frame 43:
with
TFM(Mode=5, pp=0, slow=2, mChroma=false)
http://thumbnails17.imagebam.com/3183/599dab31825392.gif (http://www.imagebam.com/image/599dab31825392/)

with
flds = SeparateFields()
StackVertical(flds.SelectEven(),flds.SelectOdd() )
http://thumbnails17.imagebam.com/3183/8c1bbb31825373.gif (http://www.imagebam.com/image/8c1bbb31825373/)

both fields have a chroma problem, now the same, after a
clip2=trim(1,0)
mergechroma(last,clip2,1.0)
http://thumbnails17.imagebam.com/3183/24aa2131825331.gif (http://www.imagebam.com/image/24aa2131825331/)

Notice that the bottom field is Ok, but not the top
Has anyone deal with this pattern ? Any advise how to deal with this ?

scharfis_brain
5th April 2009, 20:13
it has been encoded progressively.

So the chroma between both fields of a frame has been blended together.

There might be a way to undo this... but I never tried it.

ncahammer
6th April 2009, 10:55
There might be a way to undo this... but I never tried it.Can you give me a tip ?
or some script posted here that handles some similar issues and I'll make some tests
That is if you think that a script can handle this and not a C++ plugin

My first though is that I need something similar with what TFM does, but instead of field matching, it should match luma and chroma planes

I don't know how to start and I have seen this issue to several cartoons