tencentcloud-sdk-nodejs-vod 4.1.283 → 4.1.284

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.283",
3
+ "version": "4.1.284",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1255,59 +1255,47 @@ export interface RebuildMediaTargetInfo {
1255
1255
  */
1256
1256
  export interface ModifySampleSnapshotTemplateRequest {
1257
1257
  /**
1258
- * 采样截图模板唯一标识。
1258
+ * <p>采样截图模板唯一标识。</p>
1259
1259
  */
1260
1260
  Definition: number;
1261
1261
  /**
1262
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
1262
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
1263
1263
  */
1264
1264
  SubAppId?: number;
1265
1265
  /**
1266
- * 采样截图模板名称,长度限制:64 个字符。
1266
+ * <p>采样截图模板名称,长度限制:64 个字符。</p>
1267
1267
  */
1268
1268
  Name?: string;
1269
1269
  /**
1270
- * 截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0
1270
+ * <p>截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
1271
1271
  */
1272
1272
  Width?: number;
1273
1273
  /**
1274
- * 截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0
1274
+ * <p>截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
1275
1275
  */
1276
1276
  Height?: number;
1277
1277
  /**
1278
- * 分辨率自适应,可选值:
1279
- <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
1280
- <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
1281
- 默认值:open。
1278
+ * <p>分辨率自适应,可选值:</p><li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li><li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>默认值:open。
1282
1279
  */
1283
1280
  ResolutionAdaptive?: string;
1284
1281
  /**
1285
- * 采样截图类型,取值:
1286
- <li>Percent:按百分比。</li>
1287
- <li>Time:按时间间隔。</li>
1282
+ * <p>采样截图类型,取值:</p><li>Percent:按百分比。</li><li>Time:按时间间隔。</li>
1288
1283
  */
1289
1284
  SampleType?: string;
1290
1285
  /**
1291
- * 采样间隔。
1292
- <li>当 SampleType 为 Percent 时,指定采样间隔的百分比。</li>
1293
- <li>当 SampleType 为 Time 时,指定采样间隔的时间,单位为秒。</li>
1286
+ * <p>采样间隔。</p><li>当 SampleType 为 Percent 时,指定采样间隔的百分比。</li><li>当 SampleType 为 Time 时,指定采样间隔的时间,单位为秒。</li>
1294
1287
  */
1295
1288
  SampleInterval?: number;
1296
1289
  /**
1297
- * 图片格式,取值为 jpg 和 png。
1290
+ * <p>图片格式,取值为 jpg、pngwebp。默认为 jpg。</p>
1298
1291
  */
1299
1292
  Format?: string;
1300
1293
  /**
1301
- * 模板描述信息,长度限制:256 个字符。
1294
+ * <p>模板描述信息,长度限制:256 个字符。</p>
1302
1295
  */
1303
1296
  Comment?: string;
1304
1297
  /**
1305
- * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
1306
- <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
1307
- <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
1308
- <li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
1309
- <li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
1310
- 默认值:black 。
1298
+ * <p>填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:</p><li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li><li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li><li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li><li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>默认值:black 。
1311
1299
  */
1312
1300
  FillType?: string;
1313
1301
  }
@@ -15591,7 +15579,7 @@ export interface CreateAigcSubjectRequest {
15591
15579
  */
15592
15580
  export interface CreateSnapshotByTimeOffsetTemplateResponse {
15593
15581
  /**
15594
- * 时间点截图模板唯一标识。
15582
+ * <p>时间点截图模板唯一标识。</p>
15595
15583
  */
15596
15584
  Definition?: number;
15597
15585
  /**
@@ -16274,7 +16262,7 @@ export interface ApplyUploadRequest {
16274
16262
  */
16275
16263
  export interface CreateSampleSnapshotTemplateResponse {
16276
16264
  /**
16277
- * 采样截图模板唯一标识。
16265
+ * <p>采样截图模板唯一标识。</p>
16278
16266
  */
16279
16267
  Definition?: number;
16280
16268
  /**
@@ -21886,47 +21874,39 @@ export interface SampleSnapshotTemplate {
21886
21874
  */
21887
21875
  export interface ModifySnapshotByTimeOffsetTemplateRequest {
21888
21876
  /**
21889
- * 指定时间点截图模板唯一标识。
21877
+ * <p>指定时间点截图模板唯一标识。</p>
21890
21878
  */
21891
21879
  Definition: number;
21892
21880
  /**
21893
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
21881
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
21894
21882
  */
21895
21883
  SubAppId?: number;
21896
21884
  /**
21897
- * 指定时间点截图模板名称,长度限制:64 个字符。
21885
+ * <p>指定时间点截图模板名称,长度限制:64 个字符。</p>
21898
21886
  */
21899
21887
  Name?: string;
21900
21888
  /**
21901
- * 截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0
21889
+ * <p>截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
21902
21890
  */
21903
21891
  Width?: number;
21904
21892
  /**
21905
- * 截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0
21893
+ * <p>截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
21906
21894
  */
21907
21895
  Height?: number;
21908
21896
  /**
21909
- * 分辨率自适应,可选值:
21910
- <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
21911
- <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
21912
- 默认值:open。
21897
+ * <p>分辨率自适应,可选值:</p><li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li><li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>默认值:open。
21913
21898
  */
21914
21899
  ResolutionAdaptive?: string;
21915
21900
  /**
21916
- * 图片格式,取值可以为 jpg 和 png。
21901
+ * <p>图片格式,取值为 jpg、pngwebp。默认为 jpg。</p>
21917
21902
  */
21918
21903
  Format?: string;
21919
21904
  /**
21920
- * 模板描述信息,长度限制:256 个字符。
21905
+ * <p>模板描述信息,长度限制:256 个字符。</p>
21921
21906
  */
21922
21907
  Comment?: string;
21923
21908
  /**
21924
- * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
21925
- <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
21926
- <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
21927
- <li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
21928
- <li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
21929
- 默认值:black 。
21909
+ * <p>填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:</p><li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li><li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li><li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li><li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>默认值:black 。
21930
21910
  */
21931
21911
  FillType?: string;
21932
21912
  }
@@ -24726,53 +24706,35 @@ export interface DescribeAIAnalysisTemplatesResponse {
24726
24706
  */
24727
24707
  export interface CreateSnapshotByTimeOffsetTemplateRequest {
24728
24708
  /**
24729
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
24709
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
24730
24710
  */
24731
24711
  SubAppId?: number;
24732
24712
  /**
24733
- * 指定时间点截图模板名称,长度限制:64 个字符。
24713
+ * <p>指定时间点截图模板名称,长度限制:64 个字符。</p>
24734
24714
  */
24735
24715
  Name?: string;
24736
24716
  /**
24737
- * 截图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px
24738
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
24739
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
24740
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
24741
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
24742
- 默认值:0。
24717
+ * <p>截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
24743
24718
  */
24744
24719
  Width?: number;
24745
24720
  /**
24746
- * 截图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px
24747
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
24748
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
24749
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
24750
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
24751
- 默认值:0。
24721
+ * <p>截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
24752
24722
  */
24753
24723
  Height?: number;
24754
24724
  /**
24755
- * 分辨率自适应,可选值:
24756
- <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
24757
- <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
24758
- 默认值:open。
24725
+ * <p>分辨率自适应,可选值:</p><li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li><li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>默认值:open。
24759
24726
  */
24760
24727
  ResolutionAdaptive?: string;
24761
24728
  /**
24762
- * 图片格式,取值可以为 jpg 和 png。默认为 jpg
24729
+ * <p>图片格式,取值为 jpg、pngwebp。默认为 jpg。</p>
24763
24730
  */
24764
24731
  Format?: string;
24765
24732
  /**
24766
- * 模板描述信息,长度限制:256 个字符。
24733
+ * <p>模板描述信息,长度限制:256 个字符。</p>
24767
24734
  */
24768
24735
  Comment?: string;
24769
24736
  /**
24770
- * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
24771
- <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
24772
- <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
24773
- <li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
24774
- <li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
24775
- 默认值:black 。
24737
+ * <p>填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:</p><li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li><li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li><li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li><li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>默认值:black 。
24776
24738
  */
24777
24739
  FillType?: string;
24778
24740
  }
@@ -25027,6 +24989,10 @@ export interface SearchMediaRequest {
25027
24989
  * <p>直播推流Path,当媒资来源是直播录制时有效。</p>
25028
24990
  */
25029
24991
  StreamPaths?: Array<string>;
24992
+ /**
24993
+ * <p>知识库ID,匹配集合中任意元素。</p>
24994
+ */
24995
+ KnowledgeBases?: Array<string>;
25030
24996
  }
25031
24997
  /**
25032
24998
  * 画面动态范围信息。
@@ -25050,65 +25016,43 @@ export interface DynamicRangeInfo {
25050
25016
  */
25051
25017
  export interface CreateSampleSnapshotTemplateRequest {
25052
25018
  /**
25053
- * 采样截图类型,取值:
25054
- <li>Percent:按百分比。</li>
25055
- <li>Time:按时间间隔。</li>
25019
+ * <p>采样截图类型,取值:</p><li>Percent:按百分比。</li><li>Time:按时间间隔。</li>
25056
25020
  */
25057
25021
  SampleType: string;
25058
25022
  /**
25059
- * 采样间隔。
25060
- <li>当 SampleType 为 Percent 时,指定采样间隔的百分比。</li>
25061
- <li>当 SampleType 为 Time 时,指定采样间隔的时间,单位为秒。</li>
25023
+ * <p>采样间隔。</p><li>当 SampleType 为 Percent 时,指定采样间隔的百分比。</li><li>当 SampleType 为 Time 时,指定采样间隔的时间,单位为秒。</li>
25062
25024
  */
25063
25025
  SampleInterval: number;
25064
25026
  /**
25065
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
25027
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
25066
25028
  */
25067
25029
  SubAppId?: number;
25068
25030
  /**
25069
- * 采样截图模板名称,长度限制:64 个字符。
25031
+ * <p>采样截图模板名称,长度限制:64 个字符。</p>
25070
25032
  */
25071
25033
  Name?: string;
25072
25034
  /**
25073
- * 截图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px
25074
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
25075
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
25076
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
25077
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
25078
- 默认值:0。
25035
+ * <p>截图宽度(或长边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
25079
25036
  */
25080
25037
  Width?: number;
25081
25038
  /**
25082
- * 截图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px
25083
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
25084
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
25085
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
25086
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
25087
- 默认值:0。
25039
+ * <p>截图高度(或短边)的最大值,取值范围:0 和 [32, 4096],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。</p>
25088
25040
  */
25089
25041
  Height?: number;
25090
25042
  /**
25091
- * 分辨率自适应,可选值:
25092
- <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
25093
- <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
25094
- 默认值:open。
25043
+ * <p>分辨率自适应,可选值:</p><li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li><li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>默认值:open。
25095
25044
  */
25096
25045
  ResolutionAdaptive?: string;
25097
25046
  /**
25098
- * 图片格式,取值为 jpg 和 png。默认为 jpg
25047
+ * <p>图片格式,取值为 jpg、pngwebp。默认为 jpg。</p>
25099
25048
  */
25100
25049
  Format?: string;
25101
25050
  /**
25102
- * 模板描述信息,长度限制:256 个字符。
25051
+ * <p>模板描述信息,长度限制:256 个字符。</p>
25103
25052
  */
25104
25053
  Comment?: string;
25105
25054
  /**
25106
- * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
25107
- <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
25108
- <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
25109
- <li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
25110
- <li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
25111
- 默认值:black 。
25055
+ * <p>填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:</p><li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li><li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li><li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li><li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>默认值:black 。
25112
25056
  */
25113
25057
  FillType?: string;
25114
25058
  }