# HG changeset patch # User iive # Date 1075767244 0 # Node ID c5d09d43133ff2df5eab4ee550966e3a6e24149f # Parent 454a2eec34a92e0f415c290bcdebd428e96869b3 xvid4 new aspect options - patch by Nico diff -r 454a2eec34a9 -r c5d09d43133f DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Mon Feb 02 23:31:01 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Feb 03 00:14:04 2004 +0000 @@ -5090,6 +5090,18 @@ .RE .PD 1 .TP +.B aspect= +Store movie aspect internally, just like MPEG files. +Much nicer solution than rescaling, because quality isn't decreased. +MPlayer and few others players will play these files correctly, others will display +them with the wrong aspect. +The aspect parameter can be given as a ratio or a floating point number. +.TP +.B autoaspect +Same as the aspect option, but automatically computes aspect, taking +into account all the adjustments (crop/expand/scale/etc.) made in the +filter chain. +.TP .B psnr\ \ \ Print the psnr (peak signal to noise ratio) for the whole video after encoding and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'.