[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.47,1.48

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Apr 12 00:37:29 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv23172/en

Modified Files:
	mencoder.xml 
Log Message:
Fix HTML generation, <equation> is more elaborate in most DTDs.


Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mencoder.xml	11 Apr 2005 21:39:46 -0000	1.47
+++ mencoder.xml	11 Apr 2005 22:37:27 -0000	1.48
@@ -619,12 +619,12 @@
   audio track(s), so you should <link linkend="menc-feat-dvd-mpeg4-audio">rip
   those</link> first.
   You can compute the bitrate with the following equation:
-  <equation>bitrate = (target_size_in_Mbytes - sound_size_in_Mbytes) *
-  1024 * 1024 / length_in_secs * 8 / 1000</equation>
+  <systemitem>bitrate = (target_size_in_Mbytes - sound_size_in_Mbytes) *
+  1024 * 1024 / length_in_secs * 8 / 1000</systemitem>
   For instance, to squeeze a two-hour movie onto a 702MB CD, with 60MB
   of audio track, the video bitrate will have to be:
-  <equation>(702 - 60) * 1024 * 1024 / (120*60) * 8 / 1000
-  = 740kbps</equation>
+  <systemitem>(702 - 60) * 1024 * 1024 / (120*60) * 8 / 1000
+  = 740kbps</systemitem>
 </para>
 
 </sect2>
@@ -802,7 +802,7 @@
 
 <para>
   First, you should compute the encoded aspect ratio:
-  <equation>ARc = (Wc x (ARa / PRdvd )) / Hc</equation>
+  <systemitem>ARc = (Wc x (ARa / PRdvd )) / Hc</systemitem>
 <itemizedlist>
 <title>where:</title>
 <listitem><para>
@@ -820,8 +820,8 @@
 <para>
   Then, you can compute the X and Y resolution, according to a certain
   Compression Quality (CQ) factor:
-  <equation>ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16</equation>
-  <equation>ResX = INT( ResY * ARc / 16) * 16</equation>
+  <systemitem>ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16</systemitem>
+  <systemitem>ResX = INT( ResY * ARc / 16) * 16</systemitem>
 </para>
 
 <para>




More information about the MPlayer-DOCS mailing list