-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Hi @Breakthrough ,
Thank you very much for your awesome software! I'm using it to detect scenes from some cartoon videos, see the original video here.
Now I'm having some problems of getting what I want. Specifically:
I want to detect the real scene changes (not shot changes) in the video. There are usually two ways of representing real scene changes:
- fade into black screen and fade into next scene;
- fade directly into the next scene without a black screen.
The content-detector method works well for shot changes while the threshold-detector works well for real scene changes (option 1). But I'm missing many scenes with scene changes in the second way. For example, check scene changes happened at 03:22 to 03:23 and 05:52 to 05:53 in the original video I just posted.
I struggled with adjusting the parameters but I failed to achieve what I want. Any ideas of how I can make it?
Many thanks!