mirror of https://github.com/mpv-player/mpv
fixes for previous commits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14761 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1db1d5ea38
commit
294154615c
|
@ -3544,7 +3544,6 @@ Exceptions to this rule are: u8, s8, floatle, floatbe, floatne, mulaw, alaw,
|
||||||
mpeg2, ac3 and imaadpcm.
|
mpeg2, ac3 and imaadpcm.
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
.br
|
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B volume[=v:sc]
|
.B volume[=v:sc]
|
||||||
|
@ -5290,7 +5289,7 @@ syntax:
|
||||||
.B \-<codec>opts <option1[=value],option2,...>
|
.B \-<codec>opts <option1[=value],option2,...>
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, x264enc
|
Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, x264enc, mpeg.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SS divx4 (\-divx4opts)
|
.SS divx4 (\-divx4opts)
|
||||||
|
@ -7537,9 +7536,9 @@ In the above, "all candidates" doesn't exactly mean all enabled types:
|
||||||
.B level_idc=<10\-51>
|
.B level_idc=<10\-51>
|
||||||
Set the bitstream's Level as defined by Annex A of the H.264 standard
|
Set the bitstream's Level as defined by Annex A of the H.264 standard
|
||||||
(default: 40 - Level 4.0).
|
(default: 40 - Level 4.0).
|
||||||
This is used for telling the decoder what capabilities it needs to
|
This is used for telling the decoder what capabilities it needs to support.
|
||||||
support. Use this parameter only if you know what it means, and you
|
Use this parameter only if you know what it means,
|
||||||
have a need to set it.
|
and you have a need to set it.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B log=<-1\-3>
|
.B log=<-1\-3>
|
||||||
|
@ -7571,10 +7570,10 @@ PSNRs printed by log=3.
|
||||||
.
|
.
|
||||||
.SS MPEG muxer (\-mpegopts)
|
.SS MPEG muxer (\-mpegopts)
|
||||||
.
|
.
|
||||||
The MPEG muxer can generate 5 types of streams, each of which has reasonable default
|
The MPEG muxer can generate 5 types of streams, each of which has reasonable
|
||||||
parameters that the user can override. Generally, when generating mpeg files, it's
|
default parameters that the user can override.
|
||||||
advisable to disable mencoder's frame-skip code (see -noskip, -mc, harddup, softskip).
|
Generally, when generating mpeg files, it's advisable to disable mencoder's
|
||||||
.br
|
frame-skip code (see \-noskip, \-mc, harddup, softskip).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd>
|
.B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd>
|
||||||
|
@ -7582,7 +7581,8 @@ stream format (default: mpeg2).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B size=<up to 65535>
|
.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).
|
pack size in bytes, don't change it if you don't know exactly what you are
|
||||||
|
doing (default: 2048).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B muxrate=<int>
|
.B muxrate=<int>
|
||||||
|
@ -7590,14 +7590,14 @@ 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.
|
Will be updated as necessary in the case of format=mpeg1 or mpeg2.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B tsaf
|
.B tsaf\ \ \
|
||||||
sets timestamps on all frames, if possible.
|
sets timestamps on all frames, if possible.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B noreorder
|
.B noreorder
|
||||||
disable the frame reordering code, that stores frames in decoding (rather than display) order.
|
disable the frame reordering code, that stores frames in decoding (rather than
|
||||||
Use it only if you believe the reordering code is buggy and working improperly.
|
display) order (default: disabled).
|
||||||
Default: disabled.
|
Use it only if you believe the reordering code is buggy and working improperly
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B init_vpts=<100\-700>
|
.B init_vpts=<100\-700>
|
||||||
|
@ -7607,38 +7607,32 @@ Initial video pts, in milliseconds (default: 200).
|
||||||
.B init_apts=<100\-700>
|
.B init_apts=<100\-700>
|
||||||
Initial audio pts, in milliseconds (default: 200).
|
Initial audio pts, in milliseconds (default: 200).
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B init_adelay=<-32760\--1>
|
.B init_adelay=<-32760\--1>
|
||||||
Initial audio anticipation time == video delay, in milliseconds (default: 0).
|
Initial audio anticipation time == video delay, in milliseconds (default: 0).
|
||||||
Use it if you want to delay video respect to audio.
|
Use it if you want to delay video respect to audio.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B drop
|
.B drop\ \ \
|
||||||
When used with init_adelay the muxer drops the part of audio that was anticipated.
|
When used with init_adelay the muxer drops the part of audio that was
|
||||||
.
|
anticipated.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B vwidth, vheight=<1,4095>
|
.B vwidth, vheight=<1,4095>
|
||||||
These parameters patch the video width and height when video is mpeg1/2.
|
These parameters patch the video width and height when video is mpeg1/2.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B vpswidth, vpsheight=<1,4095>
|
.B vpswidth, vpsheight=<1,4095>
|
||||||
Patch pan and scan video width and height when video is mpeg2.
|
Patch pan and scan video width and height when video is mpeg2.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B vaspect=<1:1 | 4:3 | 16:9 | 2.21:1>
|
.B vaspect=<1:1 | 4:3 | 16:9 | 2.21:1>
|
||||||
Patches the aspect ratio for mpeg1/2 video.
|
Patches the aspect ratio for mpeg1/2 video.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B vbitrate=<int>
|
.B vbitrate=<int>
|
||||||
Patches the video bitrate in Kbit/s for mpeg1/2 video.
|
Patches the video bitrate in Kbit/s for mpeg1/2 video.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.TP
|
.TP
|
||||||
.B vframerate=<23.976 | 24 | 25 | 29.97 | 30 | 50 | 59.94 | 60 >
|
.B vframerate=<23.976 | 24 | 25 | 29.97 | 30 | 50 | 59.94 | 60 >
|
||||||
Patches the framerate for mpeg1/2 video.
|
Patches the framerate for mpeg1/2 video.
|
||||||
|
|
Loading…
Reference in New Issue