yukichigai
16th August 2007, 10:52
I know this exists, mostly because I know how to do it (in principal). I just need to know what the damn thing is called.
Okay, let's say you have some interlaced video that you know uses pulldown flags/fields irregularly. (Family Guy, or any cartoon episodes, would be a good example) Rather than trying to find some common, lower-than-29.97-framerate for the video, I'm looking for something that will figure out what even fields match up with what odd fields (or are duplicates of previous/coming even fields) and use the corresponding odd fields (and vice versa of all of that jazz) to create solid 59.94p video. (Or to simplify, recreate the original, whatever-fps-converted-to-59.94fps progressive frames from existing fields)
Like I said, I know it has to exist out there somewhere because I have a fairly good idea how to do it in my head. (Basically, separate the fields into frames, bob the current frame, then compare that with both the weave of the previous frame with the current frame and the weave of the current frame with the next frame. Whichever is a closer match, that's your winner) I realize it would screw up if neither combination of fields created a progressive frame, but I'm not asking for perfection here. :P
So, anyway, who knows where I can find this. (And failing that, anybody willing to whip up a plugin to do the above mentioned procedure real quick?)
Okay, let's say you have some interlaced video that you know uses pulldown flags/fields irregularly. (Family Guy, or any cartoon episodes, would be a good example) Rather than trying to find some common, lower-than-29.97-framerate for the video, I'm looking for something that will figure out what even fields match up with what odd fields (or are duplicates of previous/coming even fields) and use the corresponding odd fields (and vice versa of all of that jazz) to create solid 59.94p video. (Or to simplify, recreate the original, whatever-fps-converted-to-59.94fps progressive frames from existing fields)
Like I said, I know it has to exist out there somewhere because I have a fairly good idea how to do it in my head. (Basically, separate the fields into frames, bob the current frame, then compare that with both the weave of the previous frame with the current frame and the weave of the current frame with the next frame. Whichever is a closer match, that's your winner) I realize it would screw up if neither combination of fields created a progressive frame, but I'm not asking for perfection here. :P
So, anyway, who knows where I can find this. (And failing that, anybody willing to whip up a plugin to do the above mentioned procedure real quick?)