You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters.texi: Move bwdif to correct alphabetical position
Signed-off-by: Thomas Mundt <loudmax@yahoo.de> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
dfbb5de172
commit
b577d42183
106
doc/filters.texi
106
doc/filters.texi
@@ -4523,59 +4523,6 @@ tblend=all_mode=difference128
|
|||||||
@end example
|
@end example
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@section bwdif
|
|
||||||
|
|
||||||
Deinterlace the input video ("bwdif" stands for "Bob Weaver
|
|
||||||
Deinterlacing Filter").
|
|
||||||
|
|
||||||
Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic
|
|
||||||
interpolation algorithms.
|
|
||||||
It accepts the following parameters:
|
|
||||||
|
|
||||||
@table @option
|
|
||||||
@item mode
|
|
||||||
The interlacing mode to adopt. It accepts one of the following values:
|
|
||||||
|
|
||||||
@table @option
|
|
||||||
@item 0, send_frame
|
|
||||||
Output one frame for each frame.
|
|
||||||
@item 1, send_field
|
|
||||||
Output one frame for each field.
|
|
||||||
@end table
|
|
||||||
|
|
||||||
The default value is @code{send_field}.
|
|
||||||
|
|
||||||
@item parity
|
|
||||||
The picture field parity assumed for the input interlaced video. It accepts one
|
|
||||||
of the following values:
|
|
||||||
|
|
||||||
@table @option
|
|
||||||
@item 0, tff
|
|
||||||
Assume the top field is first.
|
|
||||||
@item 1, bff
|
|
||||||
Assume the bottom field is first.
|
|
||||||
@item -1, auto
|
|
||||||
Enable automatic detection of field parity.
|
|
||||||
@end table
|
|
||||||
|
|
||||||
The default value is @code{auto}.
|
|
||||||
If the interlacing is unknown or the decoder does not export this information,
|
|
||||||
top field first will be assumed.
|
|
||||||
|
|
||||||
@item deint
|
|
||||||
Specify which frames to deinterlace. Accept one of the following
|
|
||||||
values:
|
|
||||||
|
|
||||||
@table @option
|
|
||||||
@item 0, all
|
|
||||||
Deinterlace all frames.
|
|
||||||
@item 1, interlaced
|
|
||||||
Only deinterlace frames marked as interlaced.
|
|
||||||
@end table
|
|
||||||
|
|
||||||
The default value is @code{all}.
|
|
||||||
@end table
|
|
||||||
|
|
||||||
@section boxblur
|
@section boxblur
|
||||||
|
|
||||||
Apply a boxblur algorithm to the input video.
|
Apply a boxblur algorithm to the input video.
|
||||||
@@ -4664,6 +4611,59 @@ boxblur=luma_radius=min(h\,w)/10:luma_power=1:chroma_radius=min(cw\,ch)/10:chrom
|
|||||||
@end example
|
@end example
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@section bwdif
|
||||||
|
|
||||||
|
Deinterlace the input video ("bwdif" stands for "Bob Weaver
|
||||||
|
Deinterlacing Filter").
|
||||||
|
|
||||||
|
Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic
|
||||||
|
interpolation algorithms.
|
||||||
|
It accepts the following parameters:
|
||||||
|
|
||||||
|
@table @option
|
||||||
|
@item mode
|
||||||
|
The interlacing mode to adopt. It accepts one of the following values:
|
||||||
|
|
||||||
|
@table @option
|
||||||
|
@item 0, send_frame
|
||||||
|
Output one frame for each frame.
|
||||||
|
@item 1, send_field
|
||||||
|
Output one frame for each field.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
The default value is @code{send_field}.
|
||||||
|
|
||||||
|
@item parity
|
||||||
|
The picture field parity assumed for the input interlaced video. It accepts one
|
||||||
|
of the following values:
|
||||||
|
|
||||||
|
@table @option
|
||||||
|
@item 0, tff
|
||||||
|
Assume the top field is first.
|
||||||
|
@item 1, bff
|
||||||
|
Assume the bottom field is first.
|
||||||
|
@item -1, auto
|
||||||
|
Enable automatic detection of field parity.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
The default value is @code{auto}.
|
||||||
|
If the interlacing is unknown or the decoder does not export this information,
|
||||||
|
top field first will be assumed.
|
||||||
|
|
||||||
|
@item deint
|
||||||
|
Specify which frames to deinterlace. Accept one of the following
|
||||||
|
values:
|
||||||
|
|
||||||
|
@table @option
|
||||||
|
@item 0, all
|
||||||
|
Deinterlace all frames.
|
||||||
|
@item 1, interlaced
|
||||||
|
Only deinterlace frames marked as interlaced.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
The default value is @code{all}.
|
||||||
|
@end table
|
||||||
|
|
||||||
@section chromakey
|
@section chromakey
|
||||||
YUV colorspace color/chroma keying.
|
YUV colorspace color/chroma keying.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user