Questions tagged [aws-media-convert]
142 questions
2
votes
0 answers
AWS - MediaConvert - How delete input after the conversion?
Is it possible to set some configuration to remove the files at the end of a conversion job?

FabianoLothor
- 2,752
- 4
- 25
- 39
2
votes
1 answer
Aws MediaConvert - Create one output video file with a single audio track and multiple video inputs
I’m working with Aws MediaConvert in order to create video-files concatenation.
I'm able for now to create concatenation of n videos in one output mpeg4 file, with or without audio "inside each video input".
What i'm looking to achieve is to…

ffouillet
- 111
- 11
2
votes
0 answers
AWS Elemental MediaConvert - output object to be owned by different account
I have an account 'A' where Elemental MediaConvert service is running. The output file must be placed in the S3 bucket of account 'B'. I am able to set this up by using an IAM role in account 'A' and setting the canned ACL to…

Abhishek Ray
- 21
- 1
2
votes
0 answers
AWS MediaConvert: Delete original file after transcoding
I'm using AWS Media Convert to convert my videos to other formats. I want to be able to delete the original media files as soon as the transcoding is done..How is this possible??
I'm using Boto3 SDK

Goutam B Seervi
- 1,096
- 1
- 18
- 31
2
votes
2 answers
AWS Elemental MediaConvert MPEG-DASH: Can't create mpd with manifest profile:"urn:mpeg:dash:profile:isoff-on-demand:2011"
I'm using AWS Elemental MediaConvert to transcode video files into MPEG-DASH (with DRM encryption).
The mpd files generated are having manifest profile urn:mpeg:dash:profile:isoff-main:2011. I have tried this with different system presets available…

akhilsp
- 1,063
- 2
- 13
- 26
1
vote
2 answers
Automatic Retrieval of Streamed URL after AWS HLS Streaming
I have set up an on-demand video service in AWS. After uploading a video to the S3 input bucket, a Lambda function is automatically triggered, which does HLS streaming with the object to a specific folder in the output bucket. Already i have created…

Surajit
- 11
- 2
1
vote
1 answer
Some Queries on HLS Independent Segments and AAC codec?
According to Apple HLS spec, #EXT-X-INDEPENDENT-SEGMENTS tag indicates that the segments are independent and can be decoded indepedently of each other. This tag can be specified either in master playlist or rendition playlist or both.
I assume that…

muraliv
- 169
- 1
- 7
1
vote
1 answer
AWS Elemental Media Converter - Cognito unauthorized user not allowed to perform action
I am trying to create elemental media converter job, in order to transcode some video files in my S3 bucket.
This is my backend code
const client = new MediaConvertClient({
region: 'us-east-1',
endpoint:…

dzona
- 3,323
- 3
- 31
- 47
1
vote
1 answer
Elemental MediaConvert createJob cache control settings
I am converting mp4 videos in s3 into resized version and uploading to s3 using aws elemental mediaconvert. Is there a setting in the elemental media convert job which I can use to set the CacheControl max-age header so that it gets applied to the…

codename_47
- 449
- 2
- 17
1
vote
1 answer
Error creating mediaconvert job for HLS output with mp4, mp3 and SRT as input
I'm trying to write a Go code to create a job on MediaConvert that take as input an MP4 video, some MP3 used as different audio track and some SRT file used for captions.
My Go code generated this JSON that is sent to AWS:
{
…

Jayyrus
- 12,961
- 41
- 132
- 214
1
vote
1 answer
Is there a way to not have aws mediaconvert append automatic numbering to jpeg (file group)
Is there a way to not have media convert append automatic number to frame capture as I am only generating one frame per output.
As you can see in the image, would like to remove the .000000.jpg from the filename

Hamza Aboufirass
- 31
- 2
1
vote
1 answer
How to get the status and progress of an AWS Elemental MediaConvert job in Java
I have converted a video using the AWS Elemental MediaConvert. The video is stored in S3. For this, I am submitting a job from the Java code and it is returning the jobID. I need to write a listener in my code, that listener should be notified when…

cseprojects 14batch
- 41
- 5
1
vote
1 answer
AWS MediaConverter - How do I change the names of the thumbnails generated
I am now using AWS MediaConverter to upload videos and associated thumbnails to S3. In Transcoder, which is deprecated, I could specify the format of the thumbnail images (00001.jpg,00002.jpg .....). My application logic depends on this format. In…

Rob Nagel
- 11
- 1
1
vote
1 answer
HLS Video not playing in Safari due to cloudfront
I've transcoded some input videos into HLS format with supported streams (1080p, 360p etc) using AWS mediaconvert and now I'm trying to play this HLS files into my clients using cloudfront and I'm using default s3 origin for cloudfront.
We segmented…

Govind Kalyankar
- 574
- 1
- 4
- 17
1
vote
1 answer
AWS MediaConvert Docs are obnoxious and unclear
I have been messing with AWS MediaConvert for boto3 for the python library and I find the docs incredibly confusing.
There are so many settings.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mediaconvert.html
and amazon…

Christopher Jakob
- 453
- 3
- 21