Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::BwdifConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::BwdifConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Bob Weaver Deinterlacing Filter Configuration.
Instance Attribute Summary collapse
-
#deinterlace_all_frames ⇒ ::Boolean
Deinterlace all frames rather than just the frames identified as interlaced.
-
#mode ⇒ ::String
Specifies the deinterlacing mode to adopt.
-
#parity ⇒ ::String
The picture field parity assumed for the input interlaced video.
Instance Attribute Details
#deinterlace_all_frames ⇒ ::Boolean
Returns Deinterlace all frames rather than just the frames identified as
interlaced. The default is false
.
837 838 839 840 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 837 class BwdifConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mode ⇒ ::String
Returns Specifies the deinterlacing mode to adopt.
The default is send_frame
.
Supported values:
send_frame
: Output one frame for each framesend_field
: Output one frame for each field.
837 838 839 840 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 837 class BwdifConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parity ⇒ ::String
Returns The picture field parity assumed for the input interlaced video.
The default is auto
.
Supported values:
tff
: Assume the top field is firstbff
: Assume the bottom field is firstauto
: Enable automatic detection of field parity.
837 838 839 840 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 837 class BwdifConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |