changeset 11916:c5d09d43133f

xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>
author iive
date Tue, 03 Feb 2004 00:14:04 +0000
parents 454a2eec34a9
children f17039c05701
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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=<x/y | f (float value)>
+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'.