Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::YadifConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::YadifConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Yet Another Deinterlacing Filter Configuration.
Instance Attribute Summary collapse
-
#deinterlace_all_frames ⇒ ::Boolean
Deinterlace all frames rather than just the frames identified as interlaced.
-
#disable_spatial_interlacing ⇒ ::Boolean
Disable spacial interlacing.
-
#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
.
810 811 812 813 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810 class YadifConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_spatial_interlacing ⇒ ::Boolean
Returns Disable spacial interlacing.
The default is false
.
810 811 812 813 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810 class YadifConfig 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.
810 811 812 813 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810 class YadifConfig 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.
810 811 812 813 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810 class YadifConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |