@@ -11065,6 +11065,70 @@ Flags to local 3x3 coordinates maps like this:
11065
11065
11066
11066
This filter supports the all above options as @ref{commands}.
11067
11067
11068
+ @section estdif
11069
+
11070
+ Deinterlace the input video ("estdif" stands for "Edge Slope
11071
+ Tracing Deinterlacing Filter").
11072
+
11073
+ Spatial only filter that uses edge slope tracing algorithm
11074
+ to interpolate missing lines.
11075
+ It accepts the following parameters:
11076
+
11077
+ @table @option
11078
+ @item mode
11079
+ The interlacing mode to adopt. It accepts one of the following values:
11080
+
11081
+ @table @option
11082
+ @item frame
11083
+ Output one frame for each frame.
11084
+ @item field
11085
+ Output one frame for each field.
11086
+ @end table
11087
+
11088
+ The default value is @code{field}.
11089
+
11090
+ @item parity
11091
+ The picture field parity assumed for the input interlaced video. It accepts one
11092
+ of the following values:
11093
+
11094
+ @table @option
11095
+ @item tff
11096
+ Assume the top field is first.
11097
+ @item bff
11098
+ Assume the bottom field is first.
11099
+ @item auto
11100
+ Enable automatic detection of field parity.
11101
+ @end table
11102
+
11103
+ The default value is @code{auto}.
11104
+ If the interlacing is unknown or the decoder does not export this information,
11105
+ top field first will be assumed.
11106
+
11107
+ @item deint
11108
+ Specify which frames to deinterlace. Accepts one of the following
11109
+ values:
11110
+
11111
+ @table @option
11112
+ @item all
11113
+ Deinterlace all frames.
11114
+ @item interlaced
11115
+ Only deinterlace frames marked as interlaced.
11116
+ @end table
11117
+
11118
+ The default value is @code{all}.
11119
+
11120
+ @item rslope
11121
+ Specify the search radius for edge slope tracing. Default value is 1.
11122
+ Allowed range is from 1 to 15.
11123
+
11124
+ @item redge
11125
+ Specify the search radius for best edge matching. Default value is 2.
11126
+ Allowed range is from 0 to 15.
11127
+ @end table
11128
+
11129
+ @subsection Commands
11130
+ This filter supports same @ref{commands} as options.
11131
+
11068
11132
@section extractplanes
11069
11133
11070
11134
Extract color channel components from input video stream into
0 commit comments