Skip to content

Adds proper OpenCV seeking#163

Merged
Breakthrough merged 1 commit intoBreakthrough:masterfrom
obroomhall:master
Aug 6, 2020
Merged

Adds proper OpenCV seeking#163
Breakthrough merged 1 commit intoBreakthrough:masterfrom
obroomhall:master

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