Transcoding Video using AWS
The purpose of this project is to demonstrate a transcode of video from one encoding type to another. The steps are as follows: Phase-1
- Create a bucket, this is a one time task,
- Add source video files into the S3 bucket
- Create a pipeline for the transcode
- Set up a job based on the destination encoding type.
- Download the re-encoded video back to HDD
- Delete the source and destination videos from the S3 bucket to cut-down on billing.
Phase-2
- Provide a web front end for the Phase-1