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

how to extract key frames of a video? #23

Open
kli-casia opened this issue Nov 6, 2018 · 5 comments
Open

how to extract key frames of a video? #23

kli-casia opened this issue Nov 6, 2018 · 5 comments

Comments

@kli-casia
Copy link

kli-casia commented Nov 6, 2018

My question is How to use lintel to get the same results of the following ffmpeg command
ffmpeg -v quiet -skip_frame nokey -i video.mp4 -vsync passthrough img_%04d.jpg
Thanks

@dukebw
Copy link
Owner

dukebw commented Nov 6, 2018

Good question, it's not supported currently, so I could take a look at adding it. Out of curiousity, what would your use case be?

@kli-casia
Copy link
Author

kli-casia commented Nov 8, 2018

I want to only use the key frames for video classification task. Thanks @dukebw

@hongsong-wang
Copy link

My question is How to use lintel to get the same results of the following ffmpeg command
ffmpeg -v quiet -skip_frame nokey -i video.mp4 -vsync passthrough img_%04d.jpg
Thanks

I find this question very interesting!

@tejaskhot
Copy link

+1

1 similar comment
@aiot-tech
Copy link

+1

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

5 participants