changeset 12470:4ba6c3a67656

ENCA support
author henry
date Thu, 13 May 2004 13:47:50 +0000
parents 9cd8ff6c3150
children 1d142bb0c515
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu May 13 11:44:15 2004 +0000
+++ b/DOCS/man/en/mplayer.1	Thu May 13 13:47:50 2004 +0000
@@ -1364,6 +1364,26 @@
 .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.