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

Adds proper OpenCV seeking #163

Merged
merged 1 commit into from
Aug 6, 2020
Merged

Adds proper OpenCV seeking #163

merged 1 commit into from
Aug 6, 2020

Conversation

obroomhall
Copy link
Contributor

This code adds real seeking, rather than looping over grab. This should speed up seeking in large files significantly.

However, the final grab at the end of the method should also be removed, only reason I left it in was because PySceneDetect's grab function seems to be doing something under the hood that I couldn't figure out to do with start_time or _curr_time. So someone with more exposure to this code should take a quick look to remove it.

@Breakthrough Breakthrough added this to the v0.6 milestone Jun 27, 2020
@Breakthrough Breakthrough linked an issue Jun 27, 2020 that may be closed by this pull request
@Breakthrough Breakthrough merged commit dd64478 into Breakthrough:master Aug 6, 2020
@Breakthrough Breakthrough modified the milestones: v0.6, v0.5.4 Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seeking through long videos is slow
2 participants