Questions tagged [aws-media-convert]
142 questions
0
votes
1 answer
AWS Media Converter creates new job for each file?
I am working on AWS MediaConverter and trying to create a Node js API which converts .mp4 format to .wav format.
I have the api is working correctly, however it is creating a new job for each individual .mp4 file.
Is it possible to have one…

WizRd AM
- 3
- 3
0
votes
1 answer
AWS MediaConvert Python AccessDeniedException: when calling the CreateJob operation
I am trying to create a simple MediaConnect job with Python.
My pipeline is simple. S3Put triggers a Python lambda, and I am trying to create a simple job.
I created a simple job using AWS Console and the json job is this -
{
"Queue":…

ashraf minhaj
- 504
- 2
- 14
0
votes
0 answers
AWS MediaConvert: Unable to write to output file [s3://undefined/test.mp4]: [Failed to write data: Access Denied]
I'm trying to create an AWS Elemental MediaConvert Job via node.js, and I've run across the following issue:
Error message: Unable to write to output file [s3://undefined/test.mp4]: [Failed to write data: Access Denied]
AWS MediaConvert Job…
0
votes
1 answer
Hls video player freeze when i switch level until get to the next fragment
When I switch my quality level of my player with the prop (currentLevel) of hls.js, the video stays frozen until get to next fragment. The duration of each fragment are 10 seconds, so if I change the quality in the second 1 of the fragment, the…

adrics97
- 21
- 3
0
votes
0 answers
AWS lambda doesn't upload files to s3 bucket
I'm trying to construct VOD converting system with Lambda and MediaConvert. I've defined lambda function to request MediaConvert to convert files to HLS. And I've added a trigger to execute lambda function as soon as original files upload into…

Taylor
- 25
- 4
0
votes
1 answer
Difference between playing webm vs HLS video over AWS
Im building an webapp which does screen recording, have it stored and played back on demand.
The recording is happening as .webm which is being streamed to S3 bucket via a multipart upload.
I'm using AWS MediaConvert to convert .webm to HLS format…

Aneesh
- 1,703
- 3
- 24
- 34
0
votes
1 answer
BufferStalledError when i switch the level of the playlist
I have 4 streams (1080p60, 1080p30, 720p60, 480p30) in my playlist.m3u8. When i set quality of the video, i switch the level with "nextLevel" and i select the level 0,1,2,3. My problem is that when i switch to 480p30 or 720p60 its woks fine, but…

adrics97
- 21
- 3
0
votes
1 answer
Media conversion on AWS
I have an API written in nodeJS (/api/uploadS3) which is a PUT request and accepts a video file and a URL (AWS s3 URL in this case). Once called its task is to upload the file on the s3 URL.
Now, users are uploading files to this node API in…

Gurmeet Singh
- 774
- 8
- 21
0
votes
1 answer
Why AWS MEDIACONVERT set EXTINF in m3u8 file equals to source video duration +1 sec?
I have a source mp4 file with duration=17sec (for example).
When i convert video to Apple HLS using AWS MediaConvert, i get the m3u8 file with duration 18sec .
I mean #EXTINF:18 tag in m3u8.
I use ABR mode.
SegmentControl settings are default
…

George p
- 37
- 3
0
votes
1 answer
AWS MediaConvert job settings unit tests
I am using CreateJobCommandInput, CreateJobCommand, MediaConvertClient from @aws-sdk/client-mediaconvert to submit MediaConvert job. CreateJobCommandInput contains a lot of different parameters. I would like to check if those parameters are valid…

Žilvinas Rudžionis
- 1,954
- 20
- 28
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…

Umer Sheikh
- 1
- 2
0
votes
1 answer
Is there any settings available in AWS Elemental Mediaconvert to remove/mute the audio of the converted videos?
Currently, the Mediaconvert is configured to create a 720px width video out of a given video. The input video might contain audio tracks. The requirement is to remove/mute the converted video. Hence, the output video should be muted from start to…

Sarath Radhakrishnan
- 5
- 1
- 3
0
votes
1 answer
AWS MediaConvert and Alpha channels
I'm trying to use AWS MediaConvert on a .mov file that has an alpha channel. I couldn't find a way to preserve the alpha channel. Seems like it's always discarded and I'm losing the transparency.
Even the input QuickTime settings have only two…

ori.rdt
- 31
- 3
0
votes
1 answer
TooManyRequestsException while calling mediaconvert for updating job status in UI using javascript SDK
The application is developed using React Js as a frontend and nodeJs as backend.The application is deployed in AWS EKS cluster.The application is like a videoportal where users can upload a video and the video is processed using AWS mediaconvert and…
0
votes
1 answer
Remove subtitle/caption from hls and dash manifest file
I am currently using aws mediaconvert to encode videos to hls and dash format. I believe that in the m3u8 (for hls) and mpd (for dash) file which is generated, these can be parsed to remove required subtitles. I am looking to parse the m3u8 and mpd…

IN_DEV
- 31
- 1
- 3