Class Deinterlace (1.6.0)

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

Attributes

NameDescription
yadif google.cloud.video.transcoder_v1.types.PreprocessingConfig.Deinterlace.YadifConfig
Specifies the Yet Another Deinterlacing Filter Configuration. This field is a member of oneof_ deinterlacing_filter.
bwdif google.cloud.video.transcoder_v1.types.PreprocessingConfig.Deinterlace.BwdifConfig
Specifies the Bob Weaver Deinterlacing Filter Configuration. This field is a member of oneof_ deinterlacing_filter.

Classes

BwdifConfig

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

Bob Weaver Deinterlacing Filter Configuration.

YadifConfig

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

Yet Another Deinterlacing Filter Configuration.