From a39c154049a2d0c4fb02a5c74f58d6986ec21cec Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 25 Feb 2013 21:21:29 +0100 Subject: vf_fieldorder: switch to an AVOptions-based system. --- doc/filters.texi | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 0cbbe6b6f3..69496213d7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1037,15 +1037,13 @@ fade=type=in:start_frame=5:nb_frames=20 Transform the field order of the input video. -It accepts one parameter which specifies the required field order that -the input interlaced video will be transformed to. The parameter can -assume one of the following values: +This filter accepts the following options: @table @option -@item 0 or bff -output bottom field first -@item 1 or tff -output top field first + +@item order +Output field order. Valid values are @var{tff} for top field first or @var{bff} +for bottom field first. @end table Default value is "tff". @@ -1063,7 +1061,7 @@ which is bottom field first. For example: @example -./avconv -i in.vob -vf "fieldorder=bff" out.dv +./avconv -i in.vob -vf "fieldorder=order=bff" out.dv @end example @section fifo -- cgit v1.2.3