diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-01 20:02:47 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-01 20:02:47 +0000 |
commit | 8acc653504717e74e5ee70134149d9d893d9b3de (patch) | |
tree | 75931a499e3b61a6af03ebc5a6bf6e3c8886358b /DOCS/mplayer.1 | |
parent | fa814f8eec14bab1af0956a3362755ba53994be2 (diff) |
document minimum qscale correctly. someone should probably add a note
to the man page explaining that q=1 is a bad idea unless you really
know what you're doing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8702 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r-- | DOCS/mplayer.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 9a85fbbba7..608562fa27 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -2306,9 +2306,9 @@ rv10: an old RealVideo codec .br mpeg1video: MPEG1 video :) .REss -.IPs vqmin=<2\-31> +.IPs vqmin=<1\-31> minimum quantizer (pass\ 1/\:2) (default: 2) -.IPs vqscale=<2\-31> +.IPs vqscale=<1\-31> constant quantizer (selects fixed quantizer mode) (default: 0 (disabled)) .IPs vqmax=<1\-31> maximum quantizer (pass\ 1/\:2) (default: 31) |