changeset 2207:726b7877f1ac

-dumpmpsub added -subcp added (correct me if wrong/missing sth)
author gabucino
date Mon, 15 Oct 2001 10:45:02 +0000
parents 0e8e8fed492e
children 4bdb8be1b506
files DOCS/Hungarian/mplayer.1 DOCS/mplayer.1
diffstat 2 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/mplayer.1	Mon Oct 15 10:23:53 2001 +0000
+++ b/DOCS/Hungarian/mplayer.1	Mon Oct 15 10:45:02 2001 +0000
@@ -433,6 +433,19 @@
 .B \-fbmodeconfig\ filenév
 A megadott konfigurációs file használata az /etc/fb.modes helyett.
 Csak az fbdev meghajtóval.
+.TP
+.B \-subcp\ kódlap
+Ha a rendszered támogatja az iconv(3)-ot, ezzel az opcióval megadhatod hogy
+milyen kódlapban van a felirat. Példák:
+
+        -subcp latin2
+        -subcp cp1250
+
+.TP
+.B \-dumpmpsub
+A -sub opcióval megadott felirat file-t átkonvertálja az MPlayer saját
+feliratformátumába, az MPsub-ba. Egy dump.mpsub file-t ír ki a jelenlegi
+könyvtárba.
 .IP
 .SH "ALPHA/BETA ÁLLAPOTÚ FUNKCIÓK"
 .TP
@@ -529,6 +542,9 @@
 .TP
 .B HTTP-ről lejátszás
 mplayer http://mplayer.hq/example.avi
+.TP
+.B Felirat konvertálása MPsub formátumba (./dump.mpsub file-ba)
+mplayer csali.avi -sub forras.sub -dumpmpsub
 .LP
 .SH HIBÁK
 Biztos vannak. Lásd dokumentáció.
--- a/DOCS/mplayer.1	Mon Oct 15 10:23:53 2001 +0000
+++ b/DOCS/mplayer.1	Mon Oct 15 10:45:02 2001 +0000
@@ -72,6 +72,8 @@
 .RB [ \-skin\ skin ]
 .RB [ \-aspect\ ratio ]
 .RB [ \-monitoraspect\ ratio ]
+.RB [ \-subcp\ codepage ]
+.RB [ \-dumpmpsub ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -427,6 +429,18 @@
 .B \-fbmodeconfig\ filename
 Use this config file instead of the default /etc/fb.modes .
 Only valid for the fbdev driver.
+.TP
+.B \-subcp\ codepage
+If your system supports iconv(3), you can use this option to
+specify codepage of the subtitle. Examples:
+
+        -subcp latin2
+        -subcp cp1250
+
+.TP
+.B \-dumpmpsub
+Convert the given subtitle (specified with the -sub switch) to MPlayer's
+subtitle format, MPsub. Dumps a dump.mpsub file to current directory.
 .IP
 .SH "ALPHA/BETA CODE"
 .TP
@@ -523,6 +537,9 @@
 .TP
 .B Stream from HTTP
 mplayer http://mplayer.hq/example.avi
+.TP
+.B Convert subtitle to MPsub (to ./dump.mpsub)
+mplayer dummy.avi -sub source.sub -dumpmpsub
 .LP
 .SH BUGS
 Probably. Check the documentation.