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

Support videos #25

Open
deanmoses opened this issue Nov 29, 2023 · 1 comment
Open

Support videos #25

deanmoses opened this issue Nov 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@deanmoses
Copy link
Owner

deanmoses commented Nov 29, 2023

Allow upload of videos as well as images

Each video would have a detail page just like an image. On the detail page, the user would see a still image from the video and have to click Play to start it

The thumbnail would be a still images.

@deanmoses deanmoses added the enhancement New feature or request label Nov 29, 2023
@deanmoses
Copy link
Owner Author

deanmoses commented Nov 29, 2023

Implementation Notes

Work involved:

  • Sharp does not support extracting stills from videos and a quick search is not turning up an obvious library.
  • CloudFront supports streaming videos from S3 just like it supports serving an image, there's no new configuration there.
  • Creating a detail page that's a clickable image
  • Would the admin be asked to select a frame to be the feature frame? That's a whole UI.
  • Cutting a still thumbnail

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

No branches or pull requests

1 participant