summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-24 10:24:07 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-24 10:24:07 +0000
commit3b285a0e3b2a7e17b0c367b8e25f37bca5020fe6 (patch)
tree074501b286e442a5cd9f62033deba1ea96293fcb /DOCS
parentc8091743e16de84e3c59890aed97bcdb62189270 (diff)
downloadmpv-3b285a0e3b2a7e17b0c367b8e25f37bca5020fe6.tar.bz2
mpv-3b285a0e3b2a7e17b0c367b8e25f37bca5020fe6.tar.xz
Improvements to spudec (DVD/VobSub) subtitle code:
- runtime selectable positioning, like with text subs - runtime selectable scaling/antialiasing algorithm - gaussian blur scaler (finally dvd/vobsub doesn't look like shit!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9078 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.130
1 files changed, 30 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 0fe7f44817..aecfc5e8f4 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1047,6 +1047,36 @@ This is the full pathname without extensions, i.e.\& without the '.idx',
.TP
.B \-vobsubid <0-31>
Specify the VobSub subtitle id.
+.TP
+.B \-spualign <-1\-2>
+Specify how spu (DVD/VobSub) subtitles should be aligned.
+Values are the same as for -subpos, with the extra choice -1 for original
+position.
+.TP
+.B \-spuaa <mode>
+Antialiasing/scaling mode for DVD/VobSub. A value of 16 may be added
+to mode in order to force scaling even when original and scaled frame
+size already match, for example to smooth subtitles with the gaussian
+blur. The available modes are:
+.PD 0
+.RSs
+.IPs 0
+none (fastest, very ugly)
+.IPs 1
+approximate (broken?)
+.IPs 2
+full (slow)
+.IPs 3
+bilinear (default, fast and not too bad)
+.IPs 4
+uses swscaler gaussian blur (looks very good)
+.RE
+.PD 1
+.
+.TP
+.B \-spugauss <0.0\-3.0>
+Variance parameter of gaussian used by -spuaa 4. Higher means more
+blur. The default is 1.0.
.SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)"