summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaaz <laaz@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 11:54:24 +0000
committerlaaz <laaz@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 11:54:24 +0000
commitd229585790eabf150c01ee055ac91c561827ce2f (patch)
treedeefe06e92c0b22db67d3ba5ab3226bd8a0dd3cd
parentf61ffa92b939a9e4c1dbe22a15e0398ea17c3075 (diff)
downloadmpv-d229585790eabf150c01ee055ac91c561827ce2f.tar.bz2
mpv-d229585790eabf150c01ee055ac91c561827ce2f.tar.xz
Added OSD+Subtitle documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@924 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/OSD36
-rw-r--r--DOCS/SUBTITLE36
2 files changed, 72 insertions, 0 deletions
diff --git a/DOCS/OSD b/DOCS/OSD
new file mode 100644
index 0000000000..1942ed01ef
--- /dev/null
+++ b/DOCS/OSD
@@ -0,0 +1,36 @@
+SUBTITLES
+---------
+Yes, mplayer also supports many kinds of subtitles. Currently (2001/06/01)
+7 kinds of subtitle can be used by the subreader code. To see what are
+these subtitle formats, see subreader.c, line ~20.
+
+Subtitles are displayed with a technique called 'OSD', On Screen Display.
+OSD is used to display current time, volume bar, seek bar etc.
+
+
+INSTALLING OSD and SUB
+-------
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@ NOTE: OSD is NOT enabled by default! You have to download fonts from @
+@ mplayer's download page (mplayer.sourceforge.net/homepage/dload.html): @
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+english, hungarian, czech fonts:
+ http://thot.banki.hu/mp-ftp/releases/mp_font1.zip
+
+english, hungarian, german, czech fonts: (not good for hungarian at least for me)
+ http://thot.banki.hu/mp-ftp/releases/mp_font2.zip
+
+Cyrillic fonts:
+ http://thot.banki.hu/mp-ftp/releases/bgfont.zip
+
+And visit this site for korean subtitle support:
+ http://realtime.ssu.ac.kr/~lethean/mplayer
+
+After that, copy the files from the zip to ~/.mplayer/font/
+Now you have to see a clock at the upper left corner of the movie
+(switch it off with 'o')
+
+OSD has 3 states: (switch with 'o')
+ - clock + volume bar + seek bar + sub (default)
+ - volume bar + seek bar + sub
+ - only sub
diff --git a/DOCS/SUBTITLE b/DOCS/SUBTITLE
new file mode 100644
index 0000000000..1942ed01ef
--- /dev/null
+++ b/DOCS/SUBTITLE
@@ -0,0 +1,36 @@
+SUBTITLES
+---------
+Yes, mplayer also supports many kinds of subtitles. Currently (2001/06/01)
+7 kinds of subtitle can be used by the subreader code. To see what are
+these subtitle formats, see subreader.c, line ~20.
+
+Subtitles are displayed with a technique called 'OSD', On Screen Display.
+OSD is used to display current time, volume bar, seek bar etc.
+
+
+INSTALLING OSD and SUB
+-------
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@ NOTE: OSD is NOT enabled by default! You have to download fonts from @
+@ mplayer's download page (mplayer.sourceforge.net/homepage/dload.html): @
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+english, hungarian, czech fonts:
+ http://thot.banki.hu/mp-ftp/releases/mp_font1.zip
+
+english, hungarian, german, czech fonts: (not good for hungarian at least for me)
+ http://thot.banki.hu/mp-ftp/releases/mp_font2.zip
+
+Cyrillic fonts:
+ http://thot.banki.hu/mp-ftp/releases/bgfont.zip
+
+And visit this site for korean subtitle support:
+ http://realtime.ssu.ac.kr/~lethean/mplayer
+
+After that, copy the files from the zip to ~/.mplayer/font/
+Now you have to see a clock at the upper left corner of the movie
+(switch it off with 'o')
+
+OSD has 3 states: (switch with 'o')
+ - clock + volume bar + seek bar + sub (default)
+ - volume bar + seek bar + sub
+ - only sub