File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def create_job_with_animated_overlay(
40
40
project_id: The GCP project ID.
41
41
location: The location to start the job in.
42
42
input_uri: Uri of the video in the Cloud Storage bucket.
43
- overlay_image_uri: Uri of the JPEG image for the overlay in the Cloud Storage bucket. Must be a JPEG .
43
+ overlay_image_uri: Uri of the image for the overlay in the Cloud Storage bucket.
44
44
output_uri: Uri of the video output folder in the Cloud Storage bucket."""
45
45
46
46
client = TranscoderServiceClient ()
@@ -143,7 +143,7 @@ def create_job_with_animated_overlay(
143
143
)
144
144
parser .add_argument (
145
145
"--overlay_image_uri" ,
146
- help = "Uri of the overlay JPEG image in the Cloud Storage bucket. Must be a JPEG ." ,
146
+ help = "Uri of the overlay image in the Cloud Storage bucket." ,
147
147
required = True ,
148
148
)
149
149
parser .add_argument (
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def create_job_with_static_overlay(
40
40
project_id: The GCP project ID.
41
41
location: The location to start the job in.
42
42
input_uri: Uri of the video in the Cloud Storage bucket.
43
- overlay_image_uri: Uri of the JPEG image for the overlay in the Cloud Storage bucket. Must be a JPEG .
43
+ overlay_image_uri: Uri of the image for the overlay in the Cloud Storage bucket.
44
44
output_uri: Uri of the video output folder in the Cloud Storage bucket."""
45
45
46
46
client = TranscoderServiceClient ()
@@ -131,7 +131,7 @@ def create_job_with_static_overlay(
131
131
)
132
132
parser .add_argument (
133
133
"--overlay_image_uri" ,
134
- help = "Uri of the overlay JPEG image in the Cloud Storage bucket. Must be a JPEG ." ,
134
+ help = "Uri of the overlay image in the Cloud Storage bucket." ,
135
135
required = True ,
136
136
)
137
137
parser .add_argument (
You can’t perform that action at this time.
0 commit comments