diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 12:53:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 12:53:34 +0000 |
commit | 24b44a2a9abd5cfd3dd06d0de7a74b89ac69535c (patch) | |
tree | 1a0cd4ab34e228397fc2c4d72c405cac829aea50 | |
parent | 58b4e65bc2de1ca4a981245f0a578879f2bb7265 (diff) |
Remove unnecessary options from the -dumpmicrodvdsub command line and add
a few <replaceable> tags as appropiate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14649 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/install.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 4101c9f29d..dc8ec2eedc 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -674,7 +674,7 @@ 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 -dumpmicrodvdsub -fps <replaceable>subtitles_fps</replaceable> -subfps <replaceable>avi_fps</replaceable> -sub <replaceable>subtitle_filename</replaceable> <replaceable>dummy.avi</replaceable></screen> </para> <para> |