Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top