foxyshadis
31st August 2005, 04:07
Does anyone know of a way to get, say, TDecimate or MultiDecimate to blend duplicate frames prior to decimation? On some noisy old sources I've put off for a while I can either get good decimation that leaves me with the first frame which may or may not be crappy, and more often is, or use Dup to achieve nice looking blends at a cost of too many false positives for useful thresholds. TDecimate seems to generally be better at picking frames. I suppose I'd have to more throughly test it to find its own false-positive rate for this stuff. I'm trying to get it down to the native framerate of 12 fps for some scenes and 8 or rarely 24 for others.
My ultimate goal would be to have a function read the tdec metrics and blend duplicate frame sets right before it decimated the rest. Maybe there's a post-processing mode in TFM or some filter I'm missing to blend a run of frames into the first one. My attempts at using scriptclip haven't hit the magic bullet yet.
The main reason I don't want to use Dup entirely is that it isn't a particularly good dup-matcher, with its simple block summation; the false positive rate on moderately noisy sources and some dark scenes is terrible. (Setting thresh down eliminates its usefulness.) Dedup has the same problem and doesn't blend.
Right now I'm gearing up to start hacking together a few filters and shoehorning an override file into dup (maybe if dedup has one I can use that... looks like it), but I just know this is going to be painful, so I'm wondering if anyone has other suggestions.
My ultimate goal would be to have a function read the tdec metrics and blend duplicate frame sets right before it decimated the rest. Maybe there's a post-processing mode in TFM or some filter I'm missing to blend a run of frames into the first one. My attempts at using scriptclip haven't hit the magic bullet yet.
The main reason I don't want to use Dup entirely is that it isn't a particularly good dup-matcher, with its simple block summation; the false positive rate on moderately noisy sources and some dark scenes is terrible. (Setting thresh down eliminates its usefulness.) Dedup has the same problem and doesn't blend.
Right now I'm gearing up to start hacking together a few filters and shoehorning an override file into dup (maybe if dedup has one I can use that... looks like it), but I just know this is going to be painful, so I'm wondering if anyone has other suggestions.