summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.112
-rw-r--r--DOCS/man/zh_CN/mplayer.130
2 files changed, 33 insertions, 9 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index e9065e941b..01e48d33d9 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -267,7 +267,7 @@ Toggle frame dropping states: none / skip display / skip decoding
(see \-framedrop and \-hardframedrop).
.IPs "v\ \ \ \ "
Toggle subtitle visibility.
-.IPs "j\ \ \ \ "
+.IPs "j and J"
Cycle through the available subtitles.
.IPs "y and g"
Step forward/backward in the subtitle list.
@@ -2009,7 +2009,7 @@ tv://1, tv://TV1, tv_set_channel 1, tv_set_channel TV1
.IPs [brightness|contrast|hue|saturation]=<\-100\-100>
Set the image equalizer on the card.
.IPs audiorate=<value>
-Set audio capture bitrate.
+Set input audio sample rate.
.IPs forceaudio
Capture audio even if there are no audio sources reported by v4l.
.IPs "alsa\ "
@@ -4935,8 +4935,12 @@ This degrades quality a lot of in almost all cases
Skips decoding of frames completely.
Big speedup, but jerky motion and sometimes bad artifacts
(see skiploopfilter for available skip values).
-.IPs "threads=<1\-8> (MPEG-1/2 and H.264 only)"
-number of threads to use for decoding (default: 1)
+.IPs "threads=<0\-16>"
+Number of threads to use for decoding.
+Whether threading is actually supported depends on codec.
+0 means autodetect number of cores on the machine and use that, up to the
+maximum of 16.
+(default: 0)
.IPs vismv=<value>
Visualize motion vectors.
.RSss
diff --git a/DOCS/man/zh_CN/mplayer.1 b/DOCS/man/zh_CN/mplayer.1
index fce0482906..e0b17028af 100644
--- a/DOCS/man/zh_CN/mplayer.1
+++ b/DOCS/man/zh_CN/mplayer.1
@@ -1,4 +1,4 @@
-.\" sync with en/mplayer.1 rev. 32566
+.\" sync with en/mplayer.1 rev. 32661
.\" Encoding: UTF-8
.\"
.\" MPlayer (C) 2000-2010 MPlayer 团队
@@ -2402,8 +2402,8 @@ MPlayer 在 verbose (\-v) 模式下会打印可用的语言。
.PD 1
.
.TP
-.B "\-subcc \ "
-显示 DVD 的隐藏式(CC)字幕。
+.B "\-subcc <1\-4>\ "
+显示来自指定频道的 DVD 外挂字幕。
它们
.B 不
是 VOB 字幕, 它们是为听力有障碍的人准备的特殊的 ASCII 字幕,
@@ -9609,7 +9609,7 @@ MPlayer与其它一些播放器能正确播放这些文件,除此之外的播
.
.PP
.sp 1
-以下选项只存在于Xvid 1.1.x中。
+以下选项只适用于 Xvid 1.1.x 以及之后的版本。
.
.TP
.B bvhq=<0|1>
@@ -9617,9 +9617,29 @@ MPlayer与其它一些播放器能正确播放这些文件,除此之外的播
选运动矢量,对于P帧这种方式是通过vhq选项实现的。
该方式产生的B帧看上去较好,而同时也几乎不影响性能(默认值:1)。
.
+.TP
+.B vbv_bufsize=<0...>(仅用于二阶段编码模式)
+以比特为单位指定视频缓冲校验器(VBV)的缓冲大小(默认值:0 \- 禁用 VBV 校
+验)。
+VBV 提供限制峰值比特率的功能,以使视频能在硬件播放器上正常播放。
+例如,Home 配置集使用 vbv_bufsize=3145728。
+如果设置了 vbv_bufsize,则应当同时设置 vbv_maxrate。
+注意,没有所谓 vbv_peakrate 的选项,因为 Xvid 实际上并不使用这种选项控制比
+特率;其它的 VBV 选项足以限制峰值比特率。
+.
+.TP
+.B vbv_initial=<0...vbv_bufsize>(仅用于二阶段编码模式)
+以比特为单位指定 VBV 缓冲初始填充的大小(默认值:vbv_bufsize 的 75%)。
+默认值通常是你所需的值。
+.
+.TP
+.B vbv_maxrate=<0...>(仅用于二阶段编码模式)
+以比特/秒为单位指定最大处理的比特率(默认值:0)。
+例如,Home 配置集使用 vbv_maxrate=4854000。
+.
.PP
.sp 1
-以下选项只存在于1.2.x版的Xvid中。
+以下选项只适用于 Xvid 1.2.x 以及之后的版本。
.
.TP
.B threads=<0\-n>