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 | |
parent | fa814f8eec14bab1af0956a3362755ba53994be2 (diff) | |
download | mpv-8acc653504717e74e5ee70134149d9d893d9b3de.tar.bz2 mpv-8acc653504717e74e5ee70134149d9d893d9b3de.tar.xz |
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
-rw-r--r-- | DOCS/mplayer.1 | 4 | ||||
-rw-r--r-- | DOCS/tech/libavc-options.txt | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt index 94cdeeca5b..4785556ce4 100644 --- a/DOCS/tech/libavc-options.txt +++ b/DOCS/tech/libavc-options.txt @@ -6,7 +6,7 @@ have an cvs account :) lavcopts: (encoder options) --------------------------- -vqmin 2-31 (minimum quantizer) for pass1/2 +vqmin 1-31 (minimum quantizer) for pass1/2 1 is not recommended (much larger file, little quality difference (if u are lucky) and other weird things (if u are less lucky)) weird things: msmpeg4, h263 will be very low quality |