diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 12 | ||||
-rw-r--r-- | DOCS/xml/en/usage.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/video.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index d5b05f5319..a82251a0fb 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -314,7 +314,7 @@ time you heard about this, you should consult some guides available on the net. </para> -<example> +<example id="copy_audio_track"> <title>copy audio track</title> <para> Two pass encode of the second track a DVD to an MPEG-4 ("DivX") @@ -326,7 +326,7 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 -oac copy </para> </example> -<example> +<example id="encode_audio_track"> <title>encode audio track</title> <para> Two pass encode of a DVD to an MPEG-4 ("DivX") AVI while encoding @@ -370,8 +370,8 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 -oac mp3la </itemizedlist> </para> -<example> -<title>Example</title> +<example id="encode_for_psp"> +<title>encode for PSP</title> <para> <screen> mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ @@ -648,7 +648,7 @@ and <filename>.sub</filename> files already exist. So you should remove any before starting. </para> -<example> +<example id="copying_two_subtitles_from_a_dvd_while_doing_two_pass_encoding"> <title>Copying two subtitles from a DVD while doing two pass encoding</title> <screen> rm subtitles.idx subtitles.sub @@ -657,7 +657,7 @@ mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 --></screen> </example> -<example> +<example id="copying_a_french_subtitle_from_an_mpeg_file"> <title>Copying a french subtitle from an MPEG file</title> <screen> rm subtitles.idx subtitles.sub diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index a63625294a..2a8759ae70 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -256,7 +256,7 @@ and a full list of available commands by running <command>mplayer -input cmdlist</command>. </para> -<example> +<example id="input_control_file"> <title>A simple input control file</title> <programlisting> ## diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 717af09378..a270560f67 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -662,7 +662,7 @@ present) black bar. </varlistentry> </variablelist> -<table> +<table id="sdl_only_keys"> <title>SDL only keys</title> <tgroup cols="2"> <thead> |