Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1/resources.rb

Overview

Deinterlace configuration for input video.

Defined Under Namespace

Classes: BwdifConfig, YadifConfig

Instance Attribute Summary collapse

Instance Attribute Details

#bwdif::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::BwdifConfig

Returns Specifies the Bob Weaver Deinterlacing Filter Configuration.

Note: The following fields are mutually exclusive: bwdif, yadif. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 804

class Deinterlace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Yet Another Deinterlacing Filter Configuration.
  # @!attribute [rw] mode
  #   @return [::String]
  #     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
  # @!attribute [rw] disable_spatial_interlacing
  #   @return [::Boolean]
  #     Disable spacial interlacing.
  #     The default is `false`.
  # @!attribute [rw] parity
  #   @return [::String]
  #     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
  # @!attribute [rw] deinterlace_all_frames
  #   @return [::Boolean]
  #     Deinterlace all frames rather than just the frames identified as
  #     interlaced. The default is `false`.
  class YadifConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bob Weaver Deinterlacing Filter Configuration.
  # @!attribute [rw] mode
  #   @return [::String]
  #     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
  # @!attribute [rw] parity
  #   @return [::String]
  #     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
  # @!attribute [rw] deinterlace_all_frames
  #   @return [::Boolean]
  #     Deinterlace all frames rather than just the frames identified as
  #     interlaced. The default is `false`.
  class BwdifConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#yadif::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::YadifConfig

Returns Specifies the Yet Another Deinterlacing Filter Configuration.

Note: The following fields are mutually exclusive: yadif, bwdif. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 804

class Deinterlace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Yet Another Deinterlacing Filter Configuration.
  # @!attribute [rw] mode
  #   @return [::String]
  #     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
  # @!attribute [rw] disable_spatial_interlacing
  #   @return [::Boolean]
  #     Disable spacial interlacing.
  #     The default is `false`.
  # @!attribute [rw] parity
  #   @return [::String]
  #     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
  # @!attribute [rw] deinterlace_all_frames
  #   @return [::Boolean]
  #     Deinterlace all frames rather than just the frames identified as
  #     interlaced. The default is `false`.
  class YadifConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bob Weaver Deinterlacing Filter Configuration.
  # @!attribute [rw] mode
  #   @return [::String]
  #     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
  # @!attribute [rw] parity
  #   @return [::String]
  #     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
  # @!attribute [rw] deinterlace_all_frames
  #   @return [::Boolean]
  #     Deinterlace all frames rather than just the frames identified as
  #     interlaced. The default is `false`.
  class BwdifConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end