# HG changeset patch
# User diego
# Date 1158152944 0
# Node ID 5bb6d8becb5bafacd28fbda8a9a22209e77e0b0e
# Parent 1057a4c3056513246672b89f1c629e5639726597
Remove mpsub section, the format is documented in DOCS/tech.
diff -r 1057a4c30565 -r 5bb6d8becb5b DOCS/xml/en/install.xml
--- a/DOCS/xml/en/install.xml Wed Sep 13 12:45:49 2006 +0000
+++ b/DOCS/xml/en/install.xml Wed Sep 13 13:09:04 2006 +0000
@@ -454,7 +454,7 @@
RTSSAPJS (Phoenix Japanimation Society)
-MPsub
+MPsubAQTitleJACOsub
@@ -556,51 +556,6 @@
-
-MPlayer's own subtitle format (MPsub)
-
-
-MPlayer introduces a new subtitle format called
-MPsub. It was designed by Gabucino. Basically
-its main feature is being dynamically time-based (although
-it has frame-based mode too). Example (from DOCS/tech/mpsub.sub):
-
-FORMAT=TIME
-# first number : wait this much after previous subtitle disappeared
-# second number : display the current subtitle for this many seconds
-
-15 3
-A long long, time ago...
-
-0 3
-in a galaxy far away...
-
-0 3
-Naboo was under an attack.
-
-
-
-So you see, the main goal was to make subtitle
-editing/timing/joining/cutting easy. And, if you - say - get an
-SSA subtitle but it's badly timed/delayed to your version of the movie, you
-simply do a
-mplayer dummy.avi -sub source.ssa -dumpmpsub
-A dump.mpsub file will be created in the
-current directory, which will contain the source subtitle's text, but in
-MPsub format. Then you can freely add/subtract
-seconds to/from the subtitle.
-
-
-
-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 subtitles