jcsston
4th December 2002, 04:57
I have a video I captured at 320x480 Mpeg-2 but the chroma channels on some frames is off.
So I looked thru my video (tossing out the second field which is fine) and noticed the chroma is off was every 5 frames and lasted for one frame.
So every 5th frame I want to replace the Chroma for that frame only with the next frame's chroma.
How could I do this?
Something like this
If FrameNo / 5 = Int(FrameNo / 5) Then MergeChroma(FrameNo,FrameNo+1)
Is this possible in AviSynth?
So I looked thru my video (tossing out the second field which is fine) and noticed the chroma is off was every 5 frames and lasted for one frame.
So every 5th frame I want to replace the Chroma for that frame only with the next frame's chroma.
How could I do this?
Something like this
If FrameNo / 5 = Int(FrameNo / 5) Then MergeChroma(FrameNo,FrameNo+1)
Is this possible in AviSynth?