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: Process Images to Video #9

Closed ClarkGH closed 1 year ago

ClarkGH commented 1 year ago

As an API Endpoint When a Client uploads a list of images to me Then I convert those videos into a new mp4 And Send the video back to the client

ClarkGH commented 1 year ago

Need to pivot away from the API. ffMPEG is way too heavy on the backend to justify doing this on a SPA. Closing this and the other backend tickets out.

We'll need to consider adding the following before re-opening:

  1. Middleware
  2. Caching via redis, firestore, celery, AWS lambda, etc.