primitive
7th September 2003, 20:23
Greetings all. I have a video clip that was originally 24fps material, combed to 30fps, decombed to 24fps (blending frames), then recombed to 30fps for the DVD. The frames that I have decombed have the following pattern:
Legend: G = good frame, B = blended frame, ^ = these frames are pretty much duplicates
GGGBBGGGBBGGGBBGGGBB...
^^ ^^ ^^
Here's the problem: I know this was originally 24fps material, so I want to Decimate() it. However, Decimate is set up to delete the frame most similar to the one preceding it. That means that what happens in this clip is that the good (full) frame is discarded and that the bad (blended) frame is kept.
Does anyone know of a tool/technique for decimation that will in this case discard the bad frame instead of the good?
Legend: G = good frame, B = blended frame, ^ = these frames are pretty much duplicates
GGGBBGGGBBGGGBBGGGBB...
^^ ^^ ^^
Here's the problem: I know this was originally 24fps material, so I want to Decimate() it. However, Decimate is set up to delete the frame most similar to the one preceding it. That means that what happens in this clip is that the good (full) frame is discarded and that the bad (blended) frame is kept.
Does anyone know of a tool/technique for decimation that will in this case discard the bad frame instead of the good?