Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design and implement a better scene cut algorithm #3

Open
luziferius opened this issue Dec 20, 2019 · 0 comments
Open

Design and implement a better scene cut algorithm #3

luziferius opened this issue Dec 20, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@luziferius
Copy link
Owner

The program currently uses a simple greedy algorithm to merge detected scenes, if they are below the minimum scene length, as given by the command line argument.

It takes a scene and merges the following scenes as long as the combined length is below the minimum length.
The algorithm has some downsides. It may overshoot the maximum scene length. It does not take the scene cut score into account, so may produce false positives.

TODO: Fill additional information about a new approach here

@luziferius luziferius added enhancement New feature or request help wanted Extra attention is needed labels Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant