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

Thumbnails #7

Open
3 tasks
9at8 opened this issue Feb 20, 2021 · 0 comments
Open
3 tasks

Thumbnails #7

9at8 opened this issue Feb 20, 2021 · 0 comments
Labels
enhancement New feature or request really cool A really cool thing

Comments

@9at8
Copy link
Owner

9at8 commented Feb 20, 2021

Generate video thumbnails on the fly, in the browser. Doing it on the client-side (instead of uploading the video somewhere to generate thumbnails) is important, as we don't want to collect any user data.

Maybe we can try to implement something like this: https://jsfiddle.net/kmturley/z99cmwtq/ Although I'm not sure about performant it would be to seek the entire video all at once. Regardless, it's worth a try 🤷‍♂️ If we can find a better way, I'm all ears.

  • generate thumbnails
  • add a toggle on the video to toggle thumbnails (could be very useful if generating thumbnails is a resource-intensive task)
  • add a default setting to enable/disable thumbnail generation
@9at8 9at8 added enhancement New feature or request really cool A really cool thing labels Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request really cool A really cool thing
Projects
None yet
Development

No branches or pull requests

1 participant