ClarkGH / shotlify

Upload a video, take screenshots, and upload the screenshots. Get a slideshow back.
https://slideshow-sigma.vercel.app
2 stars 0 forks source link

BE: Endpoint for uploading a list of images #5

Closed ClarkGH closed 1 year ago

ClarkGH commented 1 year ago

When a user uploads a list of image files Then return a video back to the user.

Technical Considerations:

  1. In this case let's focus on only taking in a list of image files.
  2. If the list of images is confirmed, return a video file.
  3. Don't worry about processing the images into a video/gif yet.