summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 22:27:28 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 22:27:28 +0000
commite0a654757101e08987be97d88c7187f6173ebf93 (patch)
tree534b7a0bfec84276be537ef64461fffecfc17cd4 /DOCS
parent5bad92c6bc6bfa59fd99f76da390cf51f1cc79e0 (diff)
downloadmpv-e0a654757101e08987be97d88c7187f6173ebf93.tar.bz2
mpv-e0a654757101e08987be97d88c7187f6173ebf93.tar.xz
added new mpeg muxer options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.175
1 files changed, 75 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 90c188ae9a..b3356ba49d 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7560,6 +7560,81 @@ For all other purposes, please use either the 'Global' PSNR, or the per-frame
PSNRs printed by log=3.
.
.
+.SS MPEG muxer (\-mpegopts)
+.
+The MPEG muxer can generate 5 types of streams, each of which has reasonable default
+parameters that the user can override. Generally, when generating mpeg files, it's
+advisable to disable mencoder's frame-skip code (see -noskip, -mc, harddup, softskip).
+.br
+.
+.TP
+.B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd>
+stream format (default: mpeg2).
+.
+.TP
+.B size=<up to 65535>
+pack size in bytes, don't change it if you don't know exactly what you are doing (default: 2048).
+.
+.TP
+.B muxrate=<int>
+nominal muxrate in Kbit/s used in the pack headers (default: 1800 kb/s).
+Will be updated as necessary in the case of format=mpeg1 or mpeg2.
+.
+.TP
+.B tsaf
+sets timestamps on all frames, if possible.
+.
+.TP
+.B noreorder
+disable the frame reordering code, that stores frames in decoding (rather than display) order.
+Use it only if you believe the reordering code is buggy and working improperly.
+Default: disabled.
+.
+.TP
+.B init_vpts=<100\-700>
+Initial video pts, in milliseconds (default: 200).
+.
+.TP
+.B init_apts=<100\-700>
+Initial audio pts, in milliseconds (default: 200).
+.
+.
+.TP
+.B init_adelay=<-32760\--1>
+Initial audio anticipation time == video delay, in milliseconds (default: 0).
+Use it if you want to delay video respect to audio.
+.
+.
+.TP
+.B drop
+When used with init_adelay the muxer drops the part of audio that was anticipated.
+.
+.
+.TP
+.B vwidth, vheight=<1,4095>
+These parameters patch the video width and height when video is mpeg1/2.
+.
+.
+.TP
+.B vpswidth, vpsheight=<1,4095>
+Patch pan and scan video width and height when video is mpeg2.
+.
+.
+.TP
+.B vaspect=<1:1 | 4:3 | 16:9 | 2.21:1>
+Patches the aspect ratio for mpeg1/2 video.
+.
+.
+.TP
+.B vbitrate=<int>
+Patches the video bitrate in Kbit/s for mpeg1/2 video.
+.
+.
+.TP
+.B vframerate=<23.976 | 24 | 25 | 29.97 | 30 | 50 | 59.94 | 60 >
+Patches the framerate for mpeg1/2 video.
+.
+.
.\" --------------------------------------------------------------------------
.\" Files
.\" --------------------------------------------------------------------------