gpt4 book ai didi

python - 您如何连接到 AWS Elastic Transcoder?

转载 作者:行者123 更新时间:2023-11-28 20:07:19 26 4
gpt4 key购买 nike

我正在尝试对一些视频进行转码,但我的连接方式出了点问题。

这是我的代码:

transcode = layer1.ElasticTranscoderConnection()
transcode.DefaultRegionEndpoint = 'elastictranscoder.us-west-2.amazonaws.com'
transcode.DefaultRegionName = 'us-west-2'
transcode.create_job(pipelineId, transInput, transOutput)

异常(exception)情况:

{u'message': u'The specified pipeline was not found: account=xxxxxx, pipelineId=xxxxxx.'}

最佳答案

要连接到 boto 中的特定区域,您可以使用:

import boto.elastictranscoder
transcode = boto.elastictranscoder.connect_to_region('us-west-2')
transcode.create_job(...)

关于python - 您如何连接到 AWS Elastic Transcoder?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17953163/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com