YadifConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Yet Another Deinterlacing Filter Configuration.
Attributes |
|
---|---|
Name | Description |
mode |
str
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
|
disable_spatial_interlacing |
bool
Disable spacial interlacing. The default is false .
|
parity |
str
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
|
deinterlace_all_frames |
bool
Deinterlace all frames rather than just the frames identified as interlaced. The default is false .
|