# HG changeset patch
# User gpoirier
# Date 1113423354 0
# Node ID 0f3be1ff01fbdf4b09e7f88d4b9f2b7194653efd
# Parent 4e9072d08d91f6b863c26c24b37a50f258022a16
Nits, better formating and missed suggestions
diff -r 4e9072d08d91 -r 0f3be1ff01fb DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Wed Apr 13 19:42:43 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml Wed Apr 13 20:15:54 2005 +0000
@@ -872,10 +872,12 @@
You can keep the AC3 stream either by copying it directly into the video
stream during the encoding.
You can also extract the AC3 stream in order to mux it into containers such
- as NUT, Matroska or OGM.
+ as NUT or Matroska.
mplayer source_file.vob -aid 129 -dumpaudio -dumpfile sound.ac3
- 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,
+ 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).
@@ -893,8 +895,9 @@
audio codec can use as input.
For example:
mplayer source_file.vob -ao pcm:file=destination_sound.wav -vc dummy -aid 1 -vo null
- will dump the second audio track from the file source_file.vob into the file
- destination_sound.wav.
+ 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
are commonly recorded at low volumes.
You can use the tool normalize for instance,
@@ -904,9 +907,10 @@
You will compress in either Vorbis or MP3.
For example:
oggenc -q1 destination_sound.wav
- 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.
+ 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.
Please note that MEncoder currently cannot mux Vorbis audio tracks
into the output file because it only supports AVI and MPEG
containers as an output, each of which may lead to audio/video
@@ -1295,7 +1299,7 @@
Now that you have encoded your video, you will most likely want
to mux it with one or more audio tracks into a movie container, such
- as AVI, Matroska or NUT.
+ as AVI, MPEG, Matroska or NUT.
MEncoder is currently only able to output
audio and video into MPEG and AVI container formats.
for example: