**Thank you for your interest in this content. Unfortunately, this content is no longer being updated and some of it may be out-of-date.**
In this hands-on lab, we are going to create a video transcoding pipeline using the Elastic Transcoder service.
Elastic Transcoder is a media service designed to be a highly scalable, easy-to-use, and cost-effective way to convert (or “transcode”) media files from their source format into various formats and qualities. The Elastic Transcoder service also operates in a serverless fashion, meaning you’re not responsible for allocating the underlying infastructure that is used to transcode these files.
In this lab, we will upload a sample video file to an Amazon S3 bucket and configure our Elastic Transcoder pipeline to transcode our video to 720p quality. (We’ve provided sample video files for you to use as your source media files.)
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Upload the Source Video for Transcoding
- Download one of the sample videos here.
- In the AWS Management Console, navigate to S3.
- Select the existing bucket with
source
in the name. - Select Upload.
- Select Add files.
- Upload a sample video file.
- Verify the bucket contains your sample video file.
- Create a Pipeline Using Elastic Transcoder
- In the AWS Management Console, navigate to Elastic Transcoder.
- Under Pipelines, select Create a new Pipeline.
- Pipeline Name: Enter any name you would like to use.
- Input Bucket: Select the existing bucket with
source
in the name. - Allow the IAM role to be created automatically.
- Transcoded Files: Select the existing bucket with
transcoded
in the name. - Storage Class: Choose either Standard or Reduced Redundancy.
- Thumbnails: Select the existing bucket with
thumbnails
in the name. - Storage Class: Choose either Standard or Reduced Redundancy.
- Click Create Pipeline.
- Create a Job
- Pipeline: Select the previously created pipeline.
- Output Key Prefix: Leave blank.
- Input Key: Select the sample video file.
- Under Output Details, select System preset: Generic 720p.
- Output Key: Provide a name for your output file (for example, "transcodedvideo.mp4").
- Create Thumbnails: Set to Yes.
- Thumbnail Filename Pattern: Provide a naming scheme for your thumbnails (for example, "LakeThumbnail{count}").
- Click Create New Job.
- Verify Transcoded Files Exist
- In the AWS Management Console, navigate to S3.
- Navigate to the bucket with the name containing "transcoded".
- Verify transcoded video files exist in the "transcoded" bucket.
- Navigate to the bucket with the name containing "thumbnails".
- Verify thumbnail files exist in the "thumbnails" bucket.