tencentcloud-sdk-python-mps 3.0.1162__tar.gz → 3.0.1163__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/mps/v20190612/models.py +3 -7
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.1163/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.1162/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1162 → tencentcloud-sdk-python-mps-3.0.1163}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1163"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -20771,11 +20771,7 @@ class DescribeTaskDetailResponse(AbstractModel):
|
|
|
20771
20771
|
|
|
20772
20772
|
def __init__(self):
|
|
20773
20773
|
r"""
|
|
20774
|
-
:param _TaskType:
|
|
20775
|
-
<li>WorkflowTask:视频工作流处理任务。</li>
|
|
20776
|
-
<li>EditMediaTask:视频编辑任务。</li>
|
|
20777
|
-
<li>LiveStreamProcessTask:直播流处理任务。</li>
|
|
20778
|
-
<li>ScheduleTask:编排处理任务。</li>
|
|
20774
|
+
:param _TaskType: 任务类型,目前取值有:<li>WorkflowTask:视频工作流处理任务。</li><li>EditMediaTask:视频编辑任务。</li><li>LiveStreamProcessTask:直播流处理任务。</li><li>ScheduleTask:编排处理任务。</li><li>EvaluationTask:评测任务。</li>
|
|
20779
20775
|
:type TaskType: str
|
|
20780
20776
|
:param _Status: 任务状态,取值:
|
|
20781
20777
|
<li>WAITING:等待中;</li>
|
|
@@ -42093,8 +42089,8 @@ class VideoTemplateInfo(AbstractModel):
|
|
|
42093
42089
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
42094
42090
|
注意:av1 编码容器目前只支持 mp4 。
|
|
42095
42091
|
:type Codec: str
|
|
42096
|
-
:param _Fps: 视频帧率,取值范围:[0, 120],单位:Hz。
|
|
42097
|
-
当取值为 0,表示帧率和原始视频保持一致。
|
|
42092
|
+
:param _Fps: 视频帧率,取值范围:[0, 120],单位:Hz。
|
|
42093
|
+
当取值为 0,表示帧率和原始视频保持一致。
|
|
42098
42094
|
注意:自适应码率时取值范围是 [0, 60]
|
|
42099
42095
|
:type Fps: int
|
|
42100
42096
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1163
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1162
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|