diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-30 20:39:32 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-30 20:39:32 +0000 |
commit | 264676faef933805754c958c5f0be13ee39620dd (patch) | |
tree | 0ff947a975504716a96eb95a5eb38dad9a50183b /DOCS/man/en | |
parent | 7d0af8ba2727515a58ad25567018f0072613e16e (diff) |
Adds rounding parameter for width and height values returned.
Based on idea from <rcooley (at) spamcop (dot) net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13206 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 6c2c3abb6b..4982a66cc0 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3317,12 +3317,24 @@ Position of the cropped picture, defaults to center. .PD 1 . .TP -.B cropdetect[=0\-255] +.B cropdetect[=limit:round] Calculates necessary cropping parameters and prints the recommended parameters to stdout. -The threshold can be optionally specified from nothing (0) to everything +.PD 0 +.RSs +.IPs limit +threshold, which can be optionally specified from nothing (0) to everything (255). (default: 24) +.br +.IPs round +value which the width/height should be divisible by. +The offset is automatically adjusted to center the video. +Use \'2\' to get only even dimentions (needed for 4:2:2 video). +\'16\' is best when encoding to most video codecs. +(default: 16) +.RE +.PD 1 . .TP .B rectangle[=w:h:x:y] |