tencentcloud-sdk-mps 1.0.305 → 1.0.308

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d155f3e4415f7e256737e77e0154f835ad625c1
4
- data.tar.gz: baf2e202ae7000da21814ef83f02468c0f420076
3
+ metadata.gz: c2a54c6b63e55865e71851809fce1b739ba3b1ac
4
+ data.tar.gz: 6a4be722b1204e5702e4146295c27c59b0d48351
5
5
  SHA512:
6
- metadata.gz: 29beec551781c7b2a90622c477c91cf57d462264d8ee9e059040236302c635ba3cf9d2946e183fe9441af39a636b9254aa91cac073069ffac745c1564ff73010
7
- data.tar.gz: e4b615642a92541a0bfede408a083371a9ef2ae9bb1ec9761c7308a9e654516649b21a5f992be90c8b29c85ff0a9f06ff37e5c97adadb42f3c32ac7d5ab8a054
6
+ metadata.gz: 520f239b5d308bd414d6999f4919d42b034589c8d9aafe60a81e6b95a1134265e58e66d039bb3d39f9db67c5e1f38ae82ac13d1023291313c8c75718be089f3a
7
+ data.tar.gz: 9c27d236e6820d969909be866010b0120c2b91e01528959d843cb8f48a03823107f35a2163fc8b11a3356211f4d5f6e8fa7ac25ab55ec889c9ec4346922c2ae6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.305
1
+ 1.0.308
@@ -12067,10 +12067,15 @@ module TencentCloud
12067
12067
  # @param Vcrf: 视频恒定码率控制因子。取值范围为[0, 51],填0表示禁用该参数。
12068
12068
  # 如果没有特殊需求,不建议指定该参数。
12069
12069
  # @type Vcrf: Integer
12070
+ # @param ContentAdaptStream: 内容自适应编码。可选值:
12071
+ # <li>0:不开启</li>
12072
+ # <li>1:开启</li>
12073
+ # 默认值: 0. 当开启该参数时,将会自适应生成多个不同分辨率,不同码率的码流, 其中VideoTemplate的宽和高为多个码流中的最大分辨率,VideoTemplate中的码率为多个码流中的最高码率, VideoTemplate中的vcrf为多个码流中的最高质量。 当不设置分辨率、码率和vcrf时, ContentAdaptStream 参数生成的最高分辨率为视频源的分辨率,视频质量为接近vmaf95分。 若要开启该参数或了解计费细节, 请联系您的腾讯云商务。
12074
+ # @type ContentAdaptStream: Integer
12070
12075
 
12071
- attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :Gop, :FillType, :Vcrf
12076
+ attr_accessor :Codec, :Fps, :Bitrate, :ResolutionAdaptive, :Width, :Height, :Gop, :FillType, :Vcrf, :ContentAdaptStream
12072
12077
 
12073
- def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, gop=nil, filltype=nil, vcrf=nil)
12078
+ def initialize(codec=nil, fps=nil, bitrate=nil, resolutionadaptive=nil, width=nil, height=nil, gop=nil, filltype=nil, vcrf=nil, contentadaptstream=nil)
12074
12079
  @Codec = codec
12075
12080
  @Fps = fps
12076
12081
  @Bitrate = bitrate
@@ -12080,6 +12085,7 @@ module TencentCloud
12080
12085
  @Gop = gop
12081
12086
  @FillType = filltype
12082
12087
  @Vcrf = vcrf
12088
+ @ContentAdaptStream = contentadaptstream
12083
12089
  end
12084
12090
 
12085
12091
  def deserialize(params)
@@ -12092,6 +12098,7 @@ module TencentCloud
12092
12098
  @Gop = params['Gop']
12093
12099
  @FillType = params['FillType']
12094
12100
  @Vcrf = params['Vcrf']
12101
+ @ContentAdaptStream = params['ContentAdaptStream']
12095
12102
  end
12096
12103
  end
12097
12104
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.305
4
+ version: 1.0.308
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-28 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common