Feature: Create Image thumbnail from uploaded video #14
ThatGuySam
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The thinking is that you would start the video upload from Swift, PHP, etc and get an image file as the response
From Stack Overflow
- https://stackoverflow.com/questions/31779150/creating-thumbnail-from-local-video-in-swift/40987452#40987452
- https://stackoverflow.com/questions/11376315/creating-a-thumbnail-from-an-uploaded-image/11376379#11376379
Here's a theoretical example usage with Javascript and Fetch API
This could potentially be very fast, maybe less than 500ms, if the app returned an image as so soon as it has the data for any whole frame.
Beta Was this translation helpful? Give feedback.
All reactions