AWS News Blog

Ankoder – Video Encoding on Demand

Voiced by Polly

Rex Chung wrote to tell me that his EC2-powered Ankoder site can now segment files for iPhone HTTP streaming. As noted in the iPhone Dev Center, HTTP streaming obviates the need for specialized servers, extra firewall entries, and other complexity. It supports live and video on demand sessions.

The Ankoder blog contains a complete walkthrough of the encoding and segmenting process.

The process proceeds as follows:

  1. Enter URLs for notification, external file storage (S3, FTP, and SFTP are supported), and thumbnail storage. Files stored in S3 can be marked as publicly viewable with a checkbox.
  2. Choose the input format, bit rate, and screen size. Presets are provided for common cases such as “iphone streaming 500 kbit/second.”
  3. Set up the video segmentation. You can choose to start from the beginning of the input file or skip ahead any number of seconds, and you can decide how many seconds of video should be included in each segment.
  4. Define the output format or formats. You can encode to multiple formats at once to reduce bandwidth costs.
  5. Upload a file from your browser or use the Ankoder API to do it programmatically.
  6. Await notification that the work has been done. Ankoder uses EC2 High CPU medium instances and starts additional servers on demand to ensure that the maximum wait time is just 10 minutes.

Pricing is determined by the amount of upload and download bandwidth consumed during the encoding process. Bandwidth is charged at $0.002 per megabyte ($2.00 per gigabyte). You can transcode 100 50 megabyte videos into 3 formats for about $25.00.

— Jeff;

Modified 10/24/2020 – In an effort to ensure a great experience, expired links in this post have been updated or removed from the original post.
TAGS:
Jeff Barr

Jeff Barr

Jeff Barr is Chief Evangelist for AWS. He started this blog in 2004 and has been writing posts just about non-stop ever since.