diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 01:14:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 01:18:18 +0200 |
commit | ab6091f8e21df7280f2b50fd6226bbc130fb060a (patch) | |
tree | c4fbd5b558abb6993e5aeb9b6dd3eeca095c86f7 /doc/filters.texi | |
parent | 8ac7090c233c0677e59ee5cf7a5817e02c9ec914 (diff) | |
parent | 7536c671040f1f3ebc9f0d3b7831dac71436b775 (diff) | |
download | ffmpeg-ab6091f8e21df7280f2b50fd6226bbc130fb060a.tar.gz |
Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'
* commit '7536c671040f1f3ebc9f0d3b7831dac71436b775':
vf_yadif: switch to an AVOptions-based system.
Conflicts:
doc/filters.texi
libavfilter/vf_yadif.c
libavfilter/yadif.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4a40e931d0..5f85ac006a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5668,17 +5668,13 @@ ffmpeg -i in.avi -vf "vflip" out.avi Deinterlace the input video ("yadif" means "yet another deinterlacing filter"). -The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to syntax -@var{mode}:@var{parity}:@var{deint}. +This filter accepts the following options: -The description of the accepted parameters follows. @table @option + @item mode -Specify the interlacing mode to adopt. Accept one of the following -values: +The interlacing mode to adopt, accepts one of the following values: @table @option @item 0, send_frame @@ -5694,8 +5690,8 @@ like @code{send_field} but skip spatial interlacing check Default value is @code{send_frame}. @item parity -Specify the picture field parity assumed for the input interlaced -video. Accept one of the following values: +The picture field parity assumed for the input interlaced video, accepts one of +the following values: @table @option @item 0, tff |