Skip to content
New issue

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

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

Already on GitHub? # to your account

Timing of keyframe extraction #28

Open
ymartin-mw opened this issue Jun 28, 2023 · 0 comments
Open

Timing of keyframe extraction #28

ymartin-mw opened this issue Jun 28, 2023 · 0 comments

Comments

@ymartin-mw
Copy link

ymartin-mw commented Jun 28, 2023

Haven't tried yet, but am wondering what is the best mechanism for doing less work for a given video to speed up?

Can we just skip N frames in the range here?

for _ in range(0, self.max_frames_in_chunk):

I'm aiming to find the places of the algorithm that takes the longest time and try to minimize it,
Can a possible way to do so will be to consider a video as a collection of 1 frame for every 1 sec and then doing the same pipeline?

How long it takes to get 5-10 frames from a 1,5,10,15,20,25,30 min videos? with how many cores?

Thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant