This repository was archived by the owner on Sep 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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(
4040 project_id: The GCP project ID.
4141 location: The location to start the job in.
4242 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.
4444 output_uri: Uri of the video output folder in the Cloud Storage bucket."""
4545
4646 client = TranscoderServiceClient ()
@@ -143,7 +143,7 @@ def create_job_with_animated_overlay(
143143 )
144144 parser .add_argument (
145145 "--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." ,
147147 required = True ,
148148 )
149149 parser .add_argument (
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def create_job_with_static_overlay(
4040 project_id: The GCP project ID.
4141 location: The location to start the job in.
4242 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.
4444 output_uri: Uri of the video output folder in the Cloud Storage bucket."""
4545
4646 client = TranscoderServiceClient ()
@@ -131,7 +131,7 @@ def create_job_with_static_overlay(
131131 )
132132 parser .add_argument (
133133 "--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." ,
135135 required = True ,
136136 )
137137 parser .add_argument (
You can’t perform that action at this time.
0 commit comments