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
16
votes
1 answer

Elastic transcoder AWS creating job from Parse.com CloudCode Javascript http requests

I created a pipeline on AWS Elastic Transcoder, and I'm trying to create jobs for it using its api. This is what I'm doing. Parse.Cloud.define("createJobOnElastic", function(request, response){ Parse.Cloud.httpRequest({ method:…
14
votes
4 answers

AWS credentials not working - ~/.aws/credentials

I'm having a problem with my AWS credentials. I used the credentials file that I created on ~/.aws/credentials just as it is written on the AWS doc. However, apache just can't read it. First, I was getting this error: Error retrieving credentials…
9
votes
3 answers

aws transcoder overwrite files on s3

I'm using the AWS PHP SDK to upload a file to S3 then trancode it with Elastic Transcoder. First pass everything works fine, the putobject command overwrites the old file (always named the same) on s3: $s3->putObject([ 'Bucket' =>…
Kudos
  • 375
  • 4
  • 14
7
votes
0 answers

Elastic Transcoder - MPEG Dash output - tutorials?

I use AWS Elastic Encoder to encode to HLS (with success), and have been trying to get the same mp4 files transcoded to play in MPEG-Dash. When I transcode into HLS, I typically choose 30 sec segments, and for a 5 min video, I get 12 files and a…
7
votes
1 answer

HLS preset settings for 480p | 720p | 1080p

We are trying to transcode mp4 videos into HLS using AWS transcoder. We see that there are only few presets available (highest being 2M). The max resolution this gives us is 360p on JWPlayer. If we want higher resolution (480p | 720p | 1080p), we…
6
votes
0 answers

Image files as inputs with AWS Elastic Transcoder?

Here's my situation. I've been working on building a service at work that takes dynamically generated images and outputs animations as mp4 or gif. The user has the options of setting dimensions, time for each frame, etc. I have this working…
Geuis
  • 41,122
  • 56
  • 157
  • 219
6
votes
1 answer

AWS ELB Logs not showing 5xx errors in

I am seeing an strange issues with AWS ELB, I am getting High-Sum-HTTP-5XX from ELB but when I go to log I do not see any request in access log which have 5XX errors. Does elb access log does not have 5XX errors reported there. Where can I see…
Ari
  • 341
  • 2
  • 14
6
votes
1 answer

Event-driven Elastic Transcoder?

Is there a way to setup a transcoding pipeline on AWS such that it automatically transcodes any new files uploaded to a particular S3 bucket, and places them in another bucket? I know there is a REST API, and that in theory the uploader could also…
thinkski
  • 1,306
  • 1
  • 15
  • 25
6
votes
3 answers

Uploading Large HD Video Files to Amazon Web Services S3

Ultimate Goal: Upload large video files (<200MB-3GB) from a content producer's computer to an AWS S3 bucket to use the Elastic Transcoder service. The content producer will be a pro user, so a little extra work on their part is not a huge burden.…
5
votes
2 answers

AWS Java SDK - NoSuchMethodError in Jackson when using Region methods

I'm trying to use the AWS Java SDK to access my Elastic Transcoder jobs. But, the jobs are done in a different region than my development machine. When I try to establish the ElasticTranscoderClient and set it's region I get the following…
5
votes
1 answer

Can AWS CloudFormation call the AWS API?

I'm trying to use CloudFormation to create my AWS environment and part of that is setting up Elastic Transcoder. Unfortunately it seems like ET is not part of the existing CloudFormation system, but it can be created via API calls. Is there any way…
5
votes
0 answers

Lowest possible fps of Animated Gif on AWS Elastic Transcoder

From the AWS documentation it looks like the lowest possible fps for an animated gif is 10fps. Is there a way to have AWS create an animated gif with a lower fps?
5
votes
0 answers

Set Cache-Control key metadata

I am transcoding a file from flv to mp4 using Amazon elastictranscoder but I couldn't find a way to set the Cache-Control key metadata to max-age=3600 through the API when creating the transcoding job
user3631926
  • 162
  • 1
  • 12
5
votes
1 answer

Is there a way to get fine grained progress of Elastic Transcoder job?

I'm using read_job() API to monitor jobs' progress. This only gives me a very coarse info about the status being one of the: Submitted | In Progress | Complete | Canceled | Error. However, I'd like to show the user a percentage or ETA when in the…
vartec
  • 131,205
  • 36
  • 218
  • 244
5
votes
1 answer

Automating transcoding job on Amazon Elastic Transcoder

Is it possible to automate transcoding job on Amazon Elastic Transcoder? I am using Django framework. If yes, how do I start. I have not come across any such topics, so I had to ask here. Your help and advice will be greatly appreciated. Thank you.
1
2 3
11 12