I already submitted this as a feature request, but I wanted to see what you all think
A filter that can be applied to the video as a 'dropped frames interpolator'. I often have mpeg-2 source that have dropped frames which show up as black frames.
If there was a way to select a time range and apply this filter to it, then vv could scan through, look for frames that are 100% black (or cross some threshold), and then interpolate the missing frames by gradually blending the frame prior to the drop outs with the frame after the drop outs.
So if:
f regular frame
A frame pre drop outs
d dropped frame
B frame after drop outs
source: ffffAdddBfff
filtered: fffA123Bfff
where
1 = 75%A 25%B
2 = 50%A 50%B
3 = 25%A 75%B
ANyone else have any use for this?
- Jon