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

Effeciently extract subset of images from video #136

Open
SeeRich opened this issue Sep 18, 2024 · 0 comments
Open

Effeciently extract subset of images from video #136

SeeRich opened this issue Sep 18, 2024 · 0 comments

Comments

@SeeRich
Copy link

SeeRich commented Sep 18, 2024

Related to this issue: #83

FFmpeg CLI has the ability to perform frame accurate input seeking which is very fast if you want to extract a frame at a time. See: https://trac.ffmpeg.org/wiki/Seeking.

However, I have a very long video (~2-3 hours) and hundreds of timestamps at which I want to extract frames. Is there a way I can leverage the input seeking at the libav level? I don't want to just call the CLI in a loop for each timestamp.

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

No branches or pull requests

1 participant