PreprocessingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Preprocessing configurations. .. attribute:: color
Color preprocessing configuration.
:type: google.cloud.video.transcoder_v1beta1.types.PreprocessingConfig.Color
Attributes | |
---|---|
Name | Description |
denoise |
google.cloud.video.transcoder_v1beta1.types.PreprocessingConfig.Denoise
Denoise preprocessing configuration. |
deblock |
google.cloud.video.transcoder_v1beta1.types.PreprocessingConfig.Deblock
Deblock preprocessing configuration. |
audio |
google.cloud.video.transcoder_v1beta1.types.PreprocessingConfig.Audio
Audio preprocessing configuration. |
Classes
Audio
Audio(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Audio preprocessing configuration. .. attribute:: lufs
Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0, where -24 is the Advanced Television Systems Committee (ATSC A/85), -23 is the EU R128 broadcast standard, -19 is the prior standard for online mono audio, -18 is the ReplayGain standard, -16 is the prior standard for stereo audio, -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo, and 0 disables normalization. The default is 0.
:type: float
Color
Color(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Color preprocessing configuration. .. attribute:: saturation
Control color saturation of the video. Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.
:type: float
Deblock
Deblock(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Deblock preprocessing configuration. .. attribute:: strength
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.
:type: float
Denoise
Denoise(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Denoise preprocessing configuration. .. attribute:: strength
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.
:type: float