@@ -1500,6 +1500,7 @@ class H264CodecSettings(proto.Message):
1500
1500
adjusted to match the specified height and input
1501
1501
aspect ratio. If both are omitted, the input
1502
1502
width is used.
1503
+
1503
1504
For portrait videos that contain horizontal ASR
1504
1505
and rotation metadata, provide the width, in
1505
1506
pixels, per the horizontal ASR. The API
@@ -1512,6 +1513,7 @@ class H264CodecSettings(proto.Message):
1512
1513
adjusted to match the specified width and input
1513
1514
aspect ratio. If both are omitted, the input
1514
1515
height is used.
1516
+
1515
1517
For portrait videos that contain horizontal ASR
1516
1518
and rotation metadata, provide the height, in
1517
1519
pixels, per the horizontal ASR. The API
@@ -1733,6 +1735,7 @@ class H265CodecSettings(proto.Message):
1733
1735
adjusted to match the specified height and input
1734
1736
aspect ratio. If both are omitted, the input
1735
1737
width is used.
1738
+
1736
1739
For portrait videos that contain horizontal ASR
1737
1740
and rotation metadata, provide the width, in
1738
1741
pixels, per the horizontal ASR. The API
@@ -1745,6 +1748,7 @@ class H265CodecSettings(proto.Message):
1745
1748
adjusted to match the specified width and input
1746
1749
aspect ratio. If both are omitted, the input
1747
1750
height is used.
1751
+
1748
1752
For portrait videos that contain horizontal ASR
1749
1753
and rotation metadata, provide the height, in
1750
1754
pixels, per the horizontal ASR. The API
@@ -1975,6 +1979,7 @@ class Vp9CodecSettings(proto.Message):
1975
1979
adjusted to match the specified height and input
1976
1980
aspect ratio. If both are omitted, the input
1977
1981
width is used.
1982
+
1978
1983
For portrait videos that contain horizontal ASR
1979
1984
and rotation metadata, provide the width, in
1980
1985
pixels, per the horizontal ASR. The API
@@ -1987,6 +1992,7 @@ class Vp9CodecSettings(proto.Message):
1987
1992
adjusted to match the specified width and input
1988
1993
aspect ratio. If both are omitted, the input
1989
1994
height is used.
1995
+
1990
1996
For portrait videos that contain horizontal ASR
1991
1997
and rotation metadata, provide the height, in
1992
1998
pixels, per the horizontal ASR. The API
0 commit comments