- Lab
- A Cloud Guru
Building a Video Transcoding Pipeline Using Elastic Transcoder
**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 infrastructure 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.)
Path Info
Table of Contents
-
Challenge
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.
-
Challenge
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.
-
Challenge
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.
-
Challenge
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.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.