diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-03 12:19:22 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-03 12:19:22 +0000 |
commit | d1a6eb479410d743734cf16bbe63978253e525b6 (patch) | |
tree | c4be2c6fd11bf0d5df89f4e73b1c0d0233ef5868 | |
parent | f2ec197873751495164cfec38cc4c27476f0853e (diff) |
[cosmetics] Consistent XML source formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21466 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 51 |
1 files changed, 43 insertions, 8 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 3465bfc593..641ed167ac 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -14,6 +14,10 @@ for a wealth of discussions about all aspects of and problems related to encoding with <application>MEncoder</application>. </para> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-selecting-codec"> <title>Selecting codecs and container formats</title> @@ -26,9 +30,9 @@ to list all video codecs supported by the version of <application>MEncoder</application> on your machine. The following choices are available: </para> + <para> Audio Codecs: - <informaltable frame="all"> <tgroup cols="2"> <thead> @@ -110,6 +114,7 @@ Video codecs: </tgroup> </informaltable> </para> + <para> Output container formats are selected with the <option>-of</option> option. @@ -119,6 +124,7 @@ to list all containers supported by the version of <application>MEncoder</application> on your machine. The following choices are available: </para> + <para> Container formats: <informaltable frame="all"> @@ -162,6 +168,7 @@ experience problems when using them. <para> <systemitem class="library">libavformat</systemitem> containers: </para> + <para> If you selected <systemitem class="library">libavformat</systemitem> to do the muxing of the output file (by using the <option>-of lavf</option>), @@ -173,9 +180,10 @@ You may force a particular container format with <informaltable frame="all"> <tgroup cols="2"> -<thead> -<row><entry><systemitem class="library">libavformat</systemitem> container name</entry><entry>Description</entry></row> -</thead> +<thead><row> +<entry><systemitem class="library">libavformat</systemitem> container name</entry> +<entry>Description</entry> +</row></thead> <tbody> <row> <entry>mpg</entry> @@ -255,6 +263,9 @@ mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.flv</replac </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-selecting-input"> <title>Selecting input file or device</title> @@ -277,6 +288,7 @@ for reading directly from disc, if the defaults of <filename>/dev/dvd</filename> and <filename>/dev/cdrom</filename> do not work on your system. </para> + <para> When encoding from DVD, it is often desirable to select a chapter or range of chapters to encode. @@ -287,6 +299,7 @@ This is especially useful if you will be making a 1400 MB encode targetted for two CDs, since you can ensure the split occurs exactly at a chapter boundary rather than in the middle of a scene. </para> + <para> If you have a supported TV capture card, you can also encode from the TV-in device. @@ -298,6 +311,9 @@ DVB input works similarly. </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-mpeg4"> <title>Encoding two pass MPEG-4 ("DivX")</title> @@ -345,6 +361,9 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \ </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-handheld-psp"> <title>Encoding to Sony PSP video format</title> @@ -389,6 +408,9 @@ Note that you can set the title of the video with </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-mpeg"> <title>Encoding to MPEG format</title> <para> @@ -442,9 +464,12 @@ bitrate. You should note, though, that you'll get the best results if all passes are run with target bitrates that do not differ very much. </para> </note> - </sect1> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-rescale"> <title>Rescaling movies</title> @@ -472,6 +497,9 @@ mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:m </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-streamcopy"> <title>Stream copying</title> @@ -517,10 +545,12 @@ mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D \ -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>output.avi</replaceable> </screen> </para> - </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-enc-images"> <title>Encoding from multiple input image files (JPEG, PNG, TGA, etc.)</title> @@ -621,12 +651,14 @@ mencoder mf://*.tga -mf w=800:h=600:fps=25:type=tga -ovc copy -oac copy -o <repl --></screen> </para> </informalexample> - </para> </formalpara> </sect1> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="menc-feat-extractsub"> <title>Extracting DVD subtitles to VOBsub file</title> @@ -684,9 +716,12 @@ mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</repla -vobsuboutid fr -sid 1 -nosound -ovc copy </screen> </example> - </sect1> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <sect1 id="aspect"> <title>Preserving aspect ratio</title> <para> |