Is it possible to automate transcoding job on Amazon Elastic Transcoder? I am using Django framework. If yes, how do I start. I have not come across any such topics, so I had to ask here. Your help and advice will be greatly appreciated. Thank you.

有帮助吗?

解决方案

It is automatable as they provide an API.

API Reference - Amazon Elastic Transcoder : http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/api-reference.html

You should be able to call the APIs from anywhere, even from your Django app.

This example helps you setup a video trans-coding pipeline. http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/getting-started.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top