Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace
- 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
-
#bwdif ⇒ ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::BwdifConfig
Specifies the Bob Weaver Deinterlacing Filter Configuration.
-
#yadif ⇒ ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::YadifConfig
Specifies the Yet Another Deinterlacing Filter Configuration.
Instance Attribute Details
#bwdif ⇒ ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::BwdifConfig
Returns Specifies the Bob Weaver Deinterlacing Filter Configuration.
780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 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 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 780 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.
780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 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 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 780 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 |