mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Migrate from ElasticTranscoder to MediaConvert #1010

Open mbertrand opened 1 year ago

mbertrand commented 1 year ago

Amazon's MediaConvert service is cheaper than ElasticTranscoder and supports more features/formats. We should migrate to that, preferably via a common ol-django app that can be shared by both OVS and OCW-Studio.

Designs and Mockups

Using the MediaConvert code in OCW Studio as a starting point, move as much common functionality as possible into a new ol-django app. Refactor OVS (and OCW Studio) to use this app instead (preset output format JSON, job submission, transcode success/failure webhook handling, etc).

Acceptance Criteria: