Class PreprocessingConfig (1.7.0)

PreprocessingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Preprocessing configurations.

Attributes

NameDescription
color google.cloud.video.transcoder_v1.types.PreprocessingConfig.Color
Color preprocessing configuration.
denoise google.cloud.video.transcoder_v1.types.PreprocessingConfig.Denoise
Denoise preprocessing configuration.
deblock google.cloud.video.transcoder_v1.types.PreprocessingConfig.Deblock
Deblock preprocessing configuration.
audio google.cloud.video.transcoder_v1.types.PreprocessingConfig.Audio
Audio preprocessing configuration.
crop google.cloud.video.transcoder_v1.types.PreprocessingConfig.Crop
Specify the video cropping configuration.
pad google.cloud.video.transcoder_v1.types.PreprocessingConfig.Pad
Specify the video pad filter configuration.
deinterlace google.cloud.video.transcoder_v1.types.PreprocessingConfig.Deinterlace
Specify the video deinterlace configuration.

Classes

Audio

Audio(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Audio preprocessing configuration.

Color

Color(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Color preprocessing configuration.

Note: This configuration is not supported.

Crop

Crop(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.

Deblock

Deblock(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Deblock preprocessing configuration.

Note: This configuration is not supported.

Deinterlace

Deinterlace(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Deinterlace configuration for input video.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Denoise

Denoise(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Denoise preprocessing configuration.

Note: This configuration is not supported.

Pad

Pad(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.