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

Getting error running terraform apply for elastictranscoder

Error message: Error: Error creating Elastic Transcoder Pipeline: RequestError: send request failed caused by: Post "https://elastictranscoder.eu-central-1.amazonaws.com/2012-09-25/pipelines": dial tcp: lookup…
ofirule
  • 4,233
  • 2
  • 26
  • 40
0
votes
1 answer

Elastic Transcoder trimming time - accuracy problem

I'm trying to encode and trim a video to an exact in and out point but I've noticed that the output is lacking some precision. For example, I know that my clip should start at 1.61s with a duration of 2.32s so I configure the pipeline job like…
david.emilsson
  • 2,313
  • 1
  • 20
  • 24
0
votes
1 answer

ElasticTranscoder gem throws vague error when creating job

When trying to create a job in the AWS Transcoder pipeline, I'm getting Aws::ElasticTranscoder::Errors::BadRequest. I'm pretty sure I have the params right, but I'm still getting this ambiguous error. Has anyone encountered that? My call looks like…
0
votes
1 answer

whats the best way to trancode videos for streaming?

I am building a video sharing site like youtube where users can upload a mp4 file and it is trancoded to HLS and then using flowplayer to serve the content via Cloudfront distribution and aws. I am noticing that I am getting network errors telling…
0
votes
0 answers

How do I set the duration of the output of a job in Elastic Transcoder using Django?

I want to automate using Amazon's Elastic Transcoder to trim a video file in Django. The code so far is: def trim_video(key, new_key, duration): pipeline_id = 'XXXXXXXXXXXX-XXXXXX' region = 'XXXXXXXX' transcoder_client =…
0
votes
1 answer

HLS FLAC Audio Stream

I have a FLAC audio file (24bit/192Kbps) from which I want to create a HLS packaged adaptive bitrate stream, the highest quality stream being the input format, so FLAC (24bit/192Kbps) and the lower format streams being AAC at different bit rates. I…
0
votes
1 answer

How do you run a batch transcode script?

I need to batch transcode thousands of of .webm audio files to e.g mp3. I found a script here which I could adapt to my purpose. However, where do I run such a script?
0
votes
1 answer

AWS Elastic Transcoder throws error when merging different mp4 files with audio and without audio

I need to merge different videos using AWS Elastic Transcoder. However, the job fails because there is a video with no audio. I get below error: At least one media file doesn't match the others. All media files must have either audio or no…
0
votes
1 answer

Is there way to completion time and how much processing is over for Amazon Elastic Transcoder job

I try to transcode some movie with Elastic Transcoder and while the job processing, I wanna display on the screen Completion time (ex. complete around in 40 seconds) How much processing job over (ex. 75%) Is there way to know with some api related…
0
votes
1 answer

Increasing Speed of Transcoding Process in AWS Elastic Transcoder When Multiple Outputs Produced?

I've been testing with Elastic Transcoder for a while. I've been using Zencoder currently and plan to replace it with Elastic Transcoder. I've an issue about transcoding time with multiple outputs and I've trying to find a solution to reduce the…
c.guzel
  • 173
  • 6
  • 18
0
votes
1 answer

Triggering Lambda on s3 video upload?

I am testing adding a watermark to a video once uploaded. I am running into an issue where lamdba wants me to specify which file to change on upload. but i want it to trigger when any (really, any file that ends in .mov, .mp4, etc.) file is…
0
votes
1 answer

How to automate AWS Elastic Transcoder Jobs for s3 buckets?

What I want: To add watermarks to all video files that are uploaded to the S3 bucket (mov, mp4, etc.). Then overwrite the file with it's same name with the newly transcoded file that has the watermark on it. So, I was able to manually do this by…
0
votes
1 answer

how to make api call to amazon elastic transcoder pipeline in java?

I am not able to figure out how to make api calls to amazon elastic transcoder pipeline in java.What should be the base url for the service call or should i make the pipelines manually using the console and create jobs through my code.
SaranshK21
  • 33
  • 2
0
votes
1 answer

AWS Elastic Transcoder Preset for Alexa Skills

I'm building an Alexa skill associated with a small serverless lambda function that converts video file in audio using AWS Elastic Transcoder service. However Alexa is really specific on the format that it wants: MP3 with bit rate 48 kbps, and…
0
votes
1 answer

Cannot play mpegdash video created with amazon elastic transcoder in videogular

I transcoded a few videos using Amazon Elastic Transcoder and I am using videogular also with wowza for some live videos. When I use wowza with mpegdash the players work fine. But when I try to use my transcoded files with cloudfront nothing works.…
Juan Diego
  • 1,396
  • 4
  • 19
  • 52