redfordxx
3rd January 2006, 10:04
Hi,
I have video with bad edits on scenechanges. So I have to treat every frame before the edit(scenechange) separately. I use
ConditionalFilter(original_clip,original_clip,changed_clip,"CuttingEditingDetection","=",true)
The problem is to find the "CuttingEditingDetection" filter. Because it is not exactly the same as scenechange. For instance, there could be some flash, blend or strong fade, which would be detected as scene change but are not video cut. Or, there could be some edit with some zoom or pan, which is not detected as scene change.
I tried FrameDiff or MVMask, but was not able to find some working threshold.
Does anybody have a suggestion of another detection method?
I have video with bad edits on scenechanges. So I have to treat every frame before the edit(scenechange) separately. I use
ConditionalFilter(original_clip,original_clip,changed_clip,"CuttingEditingDetection","=",true)
The problem is to find the "CuttingEditingDetection" filter. Because it is not exactly the same as scenechange. For instance, there could be some flash, blend or strong fade, which would be detected as scene change but are not video cut. Or, there could be some edit with some zoom or pan, which is not detected as scene change.
I tried FrameDiff or MVMask, but was not able to find some working threshold.
Does anybody have a suggestion of another detection method?