# HG changeset patch # User gpoirier # Date 1113335491 0 # Node ID f9490925a69d370418ed96aabcec909c03df3768 # Parent ce7efa8a312f1292f3737c57e71b450b14e4639d Add missing tags. diff -r ce7efa8a312f -r f9490925a69d DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Tue Apr 12 19:14:42 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Tue Apr 12 19:51:31 2005 +0000 @@ -873,7 +873,7 @@ stream during the encoding. You can also extract the AC3 stream in order to mux it into containers such as NUT, Matroska or OGM. - mplayer source_file.vob -aid 129 -dumpaudio -dumpfile sound.ac3 + 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, 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: - mplayer source_file.vob -ao pcm:file=destination_sound.wav -vc dummy -aid 1 -vo null + 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. 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: - oggenc -q1 destination_sound.wav + 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.