문제

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