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

Explore more efficient video sprite generation #991

Open
mzur opened this issue Nov 28, 2024 · 0 comments
Open

Explore more efficient video sprite generation #991

mzur opened this issue Nov 28, 2024 · 0 comments

Comments

@mzur
Copy link
Member

mzur commented Nov 28, 2024

This blogpost describes how to create a video thumbnail sprite with a single Ffmpeg call. We could test if this might be faster than our current method (creating individual thumbnail files and then joining them). Since we need multiple sprite files, we can let Ffmpeg create a huge PNG (with the correct number of columns) and then cut this into the webp files to store with Vips.

@mzur mzur moved this to Medium Priority in BIIGLE Roadmap Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Medium Priority
Development

No branches or pull requests

1 participant