Skip to content

Commit 7bd32ce

Browse files
feat(transcoder): update the api
#### transcoder:v1 The following keys were added: - schemas.BwdifConfig (Total Keys: 5) - schemas.Deinterlace (Total Keys: 4) - schemas.PreprocessingConfig.properties.deinterlace.$ref (Total Keys: 1) - schemas.YadifConfig (Total Keys: 6)
1 parent 27df08b commit 7bd32ce

File tree

3 files changed

+166
-1
lines changed

3 files changed

+166
-1
lines changed

docs/dyn/transcoder_v1.projects.locations.jobTemplates.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,19 @@ <h3>Method Details</h3>
239239
&quot;enabled&quot;: True or False, # Enable deblocker. The default is `false`.
240240
&quot;strength&quot;: 3.14, # Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
241241
},
242+
&quot;deinterlace&quot;: { # Deinterlace configuration for input video. # Specify the video deinterlace configuration.
243+
&quot;bwdif&quot;: { # Bob Weaver Deinterlacing Filter Configuration. # Specifies the Bob Weaver Deinterlacing Filter Configuration.
244+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
245+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
246+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
247+
},
248+
&quot;yadif&quot;: { # Yet Another Deinterlacing Filter Configuration. # Specifies the Yet Another Deinterlacing Filter Configuration.
249+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
250+
&quot;disableSpatialInterlacing&quot;: True or False, # Disable spacial interlacing. The default is `false`.
251+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
252+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
253+
},
254+
},
242255
&quot;denoise&quot;: { # Denoise preprocessing configuration. **Note:** This configuration is not supported. # Denoise preprocessing configuration.
243256
&quot;strength&quot;: 3.14, # Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
244257
&quot;tune&quot;: &quot;A String&quot;, # Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
@@ -480,6 +493,19 @@ <h3>Method Details</h3>
480493
&quot;enabled&quot;: True or False, # Enable deblocker. The default is `false`.
481494
&quot;strength&quot;: 3.14, # Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
482495
},
496+
&quot;deinterlace&quot;: { # Deinterlace configuration for input video. # Specify the video deinterlace configuration.
497+
&quot;bwdif&quot;: { # Bob Weaver Deinterlacing Filter Configuration. # Specifies the Bob Weaver Deinterlacing Filter Configuration.
498+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
499+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
500+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
501+
},
502+
&quot;yadif&quot;: { # Yet Another Deinterlacing Filter Configuration. # Specifies the Yet Another Deinterlacing Filter Configuration.
503+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
504+
&quot;disableSpatialInterlacing&quot;: True or False, # Disable spacial interlacing. The default is `false`.
505+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
506+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
507+
},
508+
},
483509
&quot;denoise&quot;: { # Denoise preprocessing configuration. **Note:** This configuration is not supported. # Denoise preprocessing configuration.
484510
&quot;strength&quot;: 3.14, # Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
485511
&quot;tune&quot;: &quot;A String&quot;, # Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
@@ -746,6 +772,19 @@ <h3>Method Details</h3>
746772
&quot;enabled&quot;: True or False, # Enable deblocker. The default is `false`.
747773
&quot;strength&quot;: 3.14, # Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
748774
},
775+
&quot;deinterlace&quot;: { # Deinterlace configuration for input video. # Specify the video deinterlace configuration.
776+
&quot;bwdif&quot;: { # Bob Weaver Deinterlacing Filter Configuration. # Specifies the Bob Weaver Deinterlacing Filter Configuration.
777+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
778+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
779+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
780+
},
781+
&quot;yadif&quot;: { # Yet Another Deinterlacing Filter Configuration. # Specifies the Yet Another Deinterlacing Filter Configuration.
782+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
783+
&quot;disableSpatialInterlacing&quot;: True or False, # Disable spacial interlacing. The default is `false`.
784+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
785+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
786+
},
787+
},
749788
&quot;denoise&quot;: { # Denoise preprocessing configuration. **Note:** This configuration is not supported. # Denoise preprocessing configuration.
750789
&quot;strength&quot;: 3.14, # Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
751790
&quot;tune&quot;: &quot;A String&quot;, # Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
@@ -999,6 +1038,19 @@ <h3>Method Details</h3>
9991038
&quot;enabled&quot;: True or False, # Enable deblocker. The default is `false`.
10001039
&quot;strength&quot;: 3.14, # Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
10011040
},
1041+
&quot;deinterlace&quot;: { # Deinterlace configuration for input video. # Specify the video deinterlace configuration.
1042+
&quot;bwdif&quot;: { # Bob Weaver Deinterlacing Filter Configuration. # Specifies the Bob Weaver Deinterlacing Filter Configuration.
1043+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
1044+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
1045+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
1046+
},
1047+
&quot;yadif&quot;: { # Yet Another Deinterlacing Filter Configuration. # Specifies the Yet Another Deinterlacing Filter Configuration.
1048+
&quot;deinterlaceAllFrames&quot;: True or False, # Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
1049+
&quot;disableSpatialInterlacing&quot;: True or False, # Disable spacial interlacing. The default is `false`.
1050+
&quot;mode&quot;: &quot;A String&quot;, # Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
1051+
&quot;parity&quot;: &quot;A String&quot;, # The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
1052+
},
1053+
},
10021054
&quot;denoise&quot;: { # Denoise preprocessing configuration. **Note:** This configuration is not supported. # Denoise preprocessing configuration.
10031055
&quot;strength&quot;: 3.14, # Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
10041056
&quot;tune&quot;: &quot;A String&quot;, # Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`

0 commit comments

Comments
 (0)