spelling, wording and consistency fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14769 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-02-22 20:39:52 +00:00
parent 3b8cfe0f63
commit d23dcf072b
1 changed files with 23 additions and 21 deletions

View File

@ -3617,7 +3617,7 @@ Decoder for matrix encoded surround sound, works on many 2 channel files.
.PD 0 .PD 0
.RSs .RSs
.IPs <delay> .IPs <delay>
delay time in ms for the rear speakers (0ms to 1000ms) (default: 20) delay time in ms for the rear speakers (0 to 1000) (default: 20)
.RE .RE
.PD 1 .PD 1
. .
@ -7597,45 +7597,47 @@ PSNRs printed by log=3.
. .
The MPEG muxer can generate 5 types of streams, each of which has reasonable The MPEG muxer can generate 5 types of streams, each of which has reasonable
default parameters that the user can override. default parameters that the user can override.
Generally, when generating mpeg files, it's advisable to disable mencoder's Generally, when generating MPEG files, it is advisable to disable
frame-skip code (see \-noskip, \-mc, harddup, softskip). MEncoder's frame-skip code (see \-noskip, \-mc as well as the
harddup and softskip video filters).
. .
.TP .TP
.B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd> .B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd>
stream format (default: mpeg2). 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 Pack size in bytes, do not change unless you know exactly what
doing (default: 2048). you are doing (default: 2048).
. .
.TP .TP
.B muxrate=<int> .B muxrate=<int>
nominal muxrate in Kbit/s used in the pack headers (default: 1800 kb/s). 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 Disable the frame reordering code, that stores frames in decoding
display) order (default: disabled). (rather than display) order (default: disabled).
Use it only if you believe the reordering code is buggy and working improperly 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>
Initial video pts, in milliseconds (default: 200). initial video pts, in milliseconds (default: 200)
. .
.TP .TP
.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 with respect to audio.
. .
.TP .TP
.B drop\ \ \ .B drop\ \ \
@ -7644,23 +7646,23 @@ 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. Set the video width and height when video is MPEG-1/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. Set pan and scan video width and height when video is MPEG-2.
. .
.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. Sets the aspect ratio for MPEG-1/2 video.
. .
.TP .TP
.B vbitrate=<int> .B vbitrate=<int>
Patches the video bitrate in Kbit/s for mpeg1/2 video. Sets the video bitrate in kbit/s for MPEG-1/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. Sets the framerate for MPEG-1/2 video.
. .
. .
.\" -------------------------------------------------------------------------- .\" --------------------------------------------------------------------------