summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-11 17:47:06 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-11 17:47:06 +0100
commit4272dc3ec5c56c46e88366c9a49a9a6aceb36e12 (patch)
tree8f4578dc4248a4038a0830141f6f13bbf7b42b8d /doc/filters.texi
parentf49cb8e669d9ee3ec97ec7ffa3532c4a6bee3cd0 (diff)
doc: add vf_crop keepaspect documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b13d5f5cbd..063cc13605 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -903,9 +903,14 @@ testing purposes.
@section crop
-Crop the input video to @var{out_w}:@var{out_h}:@var{x}:@var{y}.
+Crop the input video to @var{out_w}:@var{out_h}:@var{x}:@var{y}:@var{keep_aspect}
-The parameters are expressions containing the following constants:
+The @var{keep_aspect} parameter is optional, if specified and set to a
+non-zero value will force the output display aspect ratio to be the
+same of the input, by changing the output sample aspect ratio.
+
+The @var{out_w}, @var{out_h}, @var{x}, @var{y} parameters are
+expressions containing the following constants:
@table @option
@item x, y