tencentcloud-sdk-mps 1.0.306 → 1.0.307

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e48ddd29e454193a3a5bfa4a4b11f10116794e81
4
- data.tar.gz: 7c914ee4ae02de0f6965cb072474209aabb110b2
3
+ metadata.gz: 39fde10d3946a32aa3f4d88ec9ee55a28e5de878
4
+ data.tar.gz: 165d589cf9f2c00c297d5f2d9be7bd138251b94f
5
5
  SHA512:
6
- metadata.gz: 81f280c7ed139ecff8a8f1df6df81a9db6e5bc71371c271ff595105a6b9c6265f9bf5708a48768ecd80c74a0855efbe35619642eb5e64e51c475e44c7a3f4535
7
- data.tar.gz: 665322736ab6ebd51be2438b5679022b82eda8371fff1a50338a4d5527ccc17e09e548d313fbb68e1824a72f17965e6b1da7836176eaf6755d92c78fbc152c26
6
+ metadata.gz: cd5c71ad9f470a83997e09e2e19a4909332c89b0387d7bfcfb105b8743ca2977215e364371bb76f5782cde5520d15e5db63c542472b21309350bdd0b454c26aa
7
+ data.tar.gz: 80e66cf5cd005d586f711d29f850210764e8123a6bc2e77c6b24f0c9670c64f9430a9b36a34e066bd078490202f7ac391e073523bca02507ee0f25b5799b05b5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.306
1
+ 1.0.307
@@ -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.306
4
+ version: 1.0.307
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-05-06 00:00:00.000000000 Z
11
+ date: 2022-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common