Mercurial > mplayer.hg
changeset 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 | 7259fe943813 |
children | bdcd608b0e97 |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml Sun May 08 12:30:07 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Sun May 08 14:30:53 2005 +0000 @@ -1185,6 +1185,9 @@ Wc and Hc are the width and height of the cropped video, </para></listitem> <listitem><para> + ARa is the displayed aspect ratio, which usually is 4/3 or 16/9, +</para></listitem> +<listitem><para> PRdvd is the pixel ratio of the DVD which is equal to 1.25=(720/576) for PAL DVDs and 1.5=(720/480) for NTSC DVDs, </para></listitem> @@ -1195,6 +1198,7 @@ Then, you can compute the X and Y resolution, according to a certain Compression Quality (CQ) factor: <systemitem>ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16</systemitem> + and <systemitem>ResX = INT( ResY * ARc / 16) * 16</systemitem> </para>