summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-13 13:47:50 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-13 13:47:50 +0000
commitbbc616909bea4032a915e9debc780151701c845d (patch)
tree132c2a77cb09cfeafcf49d6a01ac2d8ff795c5f1 /DOCS
parentf83050c06672bc58a23893a6b92e568e239476b3 (diff)
downloadmpv-bbc616909bea4032a915e9debc780151701c845d.tar.bz2
mpv-bbc616909bea4032a915e9debc780151701c845d.tar.xz
ENCA support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.120
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 9d2b0f350d..5d6b00c8a6 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1364,6 +1364,26 @@ specify codepage of the subtitle.
.PD 1
.
.TP
+.B \-subcp enca:<language>:<fallback codepage> (ENCA only)
+You can specify your language using a two letter language code to
+make ENCA detect the codepage automatically.
+If unsure, enter anything and watch mplayer -v output for available
+languages. Fallback codepage specifies the codepage to use, when the
+autodetection fails.
+
+.I EXAMPLE:
+.PD 0
+.RSs
+.IPs "\-subcp enca:cs:latin2"
+Guess the encoding, assuming the subtitles are Czech, fall back to
+latin 2, if the detection fails.
+.br
+.IPs "\-subcp enca:pl:cp1250"
+Guess the encoding for Polish, fall back to cp1250.
+.RE
+.PD 1
+.
+.TP
.B \-subdelay <sec>
Delays subtitles by <sec> seconds.
Can be negative.