Questions tagged [aws-media-convert]
142 questions
-1
votes
1 answer
How to Update Django Database After AWS MediaConvert is Completed
I'm Using Python Boto3 for Start Job on AWS MediaConvert. But I want to update the status of file after completing the MediaConvert Job.

Sanjay Sikdar
- 435
- 4
- 10
-1
votes
1 answer
Python: Generate a thumbnail from the last frame in AWS MediaConvert
The videos I have are of different sizes and different frame rates. I would like to create a thumbnail from the last frame of the vides regardless of their size or FPS.

hedaia
- 11
- 2
-1
votes
1 answer
How to stream uploaded video with AWS?
The main task is to protect video from downloading.
To achieve it, we decided to set up Video Streaming from S3.
The project has an PHP API and a client. The API generates Pre-Signed URL to where the video should be uploaded in S3 bucket. Then,…

Valeriu Gutu
- 11
- 5
-1
votes
1 answer
Why do videos turn gray after transcoding?
I have used the AWS service MediaConvert to convert videos into another format before, and sometimes the first half-minute of the video will be just grey, but it will get better as the video goes on. A example frame provided below. If the object in…

CJ Lin
- 35
- 4
-1
votes
1 answer
Is it possible to convert multiple files in MediaConvert AWS service?
I have got a few files in s3 bucket and all of them need to be converted (3 output file per 1 input file).
Convertion rules are equal for all files.
Is it possible to do this? How can it be implemented on Node AWS sdk?
Do I need any extra service…

Lapkovsky Kirill
- 59
- 1
- 7
-2
votes
2 answers
Auto convert all existing s3 .mp4 files using AWS media convert
I have a S3 bucket with a lot of .mp4 videos inside different folders, I wish to convert them to HLS using AWS media Convert.
I've created a lambda function which gives me list of all the .mp4 videos in that bucket, but that info is not enough for…

Amit
- 187
- 2
- 15