You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/transcoder_v1beta1.projects.locations.jobTemplates.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173
173
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
174
174
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
175
175
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
176
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
176
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
177
177
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
178
178
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
179
179
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -403,7 +403,7 @@ <h3>Method Details</h3>
403
403
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
404
404
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
405
405
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
406
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
406
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
407
407
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
408
408
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
409
409
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -657,7 +657,7 @@ <h3>Method Details</h3>
657
657
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
658
658
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
659
659
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
660
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
660
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
661
661
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
662
662
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
663
663
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -897,7 +897,7 @@ <h3>Method Details</h3>
897
897
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
898
898
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
899
899
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
900
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
900
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
901
901
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
902
902
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
903
903
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
Copy file name to clipboardExpand all lines: docs/dyn/transcoder_v1beta1.projects.locations.jobs.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173
173
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
174
174
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
175
175
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
176
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
176
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
177
177
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
178
178
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
179
179
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -427,7 +427,7 @@ <h3>Method Details</h3>
427
427
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
428
428
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
429
429
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
430
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
430
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
431
431
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
432
432
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
433
433
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -706,7 +706,7 @@ <h3>Method Details</h3>
706
706
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
707
707
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
708
708
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
709
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
709
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
710
710
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
711
711
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
712
712
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
@@ -971,7 +971,7 @@ <h3>Method Details</h3>
971
971
"aqStrength": 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
972
972
"bFrameCount": 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
973
973
"bPyramid": True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
974
-
"bitrateBps": 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
974
+
"bitrateBps": 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
975
975
"codec": "A String", # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
976
976
"crfLevel": 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
977
977
"enableTwoPass": True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `"vbr"`. The default is `false`.
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6
+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7
7
}
8
8
}
9
9
}
@@ -355,7 +355,7 @@
355
355
}
356
356
}
357
357
},
358
-
"revision": "20210731",
358
+
"revision": "20210809",
359
359
"rootUrl": "https://transcoder.googleapis.com/",
360
360
"schemas": {
361
361
"AdBreak": {
@@ -1113,50 +1113,6 @@
1113
1113
},
1114
1114
"type": "object"
1115
1115
},
1116
-
"OperationMetadata": {
1117
-
"description": "Represents the metadata of the long-running operation.",
1118
-
"id": "OperationMetadata",
1119
-
"properties": {
1120
-
"apiVersion": {
1121
-
"description": "Output only. API version used to start the operation.",
1122
-
"readOnly": true,
1123
-
"type": "string"
1124
-
},
1125
-
"cancelRequested": {
1126
-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1127
-
"readOnly": true,
1128
-
"type": "boolean"
1129
-
},
1130
-
"createTime": {
1131
-
"description": "Output only. The time the operation was created.",
1132
-
"format": "google-datetime",
1133
-
"readOnly": true,
1134
-
"type": "string"
1135
-
},
1136
-
"endTime": {
1137
-
"description": "Output only. The time the operation finished running.",
1138
-
"format": "google-datetime",
1139
-
"readOnly": true,
1140
-
"type": "string"
1141
-
},
1142
-
"statusDetail": {
1143
-
"description": "Output only. Human-readable status of the operation, if any.",
1144
-
"readOnly": true,
1145
-
"type": "string"
1146
-
},
1147
-
"target": {
1148
-
"description": "Output only. Server-defined resource path for the target of the operation.",
1149
-
"readOnly": true,
1150
-
"type": "string"
1151
-
},
1152
-
"verb": {
1153
-
"description": "Output only. Name of the verb executed by the operation.",
1154
-
"readOnly": true,
1155
-
"type": "string"
1156
-
}
1157
-
},
1158
-
"type": "object"
1159
-
},
1160
1116
"OriginUri": {
1161
1117
"description": "The origin URI.",
1162
1118
"id": "OriginUri",
@@ -1463,7 +1419,7 @@
1463
1419
"type": "boolean"
1464
1420
},
1465
1421
"bitrateBps": {
1466
-
"description": "Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.",
1422
+
"description": "Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.",
0 commit comments