summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-03 00:14:04 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-03 00:14:04 +0000
commit0133e3dce07c8917be36ea040051cead7b2abd78 (patch)
tree12a25e23b5ca167a44b06d9541eb93619582155d /DOCS
parentd8f365772ae25ce33dc3beb69c3512b1f6356677 (diff)
downloadmpv-0133e3dce07c8917be36ea040051cead7b2abd78.tar.bz2
mpv-0133e3dce07c8917be36ea040051cead7b2abd78.tar.xz
xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11917 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.112
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 4926637ba8..ba41ccd901 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5090,6 +5090,18 @@ wide search
.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'.