Questions tagged [aws-media-convert]
142 questions
1
vote
2 answers
How can I decrease the duration of each .ts chunk for m3u8 in AWS MediaConvert?
I'm looking through the documentation and the presets file located here:
https://docs.aws.amazon.com/mediaconvert/latest/apireference/presets.html
Currently, my ts files have duration of 5 seconds. How can I split this even more? For example: 5 ts…

John Marshall
- 142
- 9
1
vote
1 answer
AWS MediaConvert fails when transcoding a video created from an iOS Safari WebRTC
I am trying to transcode a video using MediaConvert and I get the following error:
Error message Demuxer: [ReadPacketData File read failed - end of file
hit at length [1105924]. Is file truncated?]
When I try to run ffmpeg command to get…

Node.JS
- 1,042
- 6
- 44
- 114
1
vote
1 answer
How to transcode MP4 video with SRT subtitle on AWS Elemental MediaConvert
I have a MP4 video with SRT captions and I need to transcode them with media convert. In media convert I set automatic ABR and I specified the SRT origin path.
At the moment, I have tested the following:
I set SRT file in one output and video/audio…

Vladimir Venegas
- 3,894
- 5
- 25
- 45
1
vote
1 answer
Have an AWS MediaConvert job template output to the same directory
I'm trying to set up a job in Amazon's MediaConvert service which will take any video I upload to an S3 bucket and convert it to a streaming-friendly format. For the most part, this seems to be working - my app calls the API to run the job each time…

John Brink
- 546
- 2
- 8
- 23
1
vote
1 answer
How to configure MediaConvert to trigger different events for different inputs?
I have configured MediaConvert to trigger a success event which is listened/handled by a lambda.
But I have different kinds of jobs for MediaConvert, which means, on success, based on the input, I would like to trigger different sns topics or…

Daniel Birowsky Popeski
- 8,752
- 12
- 60
- 125
1
vote
1 answer
Why is AWS MediaConverter validation failing?
I am trying to set up wav -> mp3 conversion through AWS, I've followed documentation closely but I can't find anything about the problem I am facing so hoping someone can help here. Here is my code to start a conversion on AWS:
$job_settings = '{
…

peterxz
- 864
- 1
- 6
- 23
1
vote
1 answer
Setting aws s3 storage class from media convert Job/service?
I'm using aws s3 and media convert services.
I setup s3 bucket with storage class as Intelligent tiering.
When I upload file from API to S3 bucket, all files are storing in Intelligent tiering, but media convert jobs output files are storing as…

QasimAshraf
- 99
- 6
1
vote
1 answer
How to set resoutlion for AWS media convert
I was planning on using aws mediaconvert to make multiple different copies of videos with different resolution via aws sdk and I noticed in the example that the Resolution was not included, so I how would I be able to specify it (tell it to do 1920…

Ted Bed
- 57
- 7
1
vote
1 answer
AWS MediaConvert: ImageInserter not working as expected
I'm using the Simple Serverless Video On Demand template to deploy a VOD solution on AWS. I updated the code to add a watermark to all the videos ill be processing there. videos are being transcoded but the watermark still missing, so far I have…

moscoquera
- 278
- 2
- 16
1
vote
1 answer
AWS Media Convert - Generating sprite for video preview on progress bar hovering
Here is my process :
I upload a video in an S3 bucket
I encode the video with AWS media converter
The videos are generated by AWS Media converter
I need "something" to create a sprite like the picture below so I can use it to display the video on…

Francois
- 93
- 1
- 15
1
vote
0 answers
AWS MediaConvert: Any way to detect input codec and other metadata?
I'm using AWS MediaConvert, and I can't find a way to get metadata from the input video. Specifically, I need length, dimensions, and codec. I'm really surprised I can't do it.
I can grab the length and dimensions from the output, but I can't find a…

Glenn
- 4,195
- 9
- 33
- 41
1
vote
1 answer
AWS cloudwatch Event : how distinguish multi domain in a source
{
"source": [
"aws.mediaconvert"
],
"detail-type": [
"MediaConvert Job State Change"
],
"detail": {
"status": [
"COMPLETE",
"ERROR"
]
}
}
My Follow:
Domain A: upload video to aws3 bukket A -> lambda create…

Tính Ngô Quang
- 4,400
- 1
- 33
- 33
1
vote
0 answers
How to sign AWS MediaPackage URL
I'm trying to work out how to stop someone from simply copying the asset URL from the resulting AWS MediaPackage Asset and using it outside of my website.
As in, I'm trying to lock down a HLS .m3u8 file so it can only be used by authenticated users.…

Casey Gibson
- 2,577
- 1
- 20
- 23
1
vote
0 answers
Setting AWS S3 Storage Class for AWS Media Convert Outputs
Is there a way to set the storage class of output files of an AWS MediaConvert job? For example, if I convert a video to HLS format and store it in a S3 bucket, can I set the default storage class as Intelligent Tiering? Currently, all outputs are…

Josiah Stapleton
- 11
- 1
1
vote
1 answer
AWS MediaConvert CMAF format HLS not working
I'm using AWS Elemental MediaConvert to encode to CMAF, which as I understand will allow for a single format to stream to all devices. However I'm having issues getting HLS streaming to work with any player.
DASH is…

Bill Johnston
- 1,160
- 1
- 14
- 31