Commit 4272dc3e authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Michael Niedermayer

doc: add vf_crop keepaspect documentation

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f49cb8e6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment