From 009b451adeb5c76e0d7b474839e404fa9b6a56b2 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Tue, 12 Apr 2005 19:51:31 +0000 Subject: Add missing tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15140 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/mencoder.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 995aac3d36..f7179fe14f 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -873,7 +873,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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. -- cgit v1.2.3