- Newest
- Most votes
- Most comments
Hi,
AWS Elemental MediaConvert is the service to process videos: see https://aws.amazon.com/mediaconvert/
For more details: https://aws.amazon.com/elastictranscoder/details/
Best,
Didier
Hello Saranya,
I looked in the MediaConvert documentation and I did not see mpd as an input option, but you can look and see if you find the answer in this list: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html
Here's a suggestion - if you are familiar with FFMpeg and it works for you, then why not spin up an EC2 instance and run your workflow in that environment? You can find an Amazon Machine Image with FFMpeg already installed and use it for $0.096/hr for a T2.medium EC2 instance. Or, you can install FFMPeg on an EC2 instance, yourself. Of course, you have to figure in some costs for storage and ingress/egress, but you would have that running your files through MediaConvert, as well.
Check out the FFMPeg AMI here: https://aws.amazon.com/marketplace/pp/prodview-ixe3igo3gsu24#pdp-overview
I hope this helps! Please reach out if you have further questions.
Relevant content
- asked a year ago
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
It will accept Mpd as an input file?