420MuNkEy
5th February 2010, 01:07
I have a progressive video I need to repair. For the most part, every 5th frame is a duplicate, but when stepping through it frame by frame I see that every once in a while the duplicate frame might come 1 frame early and sometimes the frame duplicates twice and sometimes the frame doesn't even duplicate.
So, for example (N=Normal, D=Duplicate):
N N N N D N N N N D N N N D N N N N D N N N N D D N N N N N N N N N
I can't seem to find a pattern that would both remove all the duplicate frames and leave the normal frames. I thought about doing conditional frame comparison, but that would remove any two empty frames (black) next to each other. Anyone know something that could help?
So, for example (N=Normal, D=Duplicate):
N N N N D N N N N D N N N D N N N N D N N N N D D N N N N N N N N N
I can't seem to find a pattern that would both remove all the duplicate frames and leave the normal frames. I thought about doing conditional frame comparison, but that would remove any two empty frames (black) next to each other. Anyone know something that could help?