summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-24 15:16:36 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-24 15:16:36 +0000
commit7068c1b8867834b9917dfd171d599340ff3e38b8 (patch)
treef12f7bfae637be33c0808e0fc22122faecab22f5 /DOCS
parent2a3030f5f4f4160f989dcc7d85dc4e33d90ab542 (diff)
downloadmpv-7068c1b8867834b9917dfd171d599340ff3e38b8.tar.bz2
mpv-7068c1b8867834b9917dfd171d599340ff3e38b8.tar.xz
Use aspect from encoder for AVI vprp header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.125
1 files changed, 4 insertions, 21 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index cdeb5e692b..4192d385f2 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -364,27 +364,6 @@ will not be displayed.
Particularly useful on slow terminals or broken ones that do not properly
handle carriage return (i.e. \\r).
.TP
-.B \-useaviaspect
-With this option MPlayer and MEncoder will read and write the aspect
-setting from the OpenDML AVI Video Property Header.
-
-This is a different method than the "aspect=..." option of
-libavcodec or XviD, and is prioritized over it during playback,
-because this header is processed first.
-
-Generally, encoding AVIs with square pixels is still the best
-choice, so aspect headers should be avoided.
-Some players can understand it, while they may not understand the
-aspect headers produced by the codec.
-
-.I EXAMPLE:
-.PD 0
-.RSs
-.IPs "\-aspect 16:9 \-useaviaspect"
-will add a header specifying 16:9 aspect ratio.
-.RE
-.PD 1
-.TP
.B \-v, \-verbose
Increment verbose level (more \-v means more verbosity).
.
@@ -3795,6 +3774,10 @@ will have the output file contain 'div3' as video fourcc.
.PD 1
.
.TP
+.B \-force-avi-aspect <0.2\-3.0>
+Override the aspect stored in the AVI OpenDML vprp header.
+This can be used to change the aspect ratio with \-ovc copy.
+.TP
.B \-info <option1:option2:...> (AVI only)
Specify the info header of the resulting AVI file.
.br