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

Converting a video to a sequence of images #111

Open
abrichr opened this issue Feb 28, 2021 · 3 comments
Open

Converting a video to a sequence of images #111

abrichr opened this issue Feb 28, 2021 · 3 comments

Comments

@abrichr
Copy link

abrichr commented Feb 28, 2021

Hello,

Great project! Does it support converting a video to a sequence of images?

@CryogenicPlanet
Copy link
Member

@abrichr Not at the moment, but we can add a feature to support it

@abrichr
Copy link
Author

abrichr commented Feb 28, 2021

Thanks for the quick reply. What sort of timeframe do you expect on that? Can I help? What would be involved?

Also, how much better would the performance be compared to extracting frames using HTML5Video?

@CryogenicPlanet
Copy link
Member

Hey

So we actually have an upstream internal repository where do most of our dev works, so I can put it in as a feature to do there. I would say it should be done by the end of the week(could try to rush it a bit more)

I'd have to compare performance but It might actually be slower for smaller videos, that being said HTML5Video supports only mov,mp4,webm so this would be able to extract frames from any other video format too.

The big complication with this feature would be that so far we don't support outputting multiple files, so that would have to be added to support this. Beyond that, it would be fairly straight forward to build on top of the FFmpeg command to do this

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

2 participants