Questions tagged [amazon-elastic-transcoder]

Amazon Elastic Transcoder is video transcoding in the cloud. It is designed to be a highly scalable, easy to use and a cost effective way for developers and businesses to convert (or “transcode”) video files from their source format into versions that will playback on devices like smartphones, tablets and PCs.

Amazon Elastic Transcoder is video transcoding in the cloud. It is designed to be a highly scalable, easy to use and a cost effective way for developers and businesses to convert (or “transcode”) video files from their source format into versions that will playback on devices like smartphones, tablets and PCs.

171 questions
1
vote
1 answer

Elastic Transcoder "Start of list found where not expected"

I am having trouble using Elastic Transcoder in PHP. I am trying to use transcoder to grab an audio file from S3, trim it, and place it back. When I try to use the following job creation code I am getting the error: "{"Message":"Start of list found…
ackerchez
  • 1,684
  • 7
  • 28
  • 49
1
vote
1 answer

AWS Elastic transcoder, HLS Content Protection, No Store, how to get the data key

I'm using AWS Lambda to create an elastic transcoder job with HLS content protection. Following the doc here: http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/content-protection.html At the end it says: "Note If you choose No…
1
vote
1 answer

HLS, AWS Elastic Encoder, and adaptive streaming

I'm currently working on simple VOD browser-based service, using mostly AWS technologies. HLS will be used as the streaming protocol, which is supported by Elastic Transcoder. Currently, the source material is 720p (1280x720), and this is also the…
1
vote
1 answer

Reduce size and framerate of output GIFs from AWS Elastic Transcoder

I have a Lambda function setup that successfully creates an Elastic Transcoding job to transcode an m4v to a GIF. However, I need to reduce the file size of the ouptut GIF by both reducing the size of the content, and using fewer frames. I have read…
Cbas
  • 6,003
  • 11
  • 56
  • 87
1
vote
0 answers

Logging AWS ElasticTranscoder Job statuses

I have an AWS ElasticTranscoder setup which upon receiving jobs, produces status event messages for each job ('Progressing', 'Error', 'Warning' etc) to SNS. The SNS is hooked to a SQS queue which is consumed by my consumer service. I want to log the…
1
vote
0 answers

In AWS with HLS content protection, where does the encryption key get returned, when selecting "NoStore"?

In the Read Job Object, I can only find : "encryption": null. My playlist array in the Elastic Transcoder Lambda function looks like this: Playlists: [ { Format: 'HLSv3', Name: 'index', OutputKeys: [ …
1
vote
1 answer

How to use Elastic Transcoder with the AWS-SDK for Ruby

I am completely stuck. I need to be walked through the process for using the AWS-SDK for Ruby to transcode video. I'm not sure where to even begin. I'm uploading files using CarrierWave-Direct to an s3 bucket. The records are uploaded and recalled…
1
vote
2 answers

"specified pipeline was not found" in amazon elastic transcoder

I am trying to use amazon elastic transcoder to transcode a job, but it keeps on giving me the following error: /gems/aws-sdk-v1-1.66.0/lib/aws/core/client.rb:375:in `return_or_raise': The specified pipeline was not found: account=XXXXXXXXX, …
Steve Quezadas
  • 724
  • 2
  • 11
  • 27
1
vote
1 answer

Uploading media to AWS from Parse

I built an API with Node that allows users to upload data and media (photo or video). I already have everything set up with AWS to store the media and covert it from an mp4 to something streamable. After I built a lot of the API, I decided that it…
1
vote
2 answers

Elastic Transcoder Doesn't Seem to Be Setting Output Permissions?

I'm trying to create a very simple flow that uses Elastic Transcoder to output HLS streams that can be served up directly from S3. The pipeline and job are spitting out the right files, as far as I can tell and reporting that the job is completing…
1
vote
1 answer

S3 bucket policy access conditions

I have an s3 bucket policy like this which denies requests if the referer is not listed under { "Sid": "6", "Effect": "Deny", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::my_bucket_name/*", …
1
vote
0 answers

Elastic Transcoder: Duplicate output key error

Over the last day we started getting an interesting error when trying to push a transcoding job with the PHP SDK: 'Aws\ElasticTranscoder\Exception\ElasticTranscoderException' with message 'Error executing "CreateJob" on…
1
vote
2 answers

Fatal error: Class 'Aws\ElasticTranscoder\ElasticTranscoderClient' not found in C:\wamp\www\sep24\et\s\wr.php on line 5

Tried to run the elastic transoder php code from et/s/wr.php. wr.php contains the php transcoder code. Here is my code. This is…
1
vote
1 answer

Amazon Elastic Transcoder Http Request Error

I need to use Amazon Elastic Transcoder for an mvc project. I wanted to use it via http request as described by documentation. While creating header of request I need to create Authorization parameter as described which I think I did. But the…
tuncay
  • 51
  • 1
  • 8
1
vote
1 answer

Can I use AWS Elastic Trancoder to encode multiple formats in one job?

I'm a video noob, and I have to encode a bunch of videos for streaming to an iPhone app - so I need to produce multiple screen sizes and bandwidths (for iphone, ipad etc and for wireless data, cell data, etc). I'm using AWS Elastic Transcoder. I…
D Mac
  • 3,727
  • 1
  • 25
  • 32