summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-18 09:41:16 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-18 09:41:16 +0000
commit460c3ceb0c2064def518835f4a121f26824152fc (patch)
tree8b9420b41e39adff0410487911201bb2aadba398 /DOCS/man/en
parenta688341112ab171ef286c9654c6d3f3cba1c8008 (diff)
downloadmpv-460c3ceb0c2064def518835f4a121f26824152fc.tar.bz2
mpv-460c3ceb0c2064def518835f4a121f26824152fc.tar.xz
added conditional lowres description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 48c6bafc90..1893a5bed9 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3313,7 +3313,7 @@ grayscale only decoding (a bit faster than with color)
.IPs "idct=<0\-99> (see \-lavcopts)"
For best decoding quality use the same IDCT algorithm for decoding and encoding.
This may come at a price in accuracy, though.
-.IPs lowres=<number>
+.IPs lowres=<number>[,<w>]
Decode at lower resolutions.
Low resolution decoding is not supported by all codecs, and it will
often result in ugly artifacts.
@@ -3328,6 +3328,9 @@ This is not a bug, but a side effect of not decoding at full resolution.
.br
3: 1/8 resolution
.REss
+If <w> is specified lowres decoding will be used only if the width of the
+video is major than or equal to <w>.
+
.IPs "sb=<number> (MPEG-2 only)"
Skip the given number of macroblock rows at the bottom.
.IPs "st=<number> (MPEG-2 only)"