comparison DOCS/xml/en/mencoder.xml @ 15366:d2180f62e0e8

explains what ARa is and a tries to improve the readability of the paragraph about X and Y resolution
author gpoirier
date Sun, 08 May 2005 14:30:53 +0000
parents 87121d373127
children bd6adbd632e4
comparison
equal deleted inserted replaced
15365:7259fe943813 15366:d2180f62e0e8
1183 <title>where:</title> 1183 <title>where:</title>
1184 <listitem><para> 1184 <listitem><para>
1185 Wc and Hc are the width and height of the cropped video, 1185 Wc and Hc are the width and height of the cropped video,
1186 </para></listitem> 1186 </para></listitem>
1187 <listitem><para> 1187 <listitem><para>
1188 ARa is the displayed aspect ratio, which usually is 4/3 or 16/9,
1189 </para></listitem>
1190 <listitem><para>
1188 PRdvd is the pixel ratio of the DVD which is equal to 1.25=(720/576) for PAL 1191 PRdvd is the pixel ratio of the DVD which is equal to 1.25=(720/576) for PAL
1189 DVDs and 1.5=(720/480) for NTSC DVDs, 1192 DVDs and 1.5=(720/480) for NTSC DVDs,
1190 </para></listitem> 1193 </para></listitem>
1191 </itemizedlist> 1194 </itemizedlist>
1192 </para> 1195 </para>
1193 1196
1194 <para> 1197 <para>
1195 Then, you can compute the X and Y resolution, according to a certain 1198 Then, you can compute the X and Y resolution, according to a certain
1196 Compression Quality (CQ) factor: 1199 Compression Quality (CQ) factor:
1197 <systemitem>ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16</systemitem> 1200 <systemitem>ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16</systemitem>
1201 and
1198 <systemitem>ResX = INT( ResY * ARc / 16) * 16</systemitem> 1202 <systemitem>ResX = INT( ResY * ARc / 16) * 16</systemitem>
1199 </para> 1203 </para>
1200 1204
1201 <para> 1205 <para>
1202 Okay, but what is the CQ? 1206 Okay, but what is the CQ?