google-apis-transcoder_v1beta1 0.5.0 → 0.6.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e959df3ab2dd822a4f4b39132dfbf86e36b3fb37a4a8d0b74dda9d4c1edc506
|
4
|
+
data.tar.gz: bbe5ec3440149475a727764823b362565326b78e561e7e9996a3d3efdfda50eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33693c85fd66ff6946ef58aa9dc34e7d3e381e02895456e2277fe108776cb0b84b86f2ebcfb6e4ce875508d46b1ba4766117fbe8e367cb16cd5d95950eb131c8
|
7
|
+
data.tar.gz: c183cdc0e728a54610f524335466b9e56e9da9b6485c9c011c13869e4bb04cce5c32cf79049bc04b8b3f6c5eda687055dc5917cdaf5de0fc6c5213abcae51cfc
|
data/CHANGELOG.md
CHANGED
@@ -1694,15 +1694,9 @@ module Google
|
|
1694
1694
|
# Required. The target video frame rate in frames per second (FPS). Must be less
|
1695
1695
|
# than or equal to 120. Will default to the input frame rate if larger than the
|
1696
1696
|
# input frame rate. The API will generate an output FPS that is divisible by the
|
1697
|
-
# input FPS, and smaller or equal to the target FPS.
|
1698
|
-
#
|
1699
|
-
#
|
1700
|
-
# ---|------|------| | 240 | Fail | Fail | Fail | Fail | | 120 | 30 | 60 | 20 |
|
1701
|
-
# 30 | | 100 | 25 | 50 | 20 | 30 | | 50 | 25 | 50 | 20 | 30 | | 60 | 30 | 60 |
|
1702
|
-
# 20 | 30 | | 59.94 | 29.97 | 59.94 | 20 | 30 | | 48 | 24 | 48 | 20 | 30 | | 30 |
|
1703
|
-
# 30 | 30 | 20 | 30 | | 25 | 25 | 25 | 20 | 30 | | 24 | 24 | 24 | 20 | 30 | |
|
1704
|
-
# 23.976 | 23.976 | 23.976 | 20 | 30 | | 15 | 15 | 15 | 20 | 30 | | 12 | 12 | 12
|
1705
|
-
# | 20 | 30 | | 10 | 10 | 10 | 20 | 30 | ```
|
1697
|
+
# input FPS, and smaller or equal to the target FPS. See [Calculate frame rate](
|
1698
|
+
# https://cloud.google.com/transcoder/docs/concepts/frame-rate) for more
|
1699
|
+
# information.
|
1706
1700
|
# Corresponds to the JSON property `frameRate`
|
1707
1701
|
# @return [Float]
|
1708
1702
|
attr_accessor :frame_rate
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TranscoderV1beta1
|
18
18
|
# Version of the google-apis-transcoder_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210405"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-transcoder_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Transcoder API V1beta1
|