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

Amazon Elastic Transcoder - How to get the preset using name

I need to get the Preset from the List (System Presets). If I get the Preset with name like the following, it will returns the first Preset. But I need to get PresetId with name "System preset: Generic 320x240". BasicAWSCredentials creds = new…
SST
  • 2,054
  • 5
  • 35
  • 65
4
votes
2 answers

FFMPEG drops supposedly corrupt frames from original video while transcoding using h264 encoder

I am using h264 for optimising MP4 for web. I have a video which has some supposedly corrupt frame(s) within it's initial 1-2 seconds. (Frame provided below) On transcoding using : ffmpeg -i orig.mp4 -c:v libx264 -crf 25 -vf scale="-2:min(ih\,720)"…
t6nand
  • 710
  • 1
  • 8
  • 20
4
votes
0 answers

Elastic transcoder(HLS): generating playlist based on original video

I am developing a service which converts uploaded video to hls stream using elastic transcoder. uploaded video can vary the resolution. I have to generate streams based on resolution of video. for example if original video is full hd(1080p) then I…
4
votes
1 answer

How to get notified of aws transcoder job status

I'm doing a CMS site with node.js, for handle the user posted video, I decided to employ the amazon's Elastic Transcoder service. I already figured out how to create a job and transcode the video with aws-sdk for node.js, but one issue still…
Hetfield Joe
  • 1,443
  • 5
  • 15
  • 26
4
votes
2 answers

Why is my php amazon elastic transcoder working from root but not from a browser?

I am trying to execute a job that will transcode a video file. I have a php file:
3
votes
1 answer

When I am trying to create a pipeline in amazon elastic transcoder using amazon console with IAM it gives me an error

user/abcd is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::453006003233:role/Elastic_Transcoder_Default_Role (Service: AmazonIdentityManagement; Status Code: 403; Error Code: AccessDenied;
3
votes
1 answer

Convert MP4 to HLS with AWS Elastic transcoder.

I am planning to convert MP4(1920x1080, bitrate may vary from mp4 to mp4) to HLS(different type of resolution). different type of resolution, I am looking for 1080p = 1920x1080 720p = 1280x720 480p = 854x480 360p = 640x360 To achieve the above, I…
3
votes
0 answers

720p and 1080p HLS AWS Elastic Transcoder preset

I am trying to encode video to the HLS format in 720p and 1080p resolution. AWS only has preconfigured presets for video quality up until 1024x767 (System preset: HLS 2M). Could anyone help me with the exact configuration?
3
votes
0 answers

What AWS Elastic Transcoder HLS format meets Apple's 192 kpbs streaming requirement?

I'm reading that Apple requires streaming HTTP Live Streaming to meet this requirement When authoring your content for HTTP Live Streaming over cellular, you must provide a baseline stream with a maximum measured bitrate of 192 kbps in addition to…
3
votes
1 answer

Using CarrierWave with Amazon Elastic Transcoder in a Rails app

I asked two additional questions before this on Stack Overflow, but got very little help and I thought I would ask an open question for posterity. I have spent time parsing the AWS-SDK API docs and found very little direct answers to my needs. I…
3
votes
1 answer

Transcoding with AWS-SDK Gem, CarrierWave, and Sidekiq in Rails

I have a rails app that should allow users to upload videos and stream them. I'm using carrierwave-direct to upload the video files. Carrierwave-direct utilizes fog to upload directly to an Amazon S3 bucket. I kick off a background job for the…
3
votes
1 answer

AWS Elastic Transcoder to extract frames from videos?

As mentionned in a previous question, I'm looking for the best way to extract frames from videos using AWS. I came accross AWS Elastic Transcoder and tried to figure out if I could use it. The only option that could have been interesting is the…
3
votes
0 answers

AWS Elastic transcoder VERY SLOW THUMBNAILS

Hi Folks, thanks for your help in advance. I have this pipeline in AWS ETS transcoding videos for months, but lately, I started to see some delay in the thumbnails for the videos. Even web the job appears as completed in the AWS console, the…
3
votes
3 answers

Fatal error: require(): Failed opening required 'C:\wamp\www\sep24\e/src/functions.php' (include_path='.;C:\php\pear')

Tried to run the trans.php program from wamp server from the path C:\wamp\www\sep24\e\trans.php I have included the AWS folder in C:\wamp\www\sep24\e\Amazon\ And AWS credential file in wamp/www folder as well user directory for the…
3
votes
1 answer

Amazon Elastic Transcoder error 3003 Does Not Have Read Permission to S3 Bucket

I am having trouble getting access to my input S3 bucket for my Amazon Elastic Transcoder pipeline. 3003 Does Not Have Read Permission The IAM role specified in the Role object in the pipeline that you used for this job doesn't have permission…
1
2
3
11 12