Mercurial > mplayer.hg
changeset 15492:d2073ff48b5b
Fixes the vobsub extraction example
author | gpoirier |
---|---|
date | Mon, 16 May 2005 21:06:09 +0000 |
parents | 2218c04bcc14 |
children | 3d17af80dca8 |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml Mon May 16 18:41:05 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Mon May 16 21:06:09 2005 +0000 @@ -364,8 +364,8 @@ <title>Copying a french subtitle from an MPEG file</title> <screen> rm subtitles.idx subtitles.sub -mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout subtitles -vobsuboutindex 0 -vobsuboutid fr -sid 1<!-- ---></screen> +mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout subtitles -vobsuboutindex 0 -vobsuboutid fr -sid 1 -nosound -ovc copy +</screen> </example> </sect1>