Questions tagged [aws-elastictranscoder]

19 questions
5
votes
0 answers

Is it possible to take 2 separate videos and put them side by side in AWS elastic transcoder

I want to create an app where band members can collaborate and record individual performances and then I would like to put them all in one video automatically. I'll have to figure out how to sync them up bit assuming that is solved, can AWS elastic…
Bryan Young
  • 101
  • 7
5
votes
3 answers

Why did H.264, MPEG-4 HE AAC stop working on iphoneXS/Max?

Issue regarding NEW hardware I have been investigating like crazy, and haven't found any hints to why my H.264 encoded videos have stopped working on these new devices. Context: Direct from the ios device, the original is sent to s3, aws elastic…
Ryan Romanchuk
  • 10,819
  • 6
  • 37
  • 41
1
vote
0 answers

AWS Elastic Transcoder Status RSS Feed

It seems that the STATUS RSS feed for Elastic Transcoder service is no longer available and it is deprecated now:- https://status.aws.amazon.com/rss/elastictranscoder-us-east-1.rss Can someone confirm if there is an alternate Status RSS feed for the…
user42012
  • 722
  • 12
  • 33
1
vote
0 answers

AWS Elastic Transcoder / S3: converted videos in HLSv4 only play audio on low internet-bandwith

TLDR: upload videos via aws-sdk (js) -> AWS Elastic Transcoder to S3 in HLSv4 format upload my video with 4 presets: video_only_low, video_only_mid, video_only_high, audio_only (HLSv4 in Elastic Transcoder does not support a preset including video…
0
votes
0 answers

How to create a Job with playlists

I'm creating an integration with Elastic Transcoder, with this class: https://github.com/LPology/ElasticTranscoderPHP (for environment reasons) The problem occurs when I want to create a job and I pass the playlists configuration as a parameter.…
0
votes
0 answers

Getting error CredentialsProviderError: Could not load credentials from any providers

Getting CredentialsProviderError: Could not load credentials from any providers while accessing createJobCommand to create a job using Elastic transcoder in Node js import { ElasticTranscoderClient, CreateJobCommand } from…
Divya A R
  • 1
  • 1
0
votes
2 answers

Video Rotation issue when Stitching wide video (e.g. 6:4) with vertical video recorded with a mobile phone (e.g any Android/iPhone 9:16)

When a vertical video is recorded via mobile phone and needs to be stitched with a horizontal video, the provided output has the vertical video part, rotated. What may cause it: It seems the limitation of the elastic transcoder for ignoring the…
0
votes
0 answers

EndpointConnectionError: Could not connect to the endpoint URL: "https://elastictranscoder.us-east-2.amazonaws.com/2012-09-25/jobs

I have a elastic transcoder job being run in a lambda instance. The instance is python and uses boto3. When the lambda runs I get the following error: [ERROR] EndpointConnectionError: Could not connect to the endpoint URL:…
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
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 I create a license acquisition URL endpoint using springboot from an aws elastic-transcoder data key?

I chose "no store" when transcoding my audio file using aws elastic transcoder. now I have Encryption Key - xxxxxxxxxxxxxxxxxx Encryption Key MD5- xxxxxxxxxxxxx Encryption Initialization Vector-xxxxxxxxxx so I used awskms to decrypt the encryption…
0
votes
1 answer

How to add Multiple inputs in AWS Elastic transcoder CLI?

I am trying to stitch two clips with AWS Elastic Transcoder CLI, but I am getting error. My command : aws elastictranscoder create-job --pipeline-id 158182938949-p2e73l --inputs Key=movie1.mp4,movie2.mp4 --outputs…
0
votes
1 answer

AWS elastic transcoder does not add the watermark text

I trying to join the multiple videos in AWS elastic transcoder. All things are working as expected. But I couldn't add the water text in every video. But, I am able to add the watermark logo for all videos. I am trying with SCC files also. That was…
az rnd
  • 643
  • 3
  • 14
  • 28
0
votes
1 answer

Update AWS S3 Video/Object Metadata With AWS Javascript SDK

My video files in S3 don't have any cache-control header and therefore my users have to reload/download videos on every refesh. I can manually update the cache-control metadata on the AWS website, but I need to do it programmatically on my node…
Will
  • 605
  • 2
  • 11
  • 23
1
2