Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

docs: Minor formatting #332

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions google/cloud/video/transcoder_v1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,7 @@ class H264CodecSettings(proto.Message):
adjusted to match the specified height and input
aspect ratio. If both are omitted, the input
width is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the width, in
pixels, per the horizontal ASR. The API
Expand All @@ -1512,6 +1513,7 @@ class H264CodecSettings(proto.Message):
adjusted to match the specified width and input
aspect ratio. If both are omitted, the input
height is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the height, in
pixels, per the horizontal ASR. The API
Expand Down Expand Up @@ -1733,6 +1735,7 @@ class H265CodecSettings(proto.Message):
adjusted to match the specified height and input
aspect ratio. If both are omitted, the input
width is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the width, in
pixels, per the horizontal ASR. The API
Expand All @@ -1745,6 +1748,7 @@ class H265CodecSettings(proto.Message):
adjusted to match the specified width and input
aspect ratio. If both are omitted, the input
height is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the height, in
pixels, per the horizontal ASR. The API
Expand Down Expand Up @@ -1975,6 +1979,7 @@ class Vp9CodecSettings(proto.Message):
adjusted to match the specified height and input
aspect ratio. If both are omitted, the input
width is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the width, in
pixels, per the horizontal ASR. The API
Expand All @@ -1987,6 +1992,7 @@ class Vp9CodecSettings(proto.Message):
adjusted to match the specified width and input
aspect ratio. If both are omitted, the input
height is used.

For portrait videos that contain horizontal ASR
and rotation metadata, provide the height, in
pixels, per the horizontal ASR. The API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-video-transcoder",
"version": "1.10.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down