summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 23:00:07 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 23:00:07 +0000
commit0beed038c23ad28f73beb4cf25fc41ce6b452f44 (patch)
tree3e828533ac495bfb927b9b313085b7b789832750 /DOCS/mplayer.1
parent62ca4bb318462f8e65ea9a5335bec1a62dc4f918 (diff)
downloadmpv-0beed038c23ad28f73beb4cf25fc41ce6b452f44.tar.bz2
mpv-0beed038c23ad28f73beb4cf25fc41ce6b452f44.tar.xz
some quick updates for the prerelease
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3722 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r--DOCS/mplayer.110
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index cd43193e1f..93d455c2d0 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -26,6 +26,7 @@ mplayer \- Movie Player for Linux
.RB [ \-zoom ]
.RB [ \-x\ x ]
.RB [ \-y\ y ]
+.RB [ \-sws\ software\ scaler\ type ]
.RB [ \-xy\ factor ]
.RB [ \-pp\ quality ]
.RB [ \-include\ configfile ]
@@ -173,6 +174,15 @@ scale image to x width [if driver suppports!]
.B \-y\ y
scale image to y height
.TP
+.B \-sws\ software\ scaler\ type
+this option sets the quality (and speed, respectively) of the software scaler,
+with the -zoom option. For example with x11 or other outputs which lack
+hardware acceleration. Possible settings are :
+
+ 0 - fast bilinear (default)
+ 1 - bilinear
+ 2 - bicubic (best quality)
+.TP
.B \-xy\ factor
scale image by <factor>
.TP