CVS: main/DOCS/xml/en install.xml,1.53,1.54
CVS change done by Jiri Heryan CVS Update of /cvsroot/mplayer/main/DOCS/xml/en In directory mail:/var2/tmp/cvs-serv23770 Modified Files: install.xml Log Message: Format correction in microdvdsub section. Index: install.xml =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/xml/en/install.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- install.xml 12 Jan 2005 09:29:56 -0000 1.53 +++ install.xml 12 Jan 2005 12:28:35 -0000 1.54 @@ -667,15 +667,14 @@ If you experience a growing delay between the movie and the subtitles when using a MicroDVD subtitle file, most likely the frame rate of the movie and the subtitle file are different. Please note that the MicroDVD subtitle -format uses absolute frame numbers for its timing, but there is no fps information -in it, and therefore the <option>-subfps</option> option should be used with this -format. If you like to solve this problem permanently, you have to manually -convert the subtitle file framerate. <application>MPlayer</application> can do this +format uses absolute frame numbers for its timing, but there is no fps +information in it, and therefore the <option>-subfps</option> option should +be used with this format. If you like to solve this problem permanently, +you have to manually convert the subtitle file framerate. +<application>MPlayer</application> can do this conversion for you: -<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps -[-subdelay sec] [-sub subtitle_filename] -<replaceable>-dumpmicrodvdsub</replaceable></screen> +<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps [-subdelay sec] [-sub subtitle_filename] <replaceable>-dumpmicrodvdsub</replaceable></screen> </para> <para>
On Wed, Jan 12, 2005 at 01:28:38PM +0100, Jiri Heryan CVS wrote: [cut]
-<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps -[-subdelay sec] [-sub subtitle_filename] -<replaceable>-dumpmicrodvdsub</replaceable></screen> +<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps [-subdelay sec] [-sub subtitle_filename] <replaceable>-dumpmicrodvdsub</replaceable></screen>
I don't know if [] shouldn't be replaced/augmented with appropriate tag, but sec and subtitle_filename should clearly be within <replaceable> tags. Torinthiel -- Waclaw "Torinthiel" Schiller GG#: 542916, 3073512 torinthiel(at)megapolis(dot)pl gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1 "No classmates may be used during this examination"
Torinthiel writes:
On Wed, Jan 12, 2005 at 01:28:38PM +0100, Jiri Heryan CVS wrote:
+<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps [-subdelay sec] [-sub subtitle_filename] <replaceable>-dumpmicrodvdsub</replaceable></screen>
I don't know if [] shouldn't be replaced/augmented with appropriate tag,
They could be enclosed in <replaceable> tags IMO.
but sec and subtitle_filename should clearly be within <replaceable> tags.
Yes, feel free to fix. Diego
Diego Biurrun writes:
Torinthiel writes:
On Wed, Jan 12, 2005 at 01:28:38PM +0100, Jiri Heryan CVS wrote:
+<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps [-subdelay sec] [-sub subtitle_filename] <replaceable>-dumpmicrodvdsub</replaceable></screen>
I don't know if [] shouldn't be replaced/augmented with appropriate tag,
They could be enclosed in <replaceable> tags IMO.
but sec and subtitle_filename should clearly be within <replaceable> tags.
Yes, feel free to fix.
I've looked into this again and modified the line, it's now mplayer -dumpmicrodvdsub -fps <replaceable>subtitles_fps</replaceable> -subfps <replaceable>avi_fps</replaceable> -sub <replaceable>subtitle_filename</replaceable <replaceable>dummy.avi</replaceable> This should be more correct. Diego
participants (3)
-
Diego Biurrun -
syncmail@mplayerhq.hu -
Torinthiel