Questions tagged [aws-media-convert]
142 questions
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…

Myles McDonnell
- 12,943
- 17
- 66
- 116
0
votes
1 answer
AWS MediaConvert job to create CMAF audio only output
No matter what I seem to try I can't get AWS MediaConvert to accept a job that is configured to output CMAF or DASH audio only. I found this on the AWS support forums:
https://forums.aws.amazon.com/thread.jspa?messageID=911037
Which if I understand…

Myles McDonnell
- 12,943
- 17
- 66
- 116
0
votes
1 answer
Run AWS MediaConvert job over entire S3 bucket
I have an S3 bucket with tens of thousands of audio files and thousands of video files that I need to transpose via MediaConvert.
Before I go ahead and write a function that I can run as a lambda to iterate the bucket and start all of MediaConvert…

Myles McDonnell
- 12,943
- 17
- 66
- 116
0
votes
1 answer
Generating number of thumbnails depending on video size using AWS MediaConvert
After reading this article I get the sense that AWS media convert job template cannot be re-used to generate thumbnails of arbitrary video size. The article assumes that we know the size/duration of video uploaded upfront hence the number of…

sakhunzai
- 13,900
- 23
- 98
- 159
0
votes
1 answer
AWS MediaConvert hrdBufferSize error when uploading 2160p content
I've been using the "Video on Demand on AWS" CloudFormation template for a couple of years with very few issues, but lately when uploading 4K video (.mp4) to the pipeline (such as from an iPhone), I receive the following error:
BadRequestException:…

Dan Sunderland
- 57
- 7
0
votes
1 answer
MediaConvert split video into multiple chunk but in different duration length
I have one video with 1 hr time.
i want to chunk in different part by specified range.
ex:
0 to 10 min
10 to 40 min
40 to 60 min
I know it is possible by ffmpeg but i want to do this with MediaConvert.
here is sample for ffmpeg but same thing i…

Sandip
- 3
- 3
0
votes
1 answer
Cannot fit m3u8 Format video to the div in video.js
I'm using videojs library to serve the video in a HTML web page
My videos are encoded to .h264 format using Amazon Media Convert (.m3u8 video URL) to serve the video.
I want to stretch the video to the end of the screen like (Image 1) without any…

Anirudh
- 2,767
- 5
- 69
- 119
0
votes
1 answer
aws mediaconvert is suitable for social media?
I am building a social media platform which allows the user to upload video as they want, I had try AWS MediaConvert but the price seems to be my concern, I would like to get advice on if I am right to choose AWS MediaConvert.

Eric Lou
- 159
- 3
- 8
0
votes
1 answer
Set segment duration with media convert
With AWS media convert everytime I convert an mp4 (6 second video) to a dash, the segment duration is about 30 seconds however I'd much appreciate if it were 1 second or less:

Ted Bed
- 57
- 7
0
votes
1 answer
How connect Fargate with Media convert?
How connect the application layer (with containers on Fargate) in private subnet with AWS Media Convert? There is no VPC Endpoint for Media Convert.

caprio
- 197
- 1
- 3
- 10
0
votes
1 answer
Is it possible to extract subrip subtitle from mkv video file with aws mediaconvert
I want to know if it's possible to extract subRip captions from an MKV file with aws mediaconvert , i tried with "embedded" and "ancillary" but it does not seem to work Image of was mediaconvert captions options
here is the ffprobe of the caption i…

Maaz
- 3
- 1
0
votes
1 answer
AWSMediaConvert client throwing error for VideoDescription width using Java API
I am using AWS Java API for creating AWS Elemental MediaConvert job with VideoDescription width 1920. When I invoke createJob() method using AWSMediaConvert client, it throws error saying…

Priyanka Sinha
- 61
- 3
- 10
0
votes
1 answer
AWS lambda function from deployment not updating, Elemental MediaConvert on-demand video encoding
I followed this below guide which worked perfectly apart from having to update the stack to use node 12 instead of 8.
https://aws.amazon.com/blogs/networking-and-content-delivery/serverless-video-on-demand-vod-workflow/
It takes an uploaded video…

user185955
- 359
- 2
- 8
0
votes
0 answers
How to implement DRM static key encryption for HLS using AWS Media Convert?
I want to implement static key AES128 encryption using DRM feature of AWS MediaConvert to get HLS output. I followed the following tutorial https://foliovision.com/player/securing-your-video/mediaconvert-encrypted-hls-guide Now in step 16 of this…

Hetul Sheth
- 61
- 6
0
votes
1 answer
AWS MediaConvert SQS error about outside resources
Real Simple. I am getting the error message:
You are not allowed to access resources outside the service 'mediaconvert'
With the USER ARN after it. What am I not understanding about this error? I have given the User full control over…

ArcticMediaRyan
- 687
- 8
- 32