[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.48,1.49
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue Apr 12 21:51:35 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv25424/DOCS/xml/en
Modified Files:
mencoder.xml
Log Message:
Add missing <replaceable> tags.
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mencoder.xml 11 Apr 2005 22:37:27 -0000 1.48
+++ mencoder.xml 12 Apr 2005 19:51:31 -0000 1.49
@@ -873,7 +873,7 @@
stream <link linkend="menc-feat-mpeg4">during the encoding</link>.
You can also extract the AC3 stream in order to mux it into containers such
as NUT, Matroska or OGM.
- <screen>mplayer source_file.vob -aid 129 -dumpaudio -dumpfile sound.ac3</screen>
+ <screen>mplayer <replaceable>source_file.vob</replaceable> -aid 129 -dumpaudio -dumpfile <replaceable>sound.ac3</replaceable></screen>
will dump into the file sound.ac3 the audio track number 129 from the file
source_file.vob (NB: DVD VOB files usually use a different audio numbering,
which means that the VOB audio track 129 is the 2nd audio track of the file).
@@ -892,7 +892,7 @@
First of all, you will have to convert the DVD sound into a WAV file that the
audio codec can use as input.
For example:
- <screen>mplayer source_file.vob -ao pcm:file=destination_sound.wav -vc dummy -aid 1 -vo null</screen>
+ <screen>mplayer <replaceable>source_file.vob</replaceable> -ao pcm:file=<replaceable>destination_sound.wav</replaceable> -vc dummy -aid 1 -vo null</screen>
will dump the second audio track from the file source_file.vob into the file
destination_sound.wav.
You may want to normalize the sound before encoding, as DVD audio tracks
@@ -903,7 +903,7 @@
can do the same job.
You will compress in either Vorbis or MP3.
For example:
- <screen>oggenc -q1 destination_sound.wav</screen>
+ <screen>oggenc -q1 <replaceable>destination_sound.wav</replaceable></screen>
will encode destination_sound.wav with the encoding quality 1, which is
roughly equivalent to 80Kb/s, and is the minimum quality at which you
should encode if you care about quality.
More information about the MPlayer-DOCS
mailing list