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

Output Thumbs interval in % ElasticTranscoder

I'm using the ElasticTranscoder from Amazon and my app it's almost finished now. The problem I have is as follow: Users can upload some video's and I want from every video 5 thumbnails. Now i want the preset interval in procents, so i have 5…
0
votes
1 answer

Create Thumbnail while uploading video to CDN using Amazon transcoder

I need to create a thumbnail from video while uploading it to CDN. I also came across term Amazon transcoder but this is in ruby, I am using php, Is there way to do this in php. I am using jwplayer for playing video Can someone help me to create…
Hitesh
  • 4,098
  • 11
  • 44
  • 82
0
votes
1 answer

Can we have auto AspectRatio preset for output files from AWS Elastic Transcoder?

I'm working on AWS Elastic Transcoder using PHP API. I would like to have the video output to have the same AspectRatio as the input video. Do we need a custom preset for that? I tried seeing the options. But, there is no option for auto…
0
votes
1 answer

Amazon Elastic Transcoder segmentDuration for creating jobs

I am using Amazon S3 for uploading and transcoding of video files. For creating a job I used 1351620000001-000001 as the preset from the existing ones for mp4 format from Amazon Elastic Transcoder. But I get the following error: "Uncaught…
0
votes
1 answer

Configuration for Amazon S3 bucket for thumbnail in Amazon Elastic transcoder

I'm having a problem inputting bucket location in Creating pipeline on Elastic transcoder! The Error is Error 1 validation error detected: Value 'http://www.videostest.com/thumb' at 'thumbnailConfig.bucket' failed to satisfy constraint:…
0
votes
2 answers

Extract a value from a data structure to a variable

I need help in extracting "Duration" from the data structure below, to a variable called var_dur. The data comes from: print_r($data); Guzzle\Service\Resource\Model Object ( [structure:protected] => [data:protected] => Array ( …
Nich
  • 283
  • 2
  • 12
0
votes
1 answer

AWS Elastic Transcoder: Pipeline not found

I have an Elastic Transcoder pipeline configured, and it has successfully processed jobs created via the AWS Management Console. However, when using the Ruby API, the pipeline doesn't appear to exist: et = AWS::ElasticTranscoder::Client.new puts…
rlkw1024
  • 6,455
  • 1
  • 36
  • 65
0
votes
2 answers

how to configure AWS Elastic Transcoder

I'm trying to use AWS's Elastic Transcoder to implement http live streaming for an iPad app. Suppose that I have an output bucket called "output". I want Elastic Transcoder to decode a video and to put the .ts files for each hls output in their own…
0
votes
1 answer

Amazon Elastic Transcoder - How to set the preset

My simple question is how to set the preset when we create a job. I am using aws sdk for java. I am learning Elastic Transcoder web service. For the same I could not find any tutorial on net, so I had to venture on my own. But I am stuck at this…
user1305398
  • 3,550
  • 5
  • 26
  • 42
0
votes
1 answer

Can Amazon Elastic Transcoder encode in Microsoft Smooth Streaming format?

Amazon CloudFront now supports Microsoft Smooth Streaming format for delivering adaptive bitrate video. I am just wondering: Does Amazon Elastic Transcoder have an output setting to transcode to this format?
0
votes
1 answer

Apache Camel support for AWS Elastic Transcoder

Does anybody know about a component that allows issuing transcoding requests with apache Camel? I looked at the camel-aws package in GIT and it does not look like it is even work in progress. Before I start to hck my own, I just wanted to validate…
Klaus
  • 2,328
  • 5
  • 41
  • 62
0
votes
1 answer

Amazon Elastic Transcoder Fails With Files Larger than 100mb

I have a social media website, and I think it will attract a lot of visitors. It allows users to upload images and video. For video, it uploads with PHP then converts it to the right format using Elastic Transcoder. It then stores the files into S3…
0
votes
1 answer

Webservice call with unique ID when Amazon Elastic Transcoder finishes a job

I wanted to know if there is an option to trigger a URL call per specific video Id when Amazon Elastic transcoder finishes a transcoding job. Right now, I can create an SNS topic and assign it to the "On Completion Event". This SNS topic can be a…
-1
votes
1 answer

MediaConvert remove black bars

I'm trying to migrate from AWS ElasticTranscodder to MediaConvert. One thing that worked for ET is that output had maximum width and height, but for MC those values are fixed and you end up with blackbars if video does not exactly match aspect. Is…
karjan
  • 936
  • 1
  • 7
  • 17
-1
votes
1 answer

x264 [error]: baseline profile doesn't support 4:2:2 ,with ffmpeg php

Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height Conversion failed!
1 2 3
11
12