diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-14 00:03:10 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-14 00:03:10 +0000 |
commit | 1b423dd8a565efd9bd13588a66381a7f42767e0a (patch) | |
tree | 782a0c99b69c7e60961b9c225752bfd9ff331afe /DOCS/mplayer.1 | |
parent | 736842e8088072cbadbaee6c9ac36cc1c8e44072 (diff) |
Wrong -lavcopts aspect= parameter format, noticed by nico <nsabbi@libero.it>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8952 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r-- | DOCS/mplayer.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 31141efc7c..11238cfde5 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -2529,14 +2529,15 @@ Activates internal 2pass mode (default: disabled): .br 2: second pass .REss -.IPs aspect=<x.x/y.y> +.IPs aspect=<x/y> Store movie aspect internally, just like MPEG files. Much nicer solution than rescaling, because quality isn't decreased. -Only MPlayer will play these files back correctly, other players will display +Only MPlayer will play these files correctly, other players will display them with wrong aspect. +The aspect parameter can be given as a ratio or a floating point number. Example: .RSss -aspect=16.0/9.0 +aspect=16/9, aspect=1.78 .REss .IPs vbitrate=<value> specify bitrate (pass\ 1/\:2) in |