annotate DOCS/man/zh/mplayer.1 @ 27141:e0327ea6589f

sync w/r27132, patch by JRaSH
author gpoirier
date Mon, 30 Jun 2008 19:04:52 +0000
parents 7b02ed4cf581
children 305dc504c407
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
1 .\" sync with en/mplayer.1 r27132
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2 .\" Encoding: UTF-8
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
3 .\" Reminder of hard terms which need better/final solution later:
23390
e80337bdc886 Only one section remains unfinished, typo.
diego
parents: 23389
diff changeset
4 .\" /capture; playtree in parent list; colorkey; retrace; desync; downmix;
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
5 .\" wrapper script ... shellescapes; keyframe; deblock; dering;
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
6 .\" encoding audio rate; alphamap; upsampling; sweep;
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
7 .\" aligned buffers; instancenumber;
20391
4d664e3c9c28 Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.
diego
parents: 20241
diff changeset
8 .\"
25538
02ec992230b1 update copyright year to 2008
gpoirier
parents: 25522
diff changeset
9 .\" MPlayer (C) 2000-2008 MPlayer 团队
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10 .\" 本(英文)手册页由 Gabucino, Diego Biurrun, Jonas Jermann 编写
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
11 .\" 视频滤镜、通用编解码器选项、特定编解码器专用选项三个章节由
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
12 .\" JRaSH <jrash06 AT 163.com>重新翻译
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
13 .\" 参于翻译本中文手册页的有:
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
14 .\" JRaSH <jrash06 AT 163.com>,
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
15 .\" Lu Ran <hephooey@fastmail.fm>, Sheldon Jin <jinsh2 AT yahoo.com>,
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
16 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
17 .\" --------------------------------------------------------------------------
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
18 .\" 宏定义
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
19 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
20 .
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
21 .\" 定义子选项缩进
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
22 .nr SS 5
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
23 .\" 添加新子选项
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
24 .de IPs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
25 .IP "\\$1" \n(SS
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
26 ..
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
27 .\" 一级子选项开始, 结束用 .RE
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
28 .de RSs
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
29 .RS 10
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
30 ..
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
31 .\" 二级子选项开始
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
32 .de RSss
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
33 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
34 .RS \n(SS+3
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
35 ..
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
36 .\" 二级子选项结束
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
37 .de REss
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
38 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
39 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
40 ..
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
41 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
42 .\" --------------------------------------------------------------------------
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
43 .\" 名称
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
44 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
45 .
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
46 .TH MPlayer 1 "2008-01-01" "MPlayer 项目" "电影播放器"
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
47 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
48 .SH 名称
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
49 mplayer \- 影视播放器
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
50 .br
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
51 mencoder \- 影视编解码器
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
52 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
53 .\" --------------------------------------------------------------------------
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
54 .\" 概要
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
55 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
56 .
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
57 .SH 总览
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
58 .na
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
59 .nh
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
60 .B mplayer
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
61 [选项] [文件|URL|播放列表|\-]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
62 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
63 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
64 .B mplayer
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
65 [选项] 文件1
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
66 [分选项] [文件2] [分选项]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
67 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
68 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
69 .B mplayer
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
70 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
71 {文件和选项组}
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
72 [组专用的分选项]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
73 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
74 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
75 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
76 [dvd|dvdnav]://[标题|[开始标题]\-结束标题]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
77 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
78 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
79 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
80 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
81 vcd://曲目[/设备]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
82 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
83 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
84 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
85 tv://[频道][/输入ID]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
86 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
87 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
88 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
89 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
90 radio://[频道|频率][/捕捉设备]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
91 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
92 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
93 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
94 .B mplayer
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
95 pvr://
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
96 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
97 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
98 .br
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
99 .B mplayer
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
100 dvb://[卡号@]频道
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
101 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
102 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
103 .br
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
104 .B mplayer
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
105 mf://[文件掩码|@列表文件]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
106 [\-mf 选项] [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
107 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
108 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
109 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
110 [cdda|cddb]://曲目[\-结束曲目][:速度][/设备]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
111 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
112 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
113 .br
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
114 .B mplayer
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
115 cue://文件[:曲目]
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
116 [选项]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
117 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
118 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
119 .B mplayer
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
120 [file|mms[t]|http|http_proxy|rt[s]p|ftp|udp|unsv|smb]://
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
121 [用户名:密码@]URL[:端口] [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
122 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
123 .br
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
124 .B mplayer
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
125 sdp://文件
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
126 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
127 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
128 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
129 .B mplayer
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
130 mpst://主机[:端口]/URL
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
131 [选项]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
132 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
133 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
134 .B mplayer
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
135 tivo://主机/[list|llist|fsid]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
136 [选项]
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
137 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
138 .br
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
139 .B gmplayer
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
140 [选项]
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
141 [\-skin\ 外观模板]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
142 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
143 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
144 .B mencoder
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
145 [选项] 文件
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
146 [文件|URL|\-] [\-o 文件 | file://文件 | smb://[用户名:密码@]主机/文件路径]
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
147 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
148 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
149 .B mencoder
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
150 [选项] 文件1
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
151 [分选项] [文件2] [分选项]
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
152 .ad
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
153 .hy
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
154 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
155 .\" --------------------------------------------------------------------------
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
156 .\" 描述
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
157 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
158 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
159 .SH 描述
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
160 .B mplayer
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
161 是一个 LINUX 下的电影播放器 (也能运行在许多其它的平台和 CPU 架构, 请参阅文档)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
162 通过许多原生的和可执行的编解码器的支持, 它能播放绝大部分的 MPEG/\:VOB, AVI,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
163 ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, Ogg/\:OGM, MKV, VIVO, FLI, NuppelVideo,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
164 yuv4mpeg, FILM 和 RoQ 文件。
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
165 你还能观看 VCD、SVCD、DVD、3ivx、DivX 3/4/5、WMV 甚至 H.264 格式的电影。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
166 .PP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
167 MPlayer 广泛地支持音视频输出驱动。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
168 它不仅可以使用 X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, libcaca,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
169 DirectFB, Quartz, Mac OS X CoreVideo, 也能使用 GGI, SDL (及它们的所有驱动),
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
170 所有 VESA 兼容显卡上的 VESA (甚至不需要 X11), 某些低级的
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
171 显卡相关的驱动 (如 Matrox, 3dfx 及 ATI) 和一些硬件 MPEG 解码器卡,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
172 比如 Siemens DVB, Hauppauge PVR (IVTV), DXR2 和 DXR3/\:Hollywood+。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
173 它们中绝大多数支持软件或硬件缩放, 所以你可以享受全屏电影。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
174 .PP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
175 MPlayer 具有 OSD(屏上显示) 功能显示状态信息, 有
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
176 抗锯齿带阴影的漂亮大字幕和键盘控制的可视反馈。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
177 支持的字体包括欧洲语种/\:ISO8859\-1,2 (匈牙利语, 英语, 捷克语等等),
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
178 西里尔语和韩语, 可以播放 12 种格式的字幕文件 (MicroDVD, SubRip, OGM,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
179 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
180 及我们自己的: MPsub) 和 DVD 字幕 (SPU 流, VOBsub 及隐藏式 CC 字幕)。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
181 .PP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
182 .B mencoder
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
183 (MPlayer 的电影编解码器) 是一个简单的电影编解码器, 其设计为将
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
184 MPlayer 可播放的电影(见上所述)编码成其他的 MPlayer 可播放格式(见下面)。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
185 其编码成的 MPEG-4 (DivX/Xvid), 是 libavcodec 编解码器的一种和
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
186 使用 1, 2 或 3-passes(通) 的 PCM/\:MP3/\:VBRMP3 音频。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
187 此外还具有流复制的能力, 拥有强大的(过滤器)插件系统(裁剪,
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
188 扩展, 反转, 后处理, 旋转, 缩放, 降噪声, RGB/\:YUV 转换)等。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
189 .PP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
190 .B gmplayer
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
191 是具有图形用户界面的 MPlayer。其选项与 MPlayer 相同。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
192 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
193 本手册页最后有用法示例, 能让你迅速上手。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
194 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
195 .B 也请参阅 HTML 文档!
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
196 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
197 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
198 .\" --------------------------------------------------------------------------
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
199 .\" 交互式控制
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
200 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
201 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
202 .SH "交互式控制"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
203 MPlayer 有个完全可配置的, 命令驱动的控制层,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
204 让你通过键盘, 鼠标, 操纵杆或遥控器(需使用 LIRC)来控制 MPlayer。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
205 参见 \-input 选项定制控制层的方法。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
206 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
207 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
208 .B 键盘控制
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
209 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
210 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
211 .IPs "<\- 和 \->"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
212 后退/\:快进 10 秒。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
213 .IPs "up 和 down"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
214 快进/\:后退 1 分。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
215 .IPs "pgup 和 pgdown"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
216 快进/\:后退 10 分。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
217 .IPs "[ 和 ]"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
218 减少/增加当前回放速度 10%。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
219 .IPs "{ 和 }"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
220 减半/加倍当前回放速度。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
221 .IPs "backspace"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
222 重置正常回放速度.
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
223 .IPs "< 和 >"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
224 在播放列表中后退/\:快进。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
225 .IPs "ENTER"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
226 在播放列表中快进, 甚至越过末尾。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
227 .IPs "HOME 和 END"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
228 下一个/\:前一个父列表中的播放树项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
229 .IPs "INS 和 DEL (仅用于 ASX 播放列表)"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
230 下一个/\:前一个供选择的源。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
231 .IPs "p / SPACE"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
232 暂停 (再按取消暂停)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
233 .IPs ".\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
234 步进。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
235 按一下暂停回放, 每按一下就播放一帧(直到按其它键取消步进)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
236 .IPs "q / ESC"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
237 停止播放和退出。
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
238 .IPs "U\ \ \ \ "
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
239 暂停播放(并且当未使用 \-idle 时退出)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
240 .IPs "+ 和 \-"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
241 调整音频延迟增加/减少 0.1 秒。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
242 .IPs "/ 和 *"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
243 降低/\:提高音量。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
244 .IPs "9 和 0"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
245 降低/\:提高音量。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
246 .IPs "( 和 )"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
247 调整有利用于左/\:右声道的声音平衡。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
248 .IPs "m\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
249 静音。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
250 .IPs "_ (仅用于 MPEG-TS、AVI 和 libav 库格式)"
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
251 循环可用的像轨。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
252 .IPs "# (仅用于 DVD、MPEG、Matroska、AVI 和 libav 库格式)"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
253 循环可用的音轨。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
254 .IPs "TAB(仅用于 MPEG-TS 和 libav 库格式)"
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
255 循环可用的节目。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
256 .IPs "f\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
257 切换全屏 (也请参见 \-fs)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
258 .IPs "T\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
259 切换顶置 (也请参见 \-ontop)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
260 .IPs "w 和 e"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
261 降低/\:提高摇移范围。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
262 .IPs "o\ \ \ \ "
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
263 循环 OSD 状态: 无 / 搜索条 / 搜索条 + 计时器 / 搜索条 + 计时器 + 总时间。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
264 .IPs "d\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
265 循环丢帧状态: 无 / 跳过显示 / 跳过解码。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
266 (请参见 \-framedrop 和 \-hardframedrop)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
267 .IPs "v\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
268 切换显示字幕。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
269 .IPs "j\ \ \ \ "
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
270 循环可用的字幕。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
271 .IPs "y 和 g"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
272 在字幕列表中步进/步退。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
273 .IPs "F\ \ \ \ "
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
274 切换显示 "锁定的字幕"。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
275 .IPs "a\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
276 切换对齐字幕: 上 / 中 / 下。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
277 .IPs "x 和 z"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
278 调整字幕延迟增加/减少 0.1 秒。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
279 .IPs "r 和 t"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
280 上/下调整字幕位置。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
281 .IPs "i (仅用于 \-edlout 模式)"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
282 设置 EDL 的开头或末尾并写入指定的文件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
283 .IPs "s (仅用于 \-vf 截屏)"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
284 截屏。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
285 .IPs "S (仅用于 \-vf 截屏)"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
286 开始/停止截屏。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
287 .IPs "I\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
288 用 OSD 显示文件名。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
289 .IPs "! 和 @"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
290 寻到前一章节/后一章节的开始处。
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
291 .IPs "D(仅用于\-vo xvmc, \-vf yadif, \-vf kerndeint)"
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
292 激活/禁用解隔行扫描过滤器。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
293 .IPs "A"
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
294 在可用的 DVD 视角间循环切换。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
295 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
296 .PD 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
297 .PP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
298 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
299 (以下的按键仅适用于硬件加速视频输出(xv, (x)vidix, (x)mga, 等),
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
300 软件均衡器(\-vf eq or \-vf eq2), 或者色调过滤器(\-vf hue)。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
301 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
302 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
303 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
304 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
305 .IPs "1 和 2"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
306 调整对比度。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
307 .IPs "3 和 4"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
308 调整亮度。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
309 .IPs "5 和 6"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
310 调整色调。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
311 .IPs "7 和 8"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
312 调整饱和度。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
313 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
314 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
315 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
316 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
317 (以下的按键仅适用于 quartz or macosx 视频输出驱动。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
318 .RE
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
319 .PP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
320 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
321 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
322 .IPs "command + 0"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
323 半尺寸。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
324 .IPs "command + 1"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
325 原始尺寸。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
326 .IPs "command + 2"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
327 双倍尺寸。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
328 .IPs "command + f"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
329 切换全屏 (也请参见 \-fs)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
330 .IPs "command + [ 和 command + ]"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
331 设置窗口的 alpha。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
332 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
333 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
334 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
335 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
336 (以下的按键仅适用于 sdl 视频输出驱动。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
337 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
338 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
339 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
340 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
341 .IPs "c\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
342 切换可用的全屏模式。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
343 .IPs "n\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
344 原始尺寸。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
345 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
346 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
347 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
348 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
349 (以下的按键仅适用于多媒体键盘。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
350 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
351 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
352 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
353 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
354 .IPs PAUSE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
355 暂停。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
356 .IPs "STOP\ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
357 停止并退出。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
358 .IPs "PREVIOUS 和 NEXT"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
359 后退/\:快进 1 分。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
360 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
361 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
362 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
363 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
364 (以下的按键仅适用于已编译支持 GUI 并优先于以前的定义。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
365 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
366 .PP
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
367 .PD 0
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
368 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
369 .IPs ENTER
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
370 开始播放。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
371 .IPs "ESC\ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
372 停止播放。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
373 .IPs "l\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
374 加载文件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
375 .IPs "t\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
376 加载字幕。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
377 .IPs "c\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
378 打开皮肤浏览器。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
379 .IPs "p\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
380 打开播放列表。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
381 .IPs "r\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
382 打开首选项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
383 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
384 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
385 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
386 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
387 (以下的按键仅适用于已编译支持 TV 或 DVB 的输入并优先于以前的定义。)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
388 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
389 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
390 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
391 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
392 .IPs "h 和 k"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
393 选择上一个/\:下一个频道。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
394 .IPs "n\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
395 改变制式。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
396 .IPs "u\ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
397 改变频道列表。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
398 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
399 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
400 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
401 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
402 (以下的按键仅适用于已编译支持 dvdnav: 用于导航菜单)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
403 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
404 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
405 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
406 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
407 .IPs "keypad 8"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
408 选择上。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
409 .IPs "keypad 2"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
410 选择下。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
411 .IPs "keypad 4"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
412 选择左。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
413 .IPs "keypad 6"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
414 选择右。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
415 .IPs "keypad 5"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
416 返回主菜单。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
417 .IPs "keypad 7"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
418 返回最近的菜单(先后次序是: 章节->标题->根)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
419 .IPs "keypad ENTER"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
420 确定。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
421 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
422 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
423 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
424 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
425 .
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
426 (以下按键只有当编译时启用对于电视字幕的支持(teletext)时才有效:这些按键用于控制电
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
427 视字幕。)
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
428 .RE
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
429 .PP
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
430 .PD 0
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
431 .RS
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
432 .IPs "X\\\\"
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
433 打开/\:关闭电视字幕。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
434 .IPs "Q和W"
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
435 切换至下一个/\:上一个电视字幕页面。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
436 .RE
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
437 .PD 1
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
438 .PP
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
439 .RS
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
440 .
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
441 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
442 .B 鼠标控制
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
443 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
444 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
445 .IPs "button 3 和 button 4"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
446 后退/\:快进 1 分。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
447 .IPs "button 5 和 button 6"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
448 降低/\:提高音量。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
449 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
450 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
451 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
452 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
453 .B 操纵杆
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
454 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
455 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
456 .IPs "left 和 right"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
457 后退/\:快进 10 秒。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
458 .IPs "up 和 down"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
459 快进/\:后退 1 分。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
460 .IPs "button 1"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
461 暂停。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
462 .IPs "button 2"
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
463 循环 OSD 状态: 无 / 搜索条 / 搜索条 + 计时器 / 搜索条 + 计时器 + 总时间。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
464 .IPs "button 3 和 button 4"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
465 降低/\:提高音量。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
466 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
467 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
468 .
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
469 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
470 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
471 .\" 用法
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
472 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
473 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
474 .SH "用法"
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
475 每个 "flag" 选项有个相反的 "noflag" 选项对应, 如: 选项 \-fs 相反的是 \-nofs。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
476 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
477 如果某选项标为: (仅用于 XXX), 就仅适用于与选项 XXX 联合使用或者已编译进 XXX。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
478 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
479 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
480 子选项解析器(例如用于 \-ao pcm 子选项)支持
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
481 一种特殊的字符串转义(string-escaping)意欲和外部的 GUI 一起使用。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
482 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
483 其格式如下:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
484 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
485 %n%string_of_length_n
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
486 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
487 .I 示例:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
488 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
489 mplayer \-ao pcm:file=%10%C:test.wav test.avi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
490 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
491 或在脚本中:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
492 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
493 mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
494 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
495 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
496 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
497 .\" 配置文件
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
498 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
499 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
500 .SH "配置文件"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
501 你可以把所有选项放在配置文件中, 每次 MPlayer/MEncoder 运行时都会读取它们。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
502 系统范围的配置文件 "mplayer.conf" 位于你的配置目录
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
503 (例如: /etc/\:mplayer 或者 /usr/\:local/\:etc/\:mplayer)中,
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
504 用户指定的配置文件是 "~/\:.mplayer/\:config"。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
505 MEncoder 的配置文件是 "mencoder.conf" 位于你的配置目录
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
506 (例如: /etc/\:mplayer 或者 /usr/\:local/\:etc/\:mplayer)中,
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
507 用户指定的配置文件是 "~/\:.mplayer/\:mencoder.conf"。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
508 用户指定的选项优先于系统范围的选项, 而命令行选项优先于以上两者。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
509 配置文件的语法是 "option=<值>", 任何 "#" 后面的都认为是注释。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
510 启用没有参数值的选项可以把参数设为 "yes" 或者 "1" 或者 "true",
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
511 而如果要停用就把它们设置为 "no" 或者 "0" 或者 "false"。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
512 甚至子选项也可以如此设定选项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
513 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
514 你也可以为特定文件写配置文件。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
515 如果你希望一个特定文件 "movie.avi" 有个配置文件, 就新建文件,
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
516 名为 "movie.avi.conf", 写上该特定文件的选项并放在目录 ~/.mplayer/ 下。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
517 你也可以把配置文件放在与播放该特定文件时该特定文件相同的目录之下,
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
518 只要你(要么在命令行或者在全局配置文件中)给出 \-use\-filedir\-conf 选项。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
519 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
520 .I MPLAYER 配置文件示例:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
521 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
522 .nf
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
523 # 默认使用 Matrox 驱动。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
524 vo=xmga
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
525 # 我喜欢在看片子的时候练习倒立。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
526 flip=yes
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
527 # 解码/编码多个 PNG 文件,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
528 # 开始于 mf://文件掩码
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
529 mf=type=png:fps=25
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
530 # 怪异的负片图像好酷。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
531 vf=eq2=1.0:\-0.8
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
532 .fi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
533 .PP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
534 .I "MENCODER 配置文件示例:"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
535 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
536 .nf
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
537 # 产生 MEncoder 输出到默认的文件名。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
538 o=encoded.avi
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
539 # 下面四行使 mencoder tv:// 立刻开始捕捉。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
540 oac=pcm=yes
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
541 ovc=lavc=yes
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
542 lavcopts=vcodec=mjpeg
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
543 tv=driver=v4l2:input=1:width=768:height=576:device=/dev/video0:audiorate=48000
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
544 # 较复杂的默认编码选项设置
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
545 lavcopts=vcodec=mpeg4:autoaspect=1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
546 lameopts=aq=2:vbr=4
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
547 ovc=lavc=1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
548 oac=lavc=1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
549 passlogfile=pass1stats.log
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
550 noautoexpand=1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
551 subfont-autoscale=3
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
552 subfont-osd-scale=6
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
553 subfont-text-scale=4
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
554 subalign=2
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
555 subpos=96
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
556 spuaa=20
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
557 .fi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
558 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
559 .\" --------------------------------------------------------------------------
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
560 .\" 配置集
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
561 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
562 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
563 .SH "配置集"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
564 为了方便操作不同的配置文件, 可以在配置文件中定义配置集。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
565 配置集以放在方括号中的名称开始, 如: "[my-profile]"。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
566 所有跟随的选项成为配置集的一部分。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
567 描述(通过 \-profile help 显示)定义于 profile-desc 选项。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
568 要结束该配置集, 使用别的名称开始即可
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
569 或使用配置集名称 "default" 继续正常的选项。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
570 .fi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
571 .PP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
572 .I "MPLAYER 配置集示例:"
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
573 .sp 1
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
574 .nf
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
575
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
576 [protocol.dvd]
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
577 profile-desc="用于 dvd:// 媒体流的配置集"
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
578 vf=pp=hb/vb/dr/al/fd
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
579 alang=en
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
580
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
581 [protocol.dvdnav]
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
582 profile-desc="用于 dvdnav:// 媒体流的配置集"
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
583 profile=protocol.dvd
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
584 mouse-movements=yes
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
585
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
586 [extension.flv]
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
587 profile-desc="用于 .flv 文件的配置集"
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
588 flip=yes
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
589
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
590 [vo.pnm]
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
591 outdir=/tmp
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
592
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
593 [ao.alsa]
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
594 device=spdif
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
595 .fi
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
596 .PP
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
597 .I "MENCODER 配置集示例:"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
598 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
599 .nf
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
600
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
601 [mpeg4]
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
602 profile-desc="MPEG4 编码"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
603 ovc=lacv=yes
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
604 lavcopts=vcodec=mpeg4:vbitrate=1200
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
605
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
606 [mpeg4\-hq]
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
607 profile-desc="高质量 MPEG4 编码"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
608 profile=mpeg4
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
609 lavcopts=mbd=2:trell=yes:v4mv=yes
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
610 .fi
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
611 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
612 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
613 .\" 选项
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
614 .\" --------------------------------------------------------------------------
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
615 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
616 .SH "通用选项"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
617 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
618 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
619 .B \-codecs\-file <文件名>(也请参见 \-afm,\-ac,\-vfm,\-vc)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
620 重载标准的搜索路径并使用指定的文件代替内置的 codecs.conf。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
621 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
622 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
623 .B \-include <配置文件>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
624 指定配置文件在默认的配置文件后面解析。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
625 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
626 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
627 .B \-list\-options
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
628 打印所有可用的选项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
629 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
630 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
631 .B \-msgcharset <字符集>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
632 转换控制台消息为指定的字符集(默认是自动侦测: autodetect)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
633 文字的字符集编码用选项 \-\-charset 指定配置。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
634 设置为 "noconv" 以停用转换 (为了如: iconv 问题)。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
635 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
636 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
637 选项在命令行解析完成后生效。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
638 环境变量 MPLAYER_CHARSET 能帮你去除开头几行混乱的输出。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
639 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
640 .TP
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
641 .B \-msgcolor
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
642 在支持 ANSI 彩色标准的终端上启用彩色控制屏幕。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
643 .
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
644 .TP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
645 .B \-msglevel <all=<级别>:<模块>=<级别>:...>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
646 直接对各个模块控制冗赘度。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
647 此 "all" 模块改变所有模块(虽然没有在命令行中显式指定)的冗赘级别。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
648 查看所有模块的列表请参见于 "\-msglevel help"。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
649 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
650 .I 注意:
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
651 有些消息在解析命令行之前就打印出来,因而不受 \-msglevel 影响。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
652 要控制这些消息的话,你得使用 MPLAYER_VERBOSE 环境变量,参见下面的解释以获取详细信息。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
653 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
654 可用级别:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
655 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
656 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
657 .IPs "\-1"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
658 完全沉默
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
659 .IPs " 0"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
660 仅致命消息
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
661 .IPs " 1"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
662 错误消息
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
663 .IPs " 2"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
664 警告消息
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
665 .IPs " 3"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
666 简短提示
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
667 .IPs " 4"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
668 信息消息
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
669 .IPs " 5"
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
670 状态消息(默认值)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
671 .IPs " 6"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
672 冗赘消息
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
673 .IPs " 7"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
674 调试级别 2
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
675 .IPs " 8"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
676 调试级别 3
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
677 .IPs " 9"
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
678 调试级别 4
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
679 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
680 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
681 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
682 .TP
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
683 .B \-msgmodule
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
684 在每条控制屏幕消息前加上模块名。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
685 .
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
686 .TP
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
687 .B \-noconfig <若干选项>
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
688 不解析所选的配置文件。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
689 .br
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
690 .I 注意:
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
691 如果命令行中指定了 \-include 或 \-use\-filedir\-conf 选项,
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
692 那么这些选项将优先生效。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
693 .sp 1
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
694 可用选项有:
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
695 .PD 0
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
696 .RSs
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
697 .IPs "all\ \ "
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
698 所有的配置文件
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
699 .IPs "gui(仅仅是 GUI)"
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
700 GUI 的配置文件
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
701 .IPs system
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
702 系统配置文件
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
703 .IPs "user\ "
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
704 用户配置文件
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
705 .RE
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
706 .PD 1
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
707 .
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
708 .TP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
709 .B "\-quiet\ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
710 使得控制台消息少输出; 特别地, 阻止状态行
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
711 (即 A: 0.7 V: 0.6 A-V: 0.068 ...)的显示。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
712 对慢机器或者不能正确处理回车符(即 \\r)的旧机器特别有用。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
713 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
714 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
715 .B \-priority <优先> (仅适用于 Windows)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
716 根据 Windows 下可用的预定义优先级设置 MPlayer 的进程优先级。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
717 可能的 <优先> 值为:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
718 .RSs
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
719 idle|belownormal|normal|abovenormal|high|realtime
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
720 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
721 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
722 .RS
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
723 .I 警告:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
724 使用 realtime(实时) 优先级会引起系统锁住。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
725 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
726 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
727 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
728 .B \-profile <配置轮廓1,配置轮廓2,...>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
729 使用给定的配置轮廓, \-profile help 显示定义的配置轮廓列表。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
730 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
731 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
732 .B \-really\-quiet (也请参见 \-quiet)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
733 显示比 \-quiet 更少的输出和状态信息。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
734 同时禁止图形界面错误消息对话框。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
735 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
736 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
737 .B \-show\-profile <配置轮廓>
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
738 显示配置轮廓的描述和内容。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
739 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
740 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
741 .B \-use\-filedir\-conf
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
742 在文件播放时的相同目录之下寻找该特定文件的配置文件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
743 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
744 .I 警告:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
745 播放未经信任的媒体可能有危险。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
746 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
747 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
748 .B "\-v\ \ \ \ \ "
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
749 提高冗赘级别, 对命令行中发现的各个 \-v 提高一级。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
750 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
751 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
752 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
753 .SH "播放器选项(仅适用于MPLAYER)"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
754 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
755 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
756 .B \-autoq <质量> (和 \-vf [s]pp 一起使用)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
757 依据可用的 CPU 空闲时间动态改变后期处理的级别。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
758 你指定的数字可能是已使用中的最高级别。通常你可以使用有点高的级别数字。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
759 为此你必须使用不带参数的 \-vf [s]pp 选项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
760 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
761 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
762 .B \-autosync <因子>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
763 基于音频延迟的检测逐步调整 A/V 同步。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
764 指定 \-autosync 0, 也就是默认值, 将导致帧计时完全基于音频延迟的检测。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
765 指定 \-autosync 1 也是一样, 但会微妙地改变所使用的 A/V 修正算法。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
766 对那些视频帧率不均匀, 但用 \-nosound 可以正常播放的电影,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
767 设置大于 1 的整数值一般会有所帮助。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
768 这个值越大, 计时方法越接近于 \-nosound。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
769 对于某些音频延迟检测实现不完善的声卡驱动, 试试用 \-autosync\ 30 来平滑此问题。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
770 使用这个值时, 如果出现 A/V 同步大偏移, 只需要 1, 2 秒时间就可以搞定。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
771 对于所有的声卡驱动, 对突然的 A/V 偏移, 在反应时间上有延迟,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
772 这应该是打开此选项的唯一副作用。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
773 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
774 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
775 .B \-benchmark
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
776 在终端打印一些回放后的 CPU 使用率和丢帧数的统计信息。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
777 与 \-nosound 和 \-vo null 联合使用可用来仅仅评测视频编解码器.
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
778 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
779 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
780 使用此参数仅仅回放视频时, MPlayer 也将忽略帧持续期(frame duration)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
781 (你可以认为那是不定帧率)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
782 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
783 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
784 .B \-colorkey <号码>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
785 改变 colorkey 为你所选的 RGB 值。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
786 0x000000 是黑色而 0xffffff 是白色。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
787 仅被视频输出驱动 cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
788 xover, xv (参见 \-vo xv:ck), xvmc (参见 \-vo xv:ck) 和 directx 支持。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
789 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
790 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
791 .B \-nocolorkey
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
792 停用 colorkeying。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
793 仅被视频输出驱动 cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
794 xover, xv (参见 \-vo xv:ck), xvmc (参见 \-vo xv:ck) 和 directx 支持。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
795 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
796 .TP
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
797 .B \-correct\-pts(处于测试阶段)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
798 切换 MPlayer 到试验模式,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
799 其中视频帧的时戳计算不同, 且支持视频过滤器添加新的帧或修改已有的时戳。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
800 可以看到更精确的时戳, 例如通过 \-ass 选项修改播放字幕与镜头同步。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
801 没有 \-correct\-pts, 字幕同步典型地会被某些帧关闭。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
802 此选项不能与某些分路器和编解码器一起正常工作。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
803 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
804 .TP
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
805 .B \-crash\-debug(调试代码)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
806 一旦崩溃或 SIGTRAP 自动联上 gdb 调试程序。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
807 此支持必须已编译进配置 \-\-enable\-crash\-debug。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
808 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
809 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
810 .B \-doubleclick\-time
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
811 以毫秒为单位的时间值,用以判定两次连续的按键动作是否为一次双击动作(默认值:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
812 300)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
813 设为0则让你的窗体系统判断什么样动作的是双击(仅当 \-vo directx 时)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
814 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
815 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
816 你会体验到不同的效果,这取决于你绑定了 MOUSE_BTN0_DBL 还是
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
817 MOUSE_BTN0\-MOUSE_BTN0_DBL。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
818 .
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
819 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
820 .B \-edlout <文件名>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
821 新建文件并写入 EDL(编辑决定列表) 记录。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
822 回放时, 用户击 "i" 键标记跳过块的开始结束处。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
823 这提供了用户一个以后能精调 EDL (记录)项的开始点。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
824 详情请参见 http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
825 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
826 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
827 .B \-enqueue (仅用于 GUI)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
828 将命令行中给定的文件排入播放列表但不立刻播放。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
829 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
830 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
831 .B \-fixed\-vo
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
832 为多个文件锁定一个固定的视频系统 (对所有的文件(反)初始化仅一次)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
833 这样, 对所有文件只打开一个窗口。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
834 目前 fixed-vo 兼容的驱动有: gl, gl2, mga, svga, x11, xmga,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
835 xv, xvidix 和 dfbmga。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
836 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
837 .TP
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
838 .B \-framedrop(也请参见 \-hardframedrop,未指定 -no-correct-pts 时只可用于实验)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
839 跳过显示一些帧从而在慢的机器上保持 A/V 同步。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
840 视频滤镜不会应用到这些帧上。对于 B-帧 甚至解码也完全跳过。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
841 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
842 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
843 .B \-(no)gui
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
844 启用或停用 GUI 接口(默认取决于可执行文件名)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
845 仅能作为命令行第一个参数。不能作为选项写入配置文件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
846 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
847 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
848 .B \-h, \-help, \-\-help
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
849 显示简短的选项概要。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
850 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
851 .TP
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
852 .B \-hardframedrop(未指定 -no-correct-pts 时只可用于实验)
26152
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
853 更加密集的丢帧(中断解码过程)。将导致图像失真!
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
854 注意,libmpeg2 解码器尤其可能在使用该选项后崩溃,所以请考虑使用
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
855 “\-vc ffmpeg12,”。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
856 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
857 .TP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
858 .B \-heartbeat\-cmd
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
859 在播放的时候每隔 30 秒通过 system() 调用(即通过 shell 调用)执行的命令。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
860 .sp 1
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
861 .I 注意:
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
862 MPlayer 执行此命令时不加以检查,所以你有责任确保该命令不造成任何安全问题(例
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
863 如,如果“.”就像在 Windows 中那样是在你的路径中,则确保使用完整路径)。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
864 .sp 1
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
865 该选项可能被“误用”以禁用不提供对于适当的 X API 接口的支持的屏幕保护程序。
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
866 如果你觉得这太复杂了,请要求屏幕保护程序的作者提供对于适当的 X API 的支持。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
867 .sp 1
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
868 .I 用于 xscreensaver 的示例:
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
869 mplayer \-heartbeat\-cmd "xscreensaver\-command \-deactivate" file
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
870 .sp 1
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
871 .I 用于 GNOME screensaver 的示例:
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
872 mplayer \-heartbeat\-cmd "gnome\-screensaver\-command \-p" file
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
873 .RE
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
874 .PD 1
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
875 .
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
876 .TP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
877 .B \-identify
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
878 是 \-msglevel identify=4 的简写形式。使用便于解析的格式显示文件参数。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
879 同时打印更为详细的关于字幕和音轨的语言与 ID 号的信息。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
880 在某些情形下,使用 \-msglevel identify=6 能得到更多的信息。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
881 例如,对于一张 DVD 碟片,该选项能列出每个标题的章节和时长,以及一个碟片 ID 号。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
882 将此选项与 \-frames 0 一起使用能禁止所有输出。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
883 封装脚本 TOOLS/\:midentify 禁止 MPlayer 的其它输出,
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
884 并且(很可能)shellescapes(脚本转义)了文件名。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
885 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
886 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
887 .B \-idle (也请参见 \-slave)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
888 当没有文件播放时, 让 MPlayer 空闲等待而不是退出。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
889 一般在 slave 模式时有用, 能通过输入命令控制 MPlayer。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
890 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
891 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
892 .B \-input <命令>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
893 此选项可以用来配置输入系统的某些部分。路径相对于 ~/.mplayer/。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
894 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
895 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
896 自动重复功能目前只有游戏操纵杆支持。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
897 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
898 可用的命令有:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
899 .sp 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
900 .PD 0
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
901 .RSs
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
902 .IPs conf=<文件名>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
903 指定输入配置文件而不是默认的 ~/\:.mplayer/\:input.conf。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
904 如果没有给出完全路径名, 将假设是 ~/\:.mplayer/\:<文件名>。
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
905 .IPs ar-dev=<设备>
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
906 用作为苹果 IR 遥控器的设置(默认值是自动侦测,仅用于 Linux)。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
907 .IPs ar-delay
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
908 在开始自动重复一个键之前等待多少毫秒 (0 代表停用)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
909 .IPs ar-rate
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
910 自动重复数是每秒重复多少次按键。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
911 .IPs keylist
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
912 列出所有可以被绑定于命令的键。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
913 .IPs cmdlist
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
914 列出所有可以被绑定于键的命令。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
915 .IPs js-dev
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
916 指定使用的操纵杆设备(默认是: /dev/\:input/\:js0)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
917 .IPs file=<文件名>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
918 从给定文件中读取命令。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
919 一般结合 FIFO 时有用。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
920 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
921 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
922 当给定文件是 FIFO 时 MPlayer 打开两个端头, 这样你就可以做
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
923 几次 ‘echo "seek 10" > mp_pipe’ 而管道仍保持有效。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
924 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
925 .PD 1
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
926 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
927 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
928 .B \-key\-fifo\-size <2\-65000>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
929 指定 FIFO 大小供缓冲按键事件(默认值:7)。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
930 n 大小的 FIFO 能容纳 (n\-1) 缓冲事件。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
931 如果太小会丢失一些事件
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
932 (导致 "鼠标键卡住" 或类似效果)。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
933 如果太大, MPlayer 处理缓冲的事件时可能看上去挂住了。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
934 为得到同以前一样的行为效果而引入此选项,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
935 对 Linux 设置为 2 或对 Windows 为 1024。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
936 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
937 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
938 .B \-lircconf <文件名> (仅适用于 LIRC)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
939 为 LIRC 指定配置文件(默认是: ~/.lircrc)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
940 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
941 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
942 .B \-list\-properties
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
943 打印可用的属性列表。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
944 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
945 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
946 .B \-loop <数>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
947 重复回放电影 <数> 遍。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
948 0 表示重复不断。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
949 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
950 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
951 .B \-menu (仅用于OSD菜单)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
952 打开 OSD 菜单支持。.
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
953 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
954 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
955 .B \-menu\-cfg <文件名> (仅用于OSD菜单)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
956 使用另一种的 menu.conf。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
957 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
958 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
959 .B \-menu\-chroot <路径>(仅用于OSD菜单)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
960 将文件选择菜单的根目录更改为一个特定位置。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
961 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
962 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
963 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
964 .RSs
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
965 .IPs \-menu\-chroot /home"
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
966 将限制文件选择菜单查找/\:home以及其下的目录(即不可能访问 /,但可以访问
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
967 /home/user_name)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
968 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
969 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
970 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
971 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
972 .B \-menu\-keepdir(仅用于OSD菜单)
23467
720aa593e920 Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
kraymer
parents: 23390
diff changeset
973 文件浏览器从最近浏览位置开始浏览,而不是当前目录。
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
974 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
975 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
976 .B \-menu\-root <参数值> (仅适用于 OSD 菜单)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
977 指定主菜单。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
978 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
979 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
980 .B \-menu\-startup (仅适用于 OSD 菜单)
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
981 在 MPlayer 启动时显示主菜单。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
982 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
983 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
984 .B \-mouse\-movements
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
985 允许 MPlayer 接受指针事件来自视频输出驱动(目前仅支持 X11 衍生型)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
986 必须选择 DVD 菜单中的按钮。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
987 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
988 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
989 .B \-noconsolecontrols
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
990 阻止 MPlayer 读取标准输入的键盘事件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
991 读取标准输入的数据时有用。命令行中发现 \- 会自动启用。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
992 会遇到不得不手动设置的情形, 比如你
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
993 打开 /dev/\:stdin (或者你系统中等价的设备), 在播放列表中使用 stdin
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
994 或者意欲以后通过 slave 命令的 loadfile 或 loadlist 从 stdin 读取。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
995 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
996 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
997 .B \-nojoystick
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
998 关闭支持操纵杆。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
999 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1000 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1001 .B \-nolirc
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1002 关闭支持 LIRC。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1003 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1004 .TP
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1005 .B \-noar
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1006 关闭对于苹果 IR 遥控器的支持。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1007 .
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1008 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1009 .B \-nomouseinput
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1010 停用鼠标键 按/\:放 输入 (mozplayerxp 的上下文菜单依赖此选项)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1011 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1012 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1013 .B \-rtc (仅适用 RTC)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1014 打开使用 Linux 的 RTC (实时钟 \- /dev/\:rtc) 作为计时机制。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1015 唤醒过程每 1/1024 秒核查当前时间。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1016 除非现代 Linux 内核配置为桌面应用, 因为当使用正常的定时睡眠时,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1017 已唤醒相似精度的过程。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1018 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1019 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1020 .B \-playing\-msg <字符串>
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1021 开始回放前打印出字符串。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1022 支持以下的扩展:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1023 .RSs
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1024 .IPs ${NAME}
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1025 扩展为属性 NAME 的值。
25522
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
1026 .IPs ?(NAME:TEXT)
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
1027 仅当属性 NAME 可用时扩展 TEXT(文字)。
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
1028 .IPs ?(!NAME:TEXT)
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
1029 仅当属性 NAME 不可用时扩展 TEXT(文字)。
f427bb6d868e sync w/r25529, patch by JRaSH: jrash06 A 163 P com
gpoirier
parents: 25405
diff changeset
1030 Expand TEXT only if the property NAME is not available.
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1031 .RE
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1032 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1033 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1034 .B \-playlist <文件名>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1035 根据播放列表播放文件(ASX, Winamp, SMIL, 或者
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1036 one-file-per-line(每行一个文件) 格式)。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1037 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1038 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1039 此选项作为条目仅应用于播放列表的元素以后, 会找到选项。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1040 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1041 FIXME: 需要彻底理清并建立文档。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1042 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1043 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1044 .B \-rtc\-device <设备>
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1045 为 RTC 计时使用指定的设备。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1046 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1047 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1048 .B \-shuffle
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1049 以随机顺序播放文件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1050 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1051 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1052 .B \-skin <名> (仅用于 GUI)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1053 从默认皮肤目录
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1054 /usr/\:local/\:share/\:mplayer/\:skins/\: 或 ~/.mplayer/\:skins/
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1055 下的, 作为参数的给定目录中装载皮肤。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1056 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1057 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1058 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1059 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1060 .IPs "\-skin fittyfene"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1061 尝试 /usr/\:local/\:share/\:mplayer/\:skins/\:fittyfene
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1062 然后是 ~/.mplayer/\:skins/\:fittyfene。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1063 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1064 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1065 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1066 .TP
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1067 .B \-slave (也请参见 \-input)
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1068 切换到 slave 模式, MPlayer 为其他程序在后台运行。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1069 MPlayer 从标准输入读取以新行 (\\n) 分隔开的命令行,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1070 而不再截获键盘事件。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1071 .br
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1072 .I 注意:
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1073 请参见 \-input cmdlist 的命令列表和 DOCS/tech/slave.txt 中的描述。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1074 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1075 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1076 .B \-softsleep
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1077 通过不断核查当前时间来测定帧的时间,
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1078 而不是请求内核在适当的时刻唤醒 MPlayer。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1079 对于内核计时器精度不高且不能使用 RTC 时有用, 代价是较高的 CPU 消耗。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1080 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1081 .TP
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1082 .B \-sstep <数>
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1083 每帧后跳过 <数> 秒。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1084 影片的正常帧率仍被保留, 所以回放加速了。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1085 既然 MPlayer 仅能搜寻到下一个 keyframe, 加速过程可能不精准。
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1086 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1087 .
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1088 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1089 .SH "分离器/媒体流选项"
20430
533fa77dfe28 Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
gpoirier
parents: 20391
diff changeset
1090 .
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1091 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1092 .B \-a52drc <级别>
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1093 选择 AC-3 音频流的动态范围压缩(DRC)级别。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1094 <级别> 是 0 到 1 的浮点数, 其中 0 表示无压缩,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1095 (默认值) 1 表示全压缩 (使得响亮的通路更安静或相反)。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1096 此选项仅当 AC-3 流包含所需范围的压缩信息时显示效果。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1097 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1098 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1099 .B \-aid <标识> (也请参见 \-alang)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1100 选择音频频道 (MPEG: 0\-31, AVI/\:OGM: 1\-99, ASF/\:RM: 0\-127,
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1101 VOB(AC-3): 128\-159, VOB(LPCM): 160\-191, MPEG-TS 17\-8190)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1102 MPlayer 在 verbose (\-v) 模式下会打印可用的音频标识。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1103 当播放 MPEG-TS 流时, MPlayer/\:MEncoder 用第一个程序
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1104 播放已选择的(如果有的话)音频流。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1105 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1106 .TP
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1107 .B \-alang <语言代号[,语言代号,...]> (也请参见 \-aid)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
1108 指定使用音频语言的优先级列表。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1109 不同的容器格式使用不同的语言代号。DVDs 使用 ISO 639\-1 的
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1110 两字符语言代号, Matroska、MPEG-TS 和 NUT 使用 ISO 639\-2 的
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1111 三字符语言代号, 而 OGM 使用任意格式标识符。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1112 MPlayer 在 verbose (\-v) 模式下会打印可用的语言。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1113 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1114 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1115 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1116 .RSs
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1117 .IPs "mplayer dvd://1 \-alang hu,en"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1118 选择 DVD 上的匈牙利语音轨播放而英语在没有匈牙利语时备用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1119 .IPs "mplayer \-alang jpn example.mkv"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1120 播放日语 Matroska 文件。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1121 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1122 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1123 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1124 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1125 .B \-audio\-demuxer <[+]名称> (仅用于 \-audiofile)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1126 锁定用于 \-audiofile 的音频分路器类型。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1127 在名称前使用 "+" 锁定类型, 跳过某些核查!
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1128 按照 \-audio\-demuxer help 打印出来的指定分路器类型。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1129 为了向后兼容, 也接受定义在 libmpdemux/\:demuxer.h 的分路器标识。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1130 \-audio\-demuxer audio 或 \-audio\-demuxer 17 锁定 MP3。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1131 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1132 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1133 .B \-audiofile <文件名>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1134 在看电影时播放外部音频文件(WAV, MP3 或 Ogg Vorbis)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1135 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1136 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1137 .B \-audiofile\-cache <千字节>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1138 对 \-audiofile 的文件流启用缓存, 使用指定大小的内存。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1139 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1140 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1141 .B \-reuse\-socket (仅适用于udp://)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1142 允许SOCKET在关闭后立即被其它进程重新利用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1143 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1144 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1145 .B \-bandwidth <参数值> (仅适用于网络)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1146 指定网络流的最大带宽(用于服务器可以以不同带宽传送内容的情况)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1147 当你以慢速连接观看现场流媒体时有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1148 对于 Real RTSP 流, 也用来设置最大的传送带宽
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1149 以容许较快的缓存填充和流转储。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1150 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1151 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1152 .B \-cache <千字节>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1153 此选项指定用多少内存(以 kBytes 为单位)作为播放文件或 URL 的预缓冲。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1154 对速度慢的媒体特别有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1155 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1156 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1157 .B \-nocache
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1158 关闭缓冲。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1159 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1160 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1161 .B \-cache\-min <百分数>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1162 当缓冲填充到总数的 <百分数> 时开始回放。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1163 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1164 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1165 .B \-cache\-seek\-min <百分数>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1166 如果查寻到的位置处于从当前位置算起的缓存大小的 <百分数> 之内,
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1167 MPlayer 等待填充缓存到此位置而不是执行流查寻(默认是: 50)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1168 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1169 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1170 .B \-cdda <选项1:选项2> (仅适用于 CDDA)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1171 此选项用来调整 MPlayer 的 CD 音频读取特性。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1172 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1173 可用选项有:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1174 .RSs
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1175 .IPs speed=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1176 设定 CD 转速。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1177 .IPs paranoia=<0\-2>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1178 设定谨慎级别。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1179 0 以外的值可能会打断除了第一个音轨的任何回放。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1180 .RSss
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1181 0: 关闭检测 (默认)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1182 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1183 1: 只进行重叠检测
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1184 .br
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1185 2: 完全数据修正和校检
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1186 .REss
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1187 .IPs generic-dev=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1188 使用指定的通用 SCSI 设备。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1189 .IPs sector-size=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1190 单位读取量。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1191 .IPs overlap=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1192 锁定校检时的最小重叠搜索为 <参数值> 个扇区。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1193 .IPs toc-bias
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1194 假定 TOC 报告中第1音轨的起始偏移量为 LBA 0。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1195 有些东芝光驱需要这样来修正音轨边界。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1196 .IPs toc-offset=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1197 报告音轨时在扇区数上再加上 <参数值> 个扇区。可能是负数。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1198 .IPs (no)skip
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1199 (不)接受不完整的数据重建。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1200 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1201 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1202 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1203 .B \-cdrom\-device <设备路径>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1204 指定 CD-ROM 设备 (默认是: /dev/\:cdrom)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1205 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1206 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1207 .B \-channels <数字> (也请参见 \-af channels)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1208 请求播放的声道数 (默认是: 2)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1209 MPlayer 要求解码器把音频解码到指定数量的声道。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1210 然后由解码器来实现这个要求。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1211 此选项通常只有在播放带 AC-3 音频(比如 DVD)的视频时才显得重要。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1212 在那时默认使用 liba52 解码并把音频正确地混合到需要的声道数。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1213 为了直接控制输出声道数独立于解码声道数, 使用声道过滤器。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1214 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1215 .I 注意:
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1216 此选项可以被解码器(仅适用于 AC-3), 过滤镜(环绕立体声), 和音频
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1217 输出驱动(至少 OSS 可以)接受。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1218 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1219 可用选项有:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1220 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1221 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1222 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1223 .IPs 2
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1224 立体声
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1225 .IPs 4
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1226 环绕立体声
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1227 .IPs 6
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1228 5.1 立体声
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1229 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1230 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1231 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1232 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1233 .B \-chapter <场景标识>[\-<末尾场景标识>] (仅适用于 dvd:// 和 dvdnav://)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1234 指定从哪个场景开始播放。也可以指定在哪个场景结束播放 (默认值为: 1)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1235 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1236 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1237 .B \-cookies (仅适用于网络)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1238 HTTP 请求时发送 cookies。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1239 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1240 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1241 .B \-cookies\-file <文件名> (仅适用于网络)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1242 从 <文件名> 中读取 HTTP cookies (默认是: ~/.mozilla/ 和 ~/.netscape/)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1243 而跳过从默认位置读取。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1244 假定文件是 Netscape 格式。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1245 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1246 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1247 .B \-delay <数>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1248 音频延迟数秒 (正或负的浮点数)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1249 .br
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1250 负值延迟音频,而正值延迟视频。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1251 注意这与MEncoder的\-audio\-delay选项正好相反。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1252 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1253 .I 注意:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1254 当和 MEncoder 一起用时, 并不保证能与 \-ovc copy 一起工作正常;
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1255 请使用 \-audio\-delay。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1256 .
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1257 .TP
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1258 .B \-ignore\-start
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1259 忽略 AVI 文件中指定的流开始时间。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1260 对于 MPlayer, 用 \-audio\-delay 选项编码的文件废除了流延迟。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1261 在编码时期, 此选项防止 MEncoder 转送原流的开始时间到新的文件;
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1262 但是 \-audio\-delay 选项并不受影响。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1263 注意 MEncoder 有时会自动调整流开始时间以补偿预期的解码延迟,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1264 所以没有测试之前不要使用此选项进行编码。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1265 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1266 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1267 .B \-demuxer <[+]类型名>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1268 锁定分路器类型。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1269 在名称前使用 "+" 锁定类型, 跳过某些核查!
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1270 按照 \-demuxer help 打印出来的指定分路器类型。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1271 为了向后兼容, 也接受定义在 libmpdemux/\:demuxer.h 的分路器标识。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1272 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1273 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1274 .B \-dumpaudio (仅用于 MPlayer)
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1275 转储原始的音频压缩流到 ./stream.dump (用于 MPEG/\:AC-3,
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1276 对大多数其它情形, 转储的文件不可播放)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1277 如果你在命令行中指定多于其中 \-dumpaudio, \-dumpvideo, \-dumpstream
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1278 的一个, 只有最后一个生效。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1279 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1280 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1281 .B \-dumpfile <文件名> (仅用于 MPlayer)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1282 指定 MPlayer 应该转储到的文件。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1283 应该与 \-dumpaudio / \-dumpvideo / \-dumpstream 一起使用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1284 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1285 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1286 .B \-dumpstream (仅用于 MPlayer)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1287 转储原始流到 ./stream.dump。
20520
edc3c020fa8d misc fixes by Sheldon Jin (jinsh2 yahoo com)
diego
parents: 20481
diff changeset
1288 从 DVD 或网络上抓取的时候有用。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1289 如果你在命令行中指定多于其中 \-dumpaudio, \-dumpvideo, \-dumpstream
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1290 的一个, 只有最后一个生效。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1291 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1292 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1293 .B \-dumpvideo (仅用于 MPlayer)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1294 转储原始流到 ./stream.dump (不是十分有用)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1295 如果你在命令行中指定多于其中 \-dumpaudio, \-dumpvideo, \-dumpstream
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1296 的一个, 只有最后一个生效。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1297 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1298 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1299 .B \-dvbin <选项> (仅用于 DVB)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
1300 为了替代默认的值, 把下面的参数传递给 DVB 输入模块:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1301 .sp 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1302 .PD 0
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1303 .RSs
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1304 .IPs card=<1\-4>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1305 指定使用卡号 1\-4 (默认是: 1).
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1306 .IPs file=<文件名>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1307 指示 MPlayer 从频道中读取 <文件名>。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1308 默认是 ~/.mplayer/\:channels.conf.{sat,ter,cbl,atsc} (基于卡的类型)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1309 或者最后于求助 ~/.mplayer/\:channels.conf。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1310 .IPs timeout=<1\-30>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1311 放弃试图调谐的最大等候秒数(默认是: 30)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1312 .RE
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1313 .PD 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1314 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1315 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1316 .B \-dvd\-device <设备路径> (仅用于 DVD)
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
1317 指定 DVD 设备或 .iso 文件名(默认是: /dev/\:dvd)。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
1318 你也可以指定目录, 其中包含以前直接从 DVD 拷贝(比如用 vobcopy)的文件。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1319 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1320 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1321 .B \-dvd\-speed <以KB/s为单位的因数或速度值> (仅适用于DVD)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1322 尝试限制DVD的传输速度(默认值:0,代表不作更改)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1323 DVD的基础速率约为1350KB/s,所以一台8倍速的驱动器能以最高10800KB/s的速度读取
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1324 数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1325 较低的速度使驱动器工作得更安静,对于观看DVD片来说,2700KB/s应该是足够安静且快速
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1326 了。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1327 MPlayer在关闭时将驱动器的速度重置至默认值。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1328 数值如果小于100则表示1350KB/s的倍数,例如\-dvd\-speed 8表示选择10800KB/s。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1329 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1330 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1331 你需要用DVD设备的写权限以更改传输速度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1332 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1333 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1334 .B \-dvdangle <视角标识> (仅用于 DVD)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1335 有些 DVD 碟片中的场景可以从多个视角观看。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1336 这里你可以告诉 MPlayer 使用哪个视角(默认是: 1)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1337 .
20520
edc3c020fa8d misc fixes by Sheldon Jin (jinsh2 yahoo com)
diego
parents: 20481
diff changeset
1338 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1339 .B \-edl <文件名>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1340 回放时启用编辑决定列表(EDL)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1341 根据给定文件的条目视频被跳过, 而音频或静音或不静音。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1342 如何使用详情请参见 http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1343 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1344 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1345 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (也请参见 \-ss 和 \-sb)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1346 停止在给定的时间或字节位置。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1347 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1348 .I 注意:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1349 字节位置仅为了 MEncoder 而启用但不精确, 因为它只会停在帧的边缘。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1350 当与 \-ss 选项组合使用时, \-endpos 的时间会向前移动 \-ss 指定的秒数。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1351 .sp 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1352 .I 示例:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1353 .PD 0
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1354 .RSs
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1355 .IPs "\-endpos 56"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1356 56 秒后停止。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1357 .IPs "\-endpos 01:10:00"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1358 1 小时 10 分后停止。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1359 .IPs "\-ss 10 \-endpos 56"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1360 1 分 6 秒后停止。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1361 .IPs "\-endpos 100mb"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1362 只编码 100 MB。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1363 .RE
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1364 .PD 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1365 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1366 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1367 .B \-forceidx
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1368 强制索引重建。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
1369 对索引受损的文件(A/V 不同步等等)有用。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1370 这使得不可能搜索的文件启用搜索。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1371 你能使用 MEncoder 永久性地修复索引 (请参见文档)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1372 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1373 .I 注意:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
1374 此选项仅对原本支持搜索的媒体有效 (即不能是: 标准输入, 管道, 等)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1375 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1376 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1377 .B \-fps <浮点数>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
1378 重载帧速率。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1379 如果原先的值是错误的或缺少的有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1380 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1381 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1382 .B \-frames <参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1383 只播放/\:转换前<参数值>帧, 然后退出。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1384 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1385 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1386 .B \-hr\-mp3\-seek (仅用于 MP3)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1387 高精度 MP3 搜索。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1388 播放外部 MP3 文件时启用,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1389 因为我们需要搜索到非常精确的位置来保持 A/V 同步。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1390 这种方法在后退搜索时尤其慢, 因为需要绕回到开头来寻找准确的帧位置。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1391 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1392 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1393 .B \-idx (也请参见 \-forceidx)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1394 在没有找到索引的情况下重建文件的索引, 从而允许搜索。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1395 对于损坏的/\:不完整的下载, 或制作低劣的文件有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1396 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1397 .I 注意:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
1398 此选项仅对原本支持搜索的媒体有效 (即不能是: 标准输入, 管道, 等)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1399 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1400 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1401 .B \-noidx
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1402 跳过重建索引文件的步骤。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1403 MEncoder在此选项下跳过写入索引的步骤。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1404 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1405 .B \-ipv4\-only\-proxy (仅适用于网络)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1406 对于 IPv6 地址跳过代理服务器。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1407 仍然用于 IPv4 连接。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1408 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1409 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1410 .B \-loadidx <索引文件>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1411 从 \-saveidx 保存的此文件中, 读取视频索引数据。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1412 索引用于搜索, 过载其它任何包含在 AVI 本身的索引。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1413 MPlayer 不阻止你装载产生于不同 AVI 的索引文件,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1414 但是的确会导致不利的结果。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1415 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1416 .I 注意:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1417 既然 MPlayer 现在支持 OpenDML, 此选项已废弃。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1418 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1419 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1420 .B \-mc <每帧秒数>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1421 每帧的最大 A-V 同步修正(以秒为单位)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1422 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1423 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1424 .B \-mf <选项1:选项2:...>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1425 用来从多个 PNG 或 JPEG 文件中解码。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1426 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1427 可用选项有:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1428 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1429 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1430 .RSs
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1431 .IPs w=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1432 输入文件的宽度 (默认是: 自动检测)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1433 .IPs h=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1434 输入文件的高度 (默认是: 自动检测)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1435 .IPs fps=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1436 输出的帧率 (默认是: 25)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1437 .IPs type=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1438 输入文件的类型 (可用类型是: jpeg, png, tga, sgi)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1439 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1440 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1441 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1442 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1443 .B \-ni (仅用于 AVI)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1444 锁定使用非交错的 AVI 分析器(修复某些质量差的 AVI 文件的播放)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1445 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1446 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1447 .B \-nobps (仅用于 AVI)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1448 不使用平均比特率值来维持 A-V 同步。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1449 对某些文件头损坏的 AVI 文件有帮助。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1450 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1451 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1452 .B \-noextbased
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1453 停用基于后缀名的分路器选择机制。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1454 默认情况下, 当文件类型(分路器)无法可靠检测时
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1455 (文件没有头部或者不够可靠), 使用文件后缀名来选择分路器。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1456 基于内容的分路器总是可作为备用的。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1457 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1458 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1459 .B \-passwd <密码> (也请参见\-user 选项) (仅适用于网络)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1460 设置 http 认证密码.
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1461 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1462 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1463 .B \-prefer\-ipv4 (仅适用于网络)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1464 使用 IPv4 网络连接。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1465 IPv6 自动地作为备用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1466 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1467 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1468 .B \-prefer\-ipv6 (仅适用于 IPv6 网络)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1469 使用 IPv6 网络连接。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1470 IPv4 自动地作为备用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1471 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1472 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1473 .B \-psprobe <字节所在位置>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1474 当播放 MPEG-PS 或 MPEG-PES 流时,此选项让你设定你希望 MPlayer 查看多少字节以确认
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1475 所要使用的视频编/解码器。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
1476 在播放含有 H.264 流的 EVO 或 VDR 文件时需要此选项。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1477 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1478 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1479 .B \-pvr <选项1:选项2:...> (仅适用于 PVR)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1480 此选项调谐 PVR 捕捉模块的各种编码属性。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1481 不得不与基于硬件 MPEG 编码器 V4L2 驱动支持的卡一起使用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1482 Hauppauge WinTV PVR\-150/250/350/500 和所有基于 IVTV 的卡
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1483 是众所周知的 PVR 捕捉卡。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1484 小心只有 Linux 2.6.18 及以上的内核能通过 V4L2 层处理 MPEG 流。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1485 对于 MPEG 流硬件捕捉卡并使用 MPlayer/MEncoder 来观看电影的,
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1486 使用 "pvr://" 作为 URL 地址。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1487 .sp 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1488 可用选项有:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1489 .RSs
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1490 .IPs aspect=<0\-3>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1491 指定宽高比:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1492 .RSss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1493 0: 1:1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1494 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1495 1: 4:3 (默认)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1496 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1497 2: 16:9
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1498 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1499 3: 2.21:1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1500 .REss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1501 .IPs arate=<32000\-48000>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1502 指定编码音频率(encoding audio rate) (默认是: 48000 Hz, 可用的有: 32000,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1503 44100 和 48000 Hz)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1504 .IPs alayer=<1\-3>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1505 指定编码 MPEG 音频层 (默认是: 2)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1506 .IPs abitrate=<32\-448>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1507 指定音频编码比特率(以 kbps 为单位) (默认是: 384)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1508 .IPs amode=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1509 指定音频编码模式。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1510 可用的预设值是 "stereo", "joint_stereo", "dual" 和 "mono" (默认是: stereo)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1511 .IPs vbitrate=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1512 指定平均编码视频比特率(以 Mbps 为单位) (默认是: 6)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1513 .IPs vmode=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1514 指定视频编码模式:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1515 .RSss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1516 vbr: Variable BitRate (可变比特率) (默认)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1517 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1518 cbr: Constant BitRate (常量比特率)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1519 .REss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1520 .IPs vpeak=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1521 指定编码视频比特率峰值(以 Mbps 为单位)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1522 (只对 VBR 编码有用, 默认是: 9.6)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1523 .IPs fmt=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1524 选择进行编码的 MPEG 格式:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1525 .RSss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1526 ps: MPEG-2 Program Stream (MPEG-2 程序流) (默认)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1527 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1528 ts: MPEG-2 Transport Stream (MPEG-2 传输流)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1529 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1530 mpeg1: MPEG-1 System Stream (MPEG-1 系统流)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1531 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1532 vcd: Video CD compatible stream (VCD 可兼容流)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1533 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1534 svcd: Super Video CD compatible stream (SVCD 可兼容流)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1535 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1536 dvd: DVD compatible stream (DVD 可兼容流)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1537 .REss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1538 .RE
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1539 .PD 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1540 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1541 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1542 .B \-radio <选项1:选项2:...> (仅适用于收音)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1543 这些选项集用以设置收音捕捉模块的各种参数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1544 要用MPlayer收听电台使用‘radio://<频率>’(如果不提供频道选项)或
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1545 ‘radio://<频道号>’(如果提供频道选项)作为URL。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1546 你可以通过以‘-v’选项运行MPlayer查看允许的频率范围。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1547 若要启动捕捉子系统,则使用‘radio://<频率或频道>/capture’。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1548 如果不给出关键字capture,则你可以只使用输入线缆收听电台。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1549 由于同步问题,不推荐使用capture来收听电台,这会使效果不佳。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1550 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1551 可用选项有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1552 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1553 .IPs device=<值>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1554 所使用的收音设备(默认值:Linux下为/dev/radio0,而*BSD下为/dev/tuner0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1555 .IPs driver=<值>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1556 所使用的收音驱动(默认值:如果有则用v412,否则为v41)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1557 当前支持v41和v412驱动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1558 .IPs volume=<0..100>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1559 收音设备的音量(默认为100)
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1560 .IPs "freq_min=<值>(仅适用于*BSD BT848)"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1561 允许的最小频率(默认值:87.50)
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1562 .IPs "freq_max=<value>(仅适用于*BSD BT848)"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1563 允许的最大频率(默认值:108.00)
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
1564 .IPs
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
1565 channels=<频率>\-<名称>[=<常规值>],<频率>\-<名称>[=<常规值>],...
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1566 设置频道列表。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1567 在名称中用“_”代替空格(或使用引号)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1568 频道名字就会以OSD方式显示出来,而从命令radio_step_channel和radio_set_channel
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1569 对于遥控会很有用(参见LIRC)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1570 如果给出,则URL中的数字将作为频道列表中的频道位置编号。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1571 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1572 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1573 radio://1, radio://104.4, radio_set_channel 1
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1574 .IPs "adevice=<值>(仅用于录制无线电广播时)"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1575 作为所捕捉声音来源的设备的名字
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1576 没有这样的名字将禁用捕捉功能,即便URL中出现capture关键字。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1577 如果设备名中含有一个‘=’,则模块将使用ALSA来捕捉,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1578 否则用OSS。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1579 .IPs "arate=<参数值>(仅用于录制无线电广播时)"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1580 以每秒采样数为单位的频率值(默认值:44100)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1581 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1582 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1583 当使用音频捕捉时,也将\-rawaudio rate=<数值>选项设置为arate中一样的值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1584 如果你存在声音播放速度的问题(播放太快),尝试以不同的速率值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1585 (例如4800,44100,32000……)播放 。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1586 .IPs "achannels=<参数值>(仅用于录制无线电广播时)"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1587 捕捉声音的声道数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1588 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1589 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1590 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1591 .B \-rawaudio <选项1:选项2:...>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1592 此选项可让你播放原始音频文件。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1593 你也不得不使用 \-demuxer rawaudio。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1594 也可以用来播放不是 44kHz 16-位 立体声的音频 CD。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1595 播放原始 AC-3 流请使用 \-rawaudio format=0x2000 \-demuxer rawaudio。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1596 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1597 可用选项有:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1598 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1599 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1600 .RSs
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1601 .IPs channels=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1602 声道数
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1603 .IPs rate=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1604 每秒采样率
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1605 .IPs samplesize=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1606 样本大小(以字节为单位)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1607 .IPs bitrate=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1608 原始音频文件的比特率
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1609 .IPs format=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1610 16-进制的 fourcc
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1611 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1612 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1613 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1614 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1615 .B \-rawvideo <选项1:选项2:...>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1616 此选项可让你播放原始视频文件。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1617 你也不得不使用 \-demuxer rawvideo。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1618 .sp 1
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1619 可用的选项有:
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1620 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1621 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1622 .RSs
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1623 .IPs fps=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1624 每秒帧(速)率 (默认是: 25.0)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1625 .IPs sqcif|qcif|cif|4cif|pal|ntsc
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1626 设置标准的图像大小
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1627 .IPs w=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1628 图像宽(以像素为单位)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1629 .IPs h=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1630 图像高(以像素为单位)
14166
c7822e66c36f y420 vs i420 typo
diego
parents: 12880
diff changeset
1631 .IPs i420|yv12|yuy2|y8
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1632 设置色彩空间
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1633 .IPs format=<参数值>
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1634 16-进制或字符串常量形式的色彩空间值(fourcc)
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1635 使用\-rawvideo format=help以获取可用字符串的列表。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1636 .IPs size=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1637 帧大小(以字节为单位)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1638 .REss
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1639 .sp 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1640 .RS
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1641 .I 示例:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1642 .RE
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1643 .PD 0
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1644 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1645 .IPs "mplayer foreman.qcif \-demuxer rawvideo \-rawvideo qcif"
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1646 播放著名的 "foreman" 视频样本。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1647 .IPs "mplayer sample-720x576.yuv \-demuxer rawvideo \-rawvideo w=720:h=576"
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1648 播放原始 YUV 样本。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1649 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1650 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1651 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1652 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1653 .B \-rtsp\-port
20520
edc3c020fa8d misc fixes by Sheldon Jin (jinsh2 yahoo com)
diego
parents: 20481
diff changeset
1654 与 "rtsp://" 的 URL 地址一起用来锁定客户端的端口号。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1655 如果你在路由器后面, 想把 RTSP 流从服务器转到指定客户端, 此选项可能有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1656 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1657 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1658 .B \-rtsp\-destination
20520
edc3c020fa8d misc fixes by Sheldon Jin (jinsh2 yahoo com)
diego
parents: 20481
diff changeset
1659 与 "rtsp://" 的 URL 地址一起用来强制目标绑定 IP 地址。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1660 对某些 RTSP 服务器不能把 RTP 包送到正确的接口, 此选项可能有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1661 如果连接 RTSP 服务器失败, 使用 \-v 看看 MPlayer 试图绑定到
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1662 哪个 IP 地址, 然后试试用它强制分配到你的计算机。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1663 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1664 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1665 .B \-rtsp\-stream\-over\-tcp(仅用于 LIVE555 和 NEMESI)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1666 与 "rtsp://" 的 URL 地址一起用来指定让 RTP 和 RTCP 进入包流过 TCP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1667 (使用与 RTSP 相同的 TCP 连接)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1668 如果你的破 internet 连接不传递 UDP 进入包, 此选项可能有用
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1669 (参见 http://www.live555.com/\:mplayer/)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1670 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1671 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1672 .B \-saveidx <文件名>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1673 强制重建索引并转储到 <文件名>。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1674 目前只对 AVI 文件有效。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1675 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1676 .I 注意:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1677 既然 MPlayer 现在支持 OpenDML, 此选项已废弃。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1678 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1679 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1680 .B \-sb <比特位置> (也请参见 \-ss)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1681 搜索到比特位置。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1682 回放开始部分是垃圾的 CD-ROM 镜像或 VOB 文件时有用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1683 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1684 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1685 .B \-speed <0.01\-100>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1686 根据给定的参数因子, 减慢或加快回放速度。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1687 并不保证能与 \-oac copy 一起工作正常。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1688 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1689 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1690 .B \-srate <Hz>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1691 选择输出的取样率(当然声卡对此有限制)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1692 如果选择的样本频率与当前的媒体有差异, 会在音频过滤层中插入
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1693 音频过滤器 resample(重采样) 或 lavcresample 来补偿此差异。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1694 重采样的类型由 \-af\-adv 选项控制。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1695 默认的是快速重采样, 可能会引起失真。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1696 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1697 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1698 .B \-ss <时间> (也请参见 \-sb)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1699 搜索到给定的时间位置。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1700 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1701 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1702 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1703 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1704 .IPs "\-ss 56"
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1705 搜索到 56 秒处。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1706 .IPs "\-ss 01:10:00"
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1707 搜索到 1 小时 10 分钟处。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1708 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1709 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1710 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1711 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1712 .B \-tskeepbroken
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1713 告诉 MPlayer 不要丢弃流中报告损坏的 TS 包。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1714 有时需要播放窜改了的 MPEG-TS 文件。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1715 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1716 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1717 .B \-tsprobe <字节位置>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1718 播放 MPEG-TS 流时, 此选项让你指定流中多少字节给 MPlayer 搜索
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1719 你所要的音频和视频的标识。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1720 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1721 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1722 .B \-tsprog <1\-65534>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1723 播放 MPEG-TS 流时, 你可以用此选项指定你想运行的程序(如果知道的话)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1724 能和 \-vid 及 \-aid 一起使用。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1725 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1726 .TP
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1727 .B \-tv <选项1:选项2:...> (仅用于 TV/\:PVR)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1728 此选项会调谐 TV 捕捉模块的各种属性。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1729 为了用 MPlayer 收看 TV, 使用 "tv://" 或 "tv://<频道号>"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1730 甚至用 "tv://<频道名>" (参见下面的频道选项) 作为 URL 地址。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1731 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1732 可用选项有:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1733 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1734 .IPs noaudio
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1735 没有声音
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1736 .IPs "automute=<0\-255>(仅适用于v4l和v4l2)"
23467
720aa593e920 Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
kraymer
parents: 23390
diff changeset
1737 如果设备报告的信号强度小于这个值,那么音频和视频将静音。
720aa593e920 Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
kraymer
parents: 23390
diff changeset
1738 大多数情况下automute=100就足够用了。
720aa593e920 Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
kraymer
parents: 23390
diff changeset
1739 默认值为0(禁用automute)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1740 .IPs driver=<参数值>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1741 参见\-tv driver=help以获取内置TV输入驱动的列表。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1742 可用参数: dummy, v4l, bsdbt848(默认值:自动侦测)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1743 .IPs device=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1744 指定 TV 设备 (默认是: /dev/\:video0)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1745 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1746 对于bsdbt848驱动,你可以同时给出bktr和调谐设备的名称,使用逗号分隔两
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1747 者,其中调谐器在bktr之后(例如:-tv device=/dev/bktr1,/dev/tuner1)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1748 .IPs input=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
1749 指定输入 (默认是: 0 (TV), 参见控制台输出的可用输入列表)。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1750 .IPs freq=<参数值>
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1751 指定调谐器的频率(例如: 511.250)。
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1752 与频道参数不兼容.
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1753 .IPs outfmt=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1754 指定调谐器的输出格式, 用 V4L 驱动支持的预设置(yv12, rgb32, rgb24,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1755 rgb16, rgb15, uyvy, yuy2, i420) 或者一个以 16-进制值给定的武断的格式。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1756 试试用 outfmt=help 察看可用的所有格式的列表。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1757 .IPs width=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1758 输出窗口的宽度
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1759 .IPs height=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1760 输出窗口的高度
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1761 .IPs fps=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1762 捕捉视频的帧速率(帧每秒)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1763 .IPs buffersize=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1764 捕捉缓冲区的最大尺寸(以兆为单位) (默认值: 动态)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1765 .IPs norm=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1766 bsdbt848 和 v4l 可用的参数: PAL, SECAM, NTSC。对于 v4l2,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1767 参见控制台输出的所有可用制式列表, 也请参看下面的 normid 选项。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1768 .IPs "normid=<参数值> (仅用于 v4l2)"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1769 设置 TV 制式 为给定的数字标识。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1770 TV 制式取决于捕捉卡。参见控制台输出的可用 TV 制式列表。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1771 .IPs channel=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1772 设置调谐器到 <参数值> 频道.
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1773 .IPs chanlist=<参数值>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1774 可用参数: europe-east, europe-west, us-bcast, us-cable, 等等
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1775 .IPs channels=<频道>\-<名称>,<频道>\-<名称>,...
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1776 设置频道的名称。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1777 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1778 如果<频道>是一个大于1000的整数,它将被看作是频率(以kHz为单位)而不是频率表中的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1779 频道名。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1780 .br
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1781 名称中使用 _ 代替空格(或使用引号 ;-))。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1782 OSD 会显示频道名称, slave 命令 tv_step_channel, tv_set_channel 及
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1783 tv_last_channel 会有用于遥控(参见 LIRC)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1784 与频率参数不兼容。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1785 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1786 .I 注意:
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1787 频道号就将是 "频道" 列表上从1开始计数的位置。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1788 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1789 .I 示例:
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1790 tv://1, tv://TV1, tv_set_channel 1, tv_set_channel TV1
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1791 .IPs [brightness|contrast|hue|saturation]=<\-100\-100>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1792 设置显卡的色彩均衡器。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1793 .IPs audiorate=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1794 设置音频捕捉比特率。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1795 .IPs forceaudio
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1796 即使 v4l 报告没有音频源也捕捉音频。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1797 .IPs "alsa\ "
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1798 从 ALSA 捕捉。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1799 .IPs amode=<0\-3>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1800 选择音频模式:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1801 .RSss
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1802 0: 单声道
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1803 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1804 1: 立体声
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1805 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1806 2: 语言 1
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1807 .br
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1808 3: 语言 2
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1809 .REss
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1810 .IPs forcechan=<1\-2>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1811 默认情况下, 音频声道数计数由电视卡查询音频模式自动决定。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1812 此选项允许锁定立体声/\:单声道记录而不管 amode 选项和 v4l 返回的参数。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1813 在电视卡不能报告正确的当前音频模式的时候可以用此选项解决麻烦。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1814 .IPs adevice=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1815 设置音频设备。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1816 <参数值> 必须是 /dev/\:xxx 用于 OSS 而硬件标识用于 ALSA。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
1817 硬件标识用于 ALSA 时, 你务必要用 "." 代替 ":"。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1818 .IPs audioid=<参数值>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1819 选择捕捉卡的音频输出, 如果它有不止一个的话。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1820 .IPs "[volume|bass|treble|balance]=<0\-65535> (v4l1)"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1821 .IPs "[volume|bass|treble|balance]=<0\-100> (v4l2)"
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1822 这些选项用来设置视频捕捉卡上的混音器参数。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1823 如果你的卡没有混音器, 它们将没有效果。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1824 对于 v4l2 50 根据驱动器的报告影射到控制器上的默认值。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1825 .IPs "gain=<0\-100>(仅用于v4l2)"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1826 将视频设备(通常是网络摄像头)的增益控制设置为所要的值,并且关闭自动控制模式。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1827 值为 0 启用自动控制模式。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1828 如果忽略这个选项,将不修改增益控制模式。
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1829 .IPs immediatemode=<布尔值>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1830 参数值为 0 表示同时捕捉和缓冲音频和视频 (MEncoder 的默认值)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1831 参数值为 1 (MPlayer 的默认值)表示只捕捉视频
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1832 而让音频通过环路电缆由电视卡输入声卡。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1833 .IPs mjpeg
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1834 使用硬件 MJPEG 压缩(如果芯片支持的话)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1835 使用此选项时, 你不需要指定输出窗口的宽和高,
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1836 因为 MPlayer 会根据 decimation 参数(见下面)自动确定。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1837 .IPs decimation=<1|2|4>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1838 选择硬件 MJPEG 压缩的图像尺寸:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1839 .RSss
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1840 1: 全尺寸
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1841 704x576 PAL
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1842 704x480 NTSC
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1843 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1844 2: 中等尺寸
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1845 352x288 PAL
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1846 352x240 NTSC
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1847 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1848 4: 小尺寸
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1849 176x144 PAL
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1850 176x120 NTSC
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1851 .REss
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1852 .IPs quality=<0\-100>
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1853 选择 JPEG 压缩的质量(全尺寸推荐值 < 60)。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1854 .IPs tdevice=<值>
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1855 指定电视字幕设备(示例:/dev/\:vbi0)(默认值:无设备)。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1856 .IPs tformat=<格式>
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1857 指定电视字幕的显示格式(默认值:0):
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1858 .RSss
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1859 0:不透明
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1860 .br
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1861 1:透明
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1862 .br
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1863 2:不透明且反色
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1864 .br
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1865 3:透明且反色
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
1866 .REss
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1867 .IPs tpage=<100\-899>
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1868 指定初始电视字幕的页面号(默认值:100)。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1869 .IPs tlang=<\-1\-127>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1870 设置默认电视字幕语言代码(默认值:0),该值将作为首选语言,直至收到一个类型 28 的数据
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1871 包。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1872 当电视字幕系统使用非拉丁字符集,但语言代码因为某些原因,并非通过类型 28 的数据包传输时
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1873 很有用。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1874 要查看支持的语言代码列表,则将该选项设为 \-1。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1875 .IPs "hidden_video_renderer(仅用于 dshow)"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1876 使用视频渲染器终止媒体流,而不是使用 Null 渲染器(默认值:关闭)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1877 当视频卡住但音频没有时会有用。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1878 .I 注意:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1879 可能在与 \-vo directx 和 \-vf crop 一起使用时无法生效。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1880 .IPs "hidden_vp_renderer(仅用于 dshow)"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1881 使用视频渲染器终止 VideoPort 端媒体流,而不是将其从流程图中移除(默认值:关闭)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1882 当你的视频有 VideoPort 端口,而视频有拖延时很有用。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1883 .I 注意:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1884 可能在与 \-vo directx 和 \-vf crop 一起使用时无法生效。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1885 .IPs "system_clock(仅用于 dshow)"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1886 使用系统时钟作为同步信号来源,而不是用默认的流程图中的时钟(通常是流程图中某个实时来源
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1887 的时钟)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1888 .IPs "normalize_audio_chunks(仅用于 dshow)"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1889 创建的音频数据块具有与视频帧相同的时间长度(默认值:关闭)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
1890 某些音频卡创建的音频数据块大小约为0.5秒,这导致使用 immediatemode=0 时视频拖延。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1891 .RE
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1892 .
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1893 .TP
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1894 .B \-tvscan <选项1:选项2:...>(仅用于电视播放及MPlayer中)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1895 设置电视频道扫描器。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1896 MPlayer将同时打印“-tv channels=”选项中的值,包括已有的以及刚找到的频道。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1897 .sp 1
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1898 可用子选项为:
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1899 .RSs
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1900 .IPs autostart
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1901 在启动后立即开始频道的扫描(默认值:禁用)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1902 .IPs period=<0.1\-2.0>
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1903 指定切换至下一个频道前延迟的时间,单位为秒(默认值:0.5)。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1904 较低的值将使扫描更快,但可能将无效的电视频道侦测为有效。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1905 .IPs threshold=<1\-100>
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1906 用于设备报告的信号强度的阈值(单位为百分比)(默认值:50)。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
1907 高于该值的信号强度将代表当前扫描的频道是有效的。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1908 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1909 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1910 .TP
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1911 .B \-user <用户名> (也请参见 \-passwd) (仅用于网络)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1912 指定 HTTP 认证的用户名。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1913 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1914 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1915 .B \-user\-agent <字符串>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1916 使用 <字符串> 作为 HTTP 流的用户代理。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1917 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1918 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1919 .B \-vid <标识>
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1920 选择视频频道 (MPG: 0\-15, ASF: 0\-255, MPEG-TS: 17\-8190)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1921 当播放 MPEG-TS 流时, MPlayer/\:MEncoder 用第一个程序
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1922 播放已选择的(如果有的话)视频流。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1923 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
1924 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1925 .B \-vivo <子选项> (调试代码)
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1926 锁定 VIVO 分路器的音频参数(用于调试)。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1927 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1928 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
1929 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1930 .SH "OSD/字幕选项"
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
1931 .I 注意:
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1932 也请参见 \-vf expand。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1933 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1934 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1935 .B \-ass (仅适用于 FreeType)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1936 打开 SSA/ASS 字幕提供。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1937 通过此选项, libass 将用于 SSA/ASS 外部字幕和 Matroska 轨迹。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1938 你可能也想使用 \-embeddedfonts。
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1939 .br
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1940 .I 注意:
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1941 当字体配置是预先编译进去的时,除非明确使用 \-nofontconfig 关闭该选项,
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1942 否则 \-ass 将打开 \-fontconfig。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1943 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1944 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1945 .B \-ass\-border\-color <参数值>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1946 为文字字幕设置边框 (轮廓) 颜色。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1947 颜色格式是 RRGGBBAA。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1948 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1949 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1950 .B \-ass\-bottom\-margin <参数值>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
1951 在帧底部添加黑条。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1952 SSA/ASS 提供器能在那里放置字幕 (与 \-ass\-use\-margins 组合用)。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1953 .
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1954 .TP
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1955 .B \-ass\-color <参数值>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1956 为文字字幕设置颜色。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1957 颜色格式是 RRGGBBAA。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1958 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1959 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1960 .B \-ass\-font\-scale <参数值>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1961 为 SSA/ASS 提供器中的字体设置比例系数。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1962 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1963 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1964 .B \-ass\-force\-style <[Style.]Param=参数值[,...]>
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
1965 改写一些样式或脚本信息的参数。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1966 .sp
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1967 .I 示例:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1968 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
1969 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1970 \-ass\-force\-style FontName=Arial,Default.Bold=1
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
1971 .br
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
1972 \-ass\-force\-style PlayResY=768
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1973 .RE
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1974 .PD 1
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1975 .
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1976 .TP
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
1977 .B \-ass\-hinting <类型>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1978 设置微调类型。
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1979 <类型> 可以是:
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1980 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1981 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1982 .IPs <类型>
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1983 .IPs 0
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1984 无微调。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1985 .IPs 1
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1986 FreeType自动微调器,轻量模式。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1987 .IPs 2
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1988 FreeType自动微调器,普通模式。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1989 .IPs 3
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1990 字体内置微调。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1991 .IPs 0\-3 + 4
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1992 相同,但微调只有当OSD以全屏方式显示而因此不会伸缩时才会使用。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1993 .RE
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
1994 .RSs
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1995 默认值为7(当OSD不伸缩时使用内置微调器,否则无微调)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1996 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1997 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1998 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
1999 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2000 .B \-ass\-line\-spacing <参数值>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2001 为 SSA/ASS 提供器设置行间隔。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2002 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2003 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2004 .B \-ass\-styles <文件名>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2005 装载指定文件中找到的所有 SSA/ASS 风格并在提供文字字幕时使用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2006 文件的语法完全像是 SSA/ASS 中的一节 [V4 Styles] / [V4+ Styles]。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2007 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2008 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2009 .B \-ass\-top\-margin <参数值>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2010 在帧顶部添加黑条。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2011 SSA/ASS 提供器能在那里放置字幕 (与 \-ass\-use\-margins 组合用)。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2012 .
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2013 .TP
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2014 .B \-ass\-use\-margins
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
2015 启用放置字幕(如果有的话)在黑框中。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2016 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2017 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2018 .B \-dumpjacosub (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2019 转换给定的(由 \-sub 选项指定的)字幕成为基于时间的 JACOsub 字幕格式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2020 在当前的目录中创建 dumpsub.js 文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2021 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2022 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2023 .B \-dumpmicrodvdsub (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2024 转换给定的(由 \-sub 选项指定的)字幕成为 MicroDVD 字幕格式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2025 在当前的目录中创建 dumpsub.sub 文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2026 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2027 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2028 .B \-dumpmpsub (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2029 转换给定的(由 \-sub 选项指定的)字幕成为 MPlayer 的字幕格式, MPsub。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2030 在当前的目录中创建 dumpsub.mpsub 文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2031 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2032 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2033 .B \-dumpsami (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2034 转换给定的(由 \-sub 选项指定的)字幕成为基于时间的 SAMI 字幕格式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2035 在当前的目录中创建 dumpsub.smi 文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2036 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2037 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2038 .B \-dumpsrtsub (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2039 转换给定的(由 \-sub 选项指定的)字幕成为基于时间的 SubViewer (SRT) 字幕格式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2040 在当前的目录中创建 dumpsub.srt 文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2041 .br
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2042 .I 注意:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2043 有些破硬件播放器对 Unix 行结尾的 SRT 字幕会哽住。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2044 如果你够彩碰到这样的盒子, 把你的字幕文件到 unix2dos 或类似的程序过一过,
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2045 替换 Unix 行结尾为 DOS/Windows 行结尾。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2046 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2047 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2048 .B \-dumpsub (仅用于 MPlayer) (BETA 代码)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2049 从 VOB 流中转储字幕子流。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2050 也请参见 \-dump*sub 和 \-vobsubout* 选项。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2051 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2052 .TP
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
2053 .B \-embeddedfonts (仅用于 FreeType)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2054 允许抽取 Matroska 内嵌字体(默认值:禁止)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2055 这些字体能用于 SSA/ASS 字幕渲染 (\-ass 选项)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2056 字体文件创建在~/.mplayer/\:fonts目录中。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2057 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2058 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2059 在FontConfig 2.4.2或更新的版本里,内嵌字体直接从内存中打开而这个选项默认打开。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2060 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2061 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2062 .B \-ffactor <数字>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2063 对字体的 alphamap 重新采样。
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2064 可设为:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2065 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2066 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2067 .IPs 0
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2068 普通白色字体
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2069 .IPs 0.75
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2070 非常细的黑色边框(默认值)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2071 .IPs 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2072 细的黑色边框
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2073 .IPs 10
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2074 粗的黑色边框
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2075 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2076 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2077 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2078 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2079 .B \-flip\-hebrew (仅用于 FriBiDi)
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2080 打开使用 FriBiDi 的翻转字幕。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2081 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2082 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2083 .B \-noflip\-hebrew\-commas
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2084 改变 FriBiDi 中假定的字幕中的逗号位置。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2085 如果字幕中的逗号显示在句首而不是在句尾, 就使用它。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2086 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2087 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2088 .B \-font <文件 font.desc 的路径>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2089 在别的目录中寻找 OSD/\:SUB 字体(
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2090 默认的普通字体为: ~/\:.mplayer/\:font/\:font.desc,
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2091 默认的 FreeType 字体为: ~/.mplayer/\:subfont.ttf)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2092 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2093 .I 注意:
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2094 对于 FreeType, 此选项决定文本字体文件的路径。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2095 对于 fontconfig, 此选项决定 fontconfig 的字体名称。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2096 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2097 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2098 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2099 .RSs
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2100 \-font ~/\:.mplayer/\:arial-14/\:font.desc
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2101 .br
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2102 \-font ~/\:.mplayer/\:arialuni.ttf
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2103 .br
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2104 \-font 'Bitstream Vera Sans'
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2105 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2106 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2107 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2108 .TP
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2109 .B \-fontconfig (仅用于 fontconfig)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2110 启用使用 fontconfig 管理的字体。
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2111 .br
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2112 .I 注意:
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2113 \-ass 自动打开该选项,除非明确使用 \-nofontconfig 改变这一行为。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2114 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2115 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2116 .B \-forcedsubsonly
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2117 仅显示锁定的字幕, 例如由 \-slang 选择的 DVD 字幕流。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2118 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2119 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2120 .B \-fribidi\-charset <字符集名称> (仅用于 FriBiDi)
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2121 当编码非 UTF-8 字幕(默认是: ISO8859\-8)时, 指定传递到 FriBiDi 的字符集。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2122 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2123 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2124 .B \-ifo <VOBsub 的 IFO 文件>
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2125 指出用于装载 VOBsub 字幕的调色板和帧尺寸的文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2126 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2127 .TP
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2128 .B \-noautosub
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2129 关闭自动载入字幕文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2130 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2131 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2132 .B \-osd\-duration <时间>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2133 设置 OSD 信息的停留时间(以毫秒 ms 为单位) (默认是: 1000)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2134 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2135 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2136 .B \-osdlevel <0\-3> (仅用于 MPlayer)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2137 指定 OSD 的启始模式。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2138 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2139 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2140 .IPs 0
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2141 只有字幕
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2142 .IPs 1
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2143 音量 + 搜索条 (默认)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2144 .IPs 2
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2145 音量 + 搜索条 + 计时器 + 百分比
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2146 .IPs 3
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2147 音量 + 搜索条 + 计时器 + 百分比 + 总时间
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2148 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2149 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2150 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2151 .TP
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2152 .B \-overlapsub
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2153 虽然当前有字幕显示, 允许同时显示下一行字幕(默认启用只支持特定格式)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2154 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2155 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2156 .B \-sid <标识> (也请参见 \-slang, \-vobsubid)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2157 显示由 <标识> (0\-31) 指定的字幕流。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2158 MPlayer 运行在 verbose (\-v) 模式时, 打印可用的字幕标识。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2159 如果你不能选择 DVD 中其中之一的字幕, 也请试试 \-vobsubid。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2160 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2161 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2162 .B \-slang <语言代号[,语言代号,...]> (也请参见 \-sid)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2163 指定使用字幕语言的优先级列表。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2164 不同的容器格式使用不同的语言代号。DVDs 使用 ISO 639\-1 的
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2165 两字符语言代号, Matroska 使用 ISO 639\-2 的
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2166 三字符语言代号, 而 OGM 使用自由格式标识符。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2167 MPlayer 在 verbose (\-v) 模式下会打印可用的语言。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2168 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2169 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2170 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2171 .RSs
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2172 .IPs "mplayer dvd://1 \-slang hu,en"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2173 选择 DVD 上的匈牙利语字幕轨迹而英语在没有匈牙利语时备用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2174 .IPs "mplayer \-slang jpn example.mkv"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2175 播放日语字幕的 Matroska 文件。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2176 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2177 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2178 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2179 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2180 .B \-spuaa <模式>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2181 设置 DVD/\:VOBsub 的反锯齿/\:缩放模式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2182 甚至在原始的与缩放的帧尺寸已匹配时, 还可能在 <模式> 上增加 16 以强制进行缩放,
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2183 比如使用高斯柔化来平滑字幕。
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2184 可用模式有:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2185 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2186 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2187 .IPs 0
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2188 不缩放(最快, 很丑)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2189 .IPs 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2190 近似缩放(好像坏了?)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2191 .IPs 2
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2192 完全缩放(慢)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2193 .IPs 3
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2194 二次线性缩放(默认值, 快速而且效果不坏)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2195 .IPs 4
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2196 使用软件缩放的高斯柔化(看起来很好)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2197 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2198 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2199 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2200 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2201 .B \-spualign <\-1\-2>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2202 指定 SPU (DVD/\:VOBsub) 字幕该如何对齐。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2203 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2204 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2205 .IPs "\-1"
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2206 原始位置。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2207 .IPs " 0"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2208 顶部对齐 (原始行为, 默认)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2209 .IPs " 1"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2210 中央对齐。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2211 .IPs " 2"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2212 底部对齐。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2213 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2214 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2215 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2216 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2217 .B \-spugauss <0.0\-3.0>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2218 高斯模糊的可变参数用于 \-spuaa 4。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2219 越高表示越柔化 (默认是: 1.0)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2220 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2221 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2222 .B \-sub <字幕文件1,字幕文件2,...>
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2223 使用/\:显示指定的字幕文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2224 同时只能显示一个文件。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2225 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2226 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2227 .B \-sub\-bg\-alpha <0\-255>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2228 指定字幕和 OSD 背景的 alpha 通道值。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2229 值越大代表越透明。但 0 表示完全透明。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2230 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2231 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2232 .B \-sub\-bg\-color <0\-255>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2233 指定字幕和 OSD 背景的颜色值。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2234 目前字幕是灰度图像所以这个值相当于颜色的亮度。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2235 255 代表白色 0 代表黑色。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2236 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2237 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2238 .B \-sub\-demuxer <[+]名称> (仅用于 \-subfile) (BETA 代码)
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2239 锁定 \-subfile 的字幕分路器类型。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2240 在名称前使用 "+" 锁定类型, 跳过某些核查!
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2241 按照 \-sub\-demuxer help 打印出来的指定分路器类型。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2242 为了向后兼容, 也接受定义在 subreader.h 的分路器标识。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2243 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2244 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2245 .B \-sub\-fuzziness <模式>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2246 搜寻字幕时调整匹配模糊度:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2247 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2248 .RSs
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2249 .IPs 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2250 精确匹配
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2251 .IPs 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2252 装载所有包含电影名称的字幕。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2253 .IPs 2
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2254 装载当前目录的所有字幕。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2255 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2256 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2257 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2258 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2259 .B \-sub\-no\-text\-pp
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2260 停用载入字幕后的任何形式的文字后期处理。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2261 用于调试目的。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2262 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2263 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2264 .B \-subalign <0\-2>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2265 根据 \-subpos 给定的高度, 指定该对齐哪个字幕边缘。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2266 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2267 .RSs
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2268 .IPs 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2269 顶部对齐 (原始行为)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2270 .IPs 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2271 中央对齐。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2272 .IPs 2
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2273 底部对齐 (默认)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2274 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2275 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2276 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2277 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2278 .B "\-subcc \ "
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2279 显示 DVD 的隐藏式(CC)字幕。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2280 它们
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2281 .B 不
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2282 是 VOB 字幕, 它们是为听力有障碍的人准备的特殊的 ASCII 字幕,
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2283 编码在大多数 DVD 地区码为 1 的 VOB 用户数据流中。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2284 CC 字幕到目前为止还没有在其它地区码的 DVD 中发现。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2285 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2286 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2287 .B \-subcp <编码页> (仅用于 iconv)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2288 如果你的系统支持 iconv(3), 你可以用此选项来指定字幕的编码页。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2289 .sp 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2290 .I 示例:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2291 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2292 .RSs
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2293 \-subcp latin2
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2294 .br
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2295 \-subcp cp1250
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2296 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2297 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2298 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2299 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2300 .B \-subcp enca:<语言>:<备用编码页> (仅用于 ENCA)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2301 你可以使用两字符语言代号指定语言, 让 ENCA 自动检测编码页。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2302 如果不能确定, 随便输入点什么然后察看 mplayer 的 \-v output 中可用的语言。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2303 备用编码页指定自动检测失败时使用的编码页。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2304 .sp 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2305 .I 示例:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2306 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2307 .RSs
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2308 .IPs "\-subcp enca:cs:latin2"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2309 猜测编码页, 假定字幕是捷克语, 如果自动检测失败 latin 2 作备用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2310 .IPs "\-subcp enca:pl:cp1250"
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2311 猜测波兰语的编码页, cp1250 作备用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2312 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2313 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2314 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2315 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2316 .B \-subdelay <数>
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2317 字幕延迟 <数> 秒。可以是负数。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2318 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2319 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2320 .B \-subfile <文件名> (BETA 代码)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2321 目前没有用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2322 与 \-audiofile 一样, 但用于字幕流(OggDS?)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2323 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2324 .TP
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2325 .B \-subfont <文件名>(仅用于FreeType字体)
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2326 设置字幕字体。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2327 如果没有给出\-subfont,则使用\-font。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2328 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2329 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2330 .B \-subfont\-autoscale <0\-3> (仅用于 FreeType)
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2331 设置自动缩放模式。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2332 .br
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2333 .I 注意:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2334 0 表示文字和 OSD 的尺度为字体高度(以点 point 为单位的)。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2335 .sp 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2336 可用模式有:
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2337 .sp 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2338 .PD 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2339 .RSs
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2340 .IPs 0
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2341 不自动缩放
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2342 .IPs 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2343 高度成比例
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2344 .IPs 2
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2345 宽度成比例
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2346 .IPs 3
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2347 对角线成比例 (默认值)
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2348 .RE
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2349 .PD 1
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2350 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2351 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2352 .B \-subfont\-blur <0\-8> (仅用于 FreeType)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2353 设置字体柔化半径(默认是: 2)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2354 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2355 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2356 .B \-subfont\-encoding <参数值> (仅用于 FreeType)
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2357 设置字幕编码。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2358 当设为 "unicode" 时, 字体文件中的所有字模都会被渲染
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2359 并使用 unicode 编码(默认是: unicode)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2360 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2361 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2362 .B \-subfont\-osd\-scale <0\-100> (仅用于 FreeType)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2363 设置 OSD 元素的自动缩放系数(默认是: 6)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2364 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2365 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2366 .B \-subfont\-outline <0\-8> (仅用于 FreeType)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2367 设置字体边框的宽度(默认是: 2)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2368 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2369 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2370 .B \-subfont\-text\-scale <0\-100> (仅用于 FreeType)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2371 设置字幕文本的自动缩放系数(屏幕尺寸的百分比) (默认是: 5)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2372 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2373 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2374 .B \-subfps <速率>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2375 指定字幕文件的帧率(默认是: 电影的帧率)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2376 .br
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2377 .I 注意:
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2378 <速率> > 电影的帧率时,将使基于帧的字幕文件加速播放字幕,而使基于时间的字幕文件减慢播
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2379 放字幕。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2380 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2381 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2382 .B \-subpos <0\-100> (用于 \-vf expand)
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2383 指定字幕在屏幕上显示的位置。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2384 参数值是以屏幕高度的百分比为单位的字幕垂直位置。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2385 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2386 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2387 .B \-subwidth <10\-100>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2388 指定字幕在屏幕上显示的最大宽度。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2389 对于电视输出(TV-out)有用。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2390 参数值是以屏幕宽度的百分比为单位的字幕宽度。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2391 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2392 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2393 .B \-noterm\-osd
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2394 当没有可用的视频输出时, 停止在控制台上显示 OSD 信息。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2395 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2396 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2397 .B \-term\-osd\-esc <转义序列>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2398 指定, 在控制台上显示 OSD 信息之前, 使用的转义序列。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2399 转义序列应该把指针移到 OSD 的行首然后清理(默认是: ^[[A\\r^[[K)。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2400 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2401 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2402 .B \-unicode
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2403 告诉 MPlayer 把字幕文件作为 unicode 来处理。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2404 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2405 .TP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
2406 .B \-unrarexec <unrar 可执行文件的路径>(MingW 平台上不支持。)
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2407 指定 unrar 可执行文件的路径,以使 MPlayer 可以使用它来读取 RAR 压缩的
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
2408 VOBSub 文件(默认值:未设置路径,因此该功能关闭)。
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2409 该路径必须包含可执行文件的文件名,例如 \& /usr/local/bin/unrar。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2410 .
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2411 .TP
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2412 .B "\-utf8 \ \ "
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2413 告诉 MPlayer 把字幕文件作为 UTF-8 来处理。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2414 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2415 .TP
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2416 .B \-vobsub <无后缀名的 VOBsub 文件名>
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2417 指定用于字幕显示的 VOBsub 文件。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2418 不得不是无后缀名的完整路径名, 即没有 ".idx", ".ifo" 及 ".sub"。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2419 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2420 .TP
20520
edc3c020fa8d misc fixes by Sheldon Jin (jinsh2 yahoo com)
diego
parents: 20481
diff changeset
2421 .B \-vobsubid <0\-31>
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2422 指定 VOBsub 字幕标识。
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2423 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2424 .
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
2425 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2426 .SH "音频输出选项(仅适用于MPLAYER)"
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2427 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2428 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2429 .B \-abs <参数值> (仅用于 \-ao oss) (废弃)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2430 重载音频驱动/\:声卡的缓冲区大小检测。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2431 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2432 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2433 .B \-format <格式> (也请参见音频过滤器一节中的格式)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2434 选择样本格式用于从音频过滤器层输出到声卡。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2435 下面音频过滤器一节中的格式描述列出了可采用的<格式>值。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2436 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2437 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2438 .B \-mixer <设备>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2439 使用不是默认的 /dev/\:mixer 混音设备。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2440 对于 ALSA 来说是混音名称。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2441 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2442 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2443 .B \-mixer\-channel <混音线>[,混音索引] (仅用于 \-ao oss 和 \-ao alsa)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2444 此选项告诉 MPlayer 使用不同的通道控制音量而不是默认的 PCM。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2445 用于 OSS 的选项包括
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2446 .B vol, pcm, line。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2447 有关选项的完全列表请查找 /usr/\:include/\:linux/\:soundcard.h 中的
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2448 SOUND_DEVICE_NAMES。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2449 对于 ALSA (如 alsamixer displays), 你可以使用的名称, 如
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2450 .B Master, Line, PCM。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2451 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2452 .I 注意:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2453 ALSA 混音通道名称后面跟的数字必须用 <名称,数字> 格式指定,
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2454 即 alsamixer 中通道标为 "PCM 1" 的必须转换为
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2455 .BR PCM,1 。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2456 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2457 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2458 .B \-softvol
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2459 锁定使用软件混音, 而不用声卡混音。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2460 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2461 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2462 .B \-softvol\-max <10.0\-10000.0>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2463 设置最大扩音级别(以百分比为单位) (默认是: 110)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2464 值 200 允许你调整的音量最高达到目前级别的两倍。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2465 对于值低于 100 的, 初始音量(为 100%) 会高于最大值, OSD 不能正确显示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2466 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2467 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2468 .B \-volstep <0\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2469 设置混音音量调整的步进单位为整个范围的百分比 (默认是: 3)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2470 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2471 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2472 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2473 .SH "音频输出驱动(仅适用于MPLAYER)"
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2474 音频输出驱动是各种音频输出设备的接口。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2475 语法是:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2476 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2477 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2478 .B \-ao <驱动1[:子选项1[=参数值]:...],驱动2,...[,]>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2479 指定使用音频输出驱动的优先级列表。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2480 .PP
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2481 如果列表尾有 "," MPlayer 使用没有列出的驱动作为后备。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2482 子选项是可选的, 大多数省略。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2483 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2484 .I 注意:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2485 已编译进的音频输出驱动参见于 \-ao help 的列表。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2486 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2487 .I 示例:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2488 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2489 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2490 .IPs "\-ao alsa,oss,"
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2491 尝试使用 ALSA 驱动, 然后是 OSS 驱动, 再后是其他的。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2492 .IPs "\-ao alsa:noblock:device=hw=0.3"
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2493 设置 noblock-模式和 device-名称为第一个卡, 第四个设备。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2494 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2495 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2496 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2497 可用的音频输出驱动有:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2498 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2499 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2500 .B "alsa\ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2501 ALSA 0.9/1.x 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2502 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2503 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2504 .IPs noblock
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2505 设置 noblock-模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2506 .IPs device=<设备>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2507 设置设备名称。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2508 在 ALSA 设备名称中替换 "," 为 ".", ":" 为 "="。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2509 对于通过 S/PDIF 输出的 hwac3, 使用 "iec958" 或 "spdif" 设备,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2510 除非你真的知道如何正确设置。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2511 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2512 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2513 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2514 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2515 .B "alsa5\ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2516 ALSA 0.5 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2517 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2518 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2519 .B "oss\ \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2520 OSS 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2521 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2522 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2523 .IPs <dsp-device>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2524 设置音频输出设备 (默认是: /dev/\:dsp)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2525 .IPs <mixer-device>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2526 设置音频混音设备 (默认是: /dev/\:mixer)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2527 .IPs <mixer-channel>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2528 设置音频混音通道 (默认是: pcm)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2529 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2530 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2531 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2532 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2533 .B sdl (仅用于 SDL)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2534 高级平台独立的 SDL(简单 Directmedia 层) 库音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2535 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2536 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2537 .IPs <driver>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2538 显式选择 SDL 音频输出 (默认是: 让 SDL 选)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2539 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2540 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2541 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2542 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2543 .B "arts\ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2544 音频输出通过 aRts daemon
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2545 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2546 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2547 .B "esd\ \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2548 音频输出通过 ESD daemon
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2549 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2550 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2551 .IPs <server>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2552 显式选择 ESD 服务器 (默认是: localhost)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2553 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2554 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2555 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2556 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2557 .B "jack\ \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2558 音频输出通过 JACK(Jack 音频连接工具)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2559 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2560 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2561 .IPs port=<名>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2562 连接给定端口名 (默认是: 物理端口)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2563 .IPs name=<客户端名>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2564 传递客户端名给 JACK (默认是: MPlayer [<PID>])。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2565 如果你想自动建立某些连接时有用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2566 .IPs (no)estimate
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2567 估计音频延迟, 假定让视频回放更流畅 (默认是: 启用)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2568 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2569 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2570 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2571 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2572 .B "nas\ \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2573 音频输出通过 NAS
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2574 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2575 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2576 .B macosx (仅用于 Mac OS X)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2577 原生 Mac OS X 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2578 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2579 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2580 .B "openal\ "
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2581 实验性的 OpenAL 音频输出驱动
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2582 .
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2583 .TP
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2584 .B "pulse\ \ "
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2585 PulseAudio 音频输出驱动
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2586 .PD 0
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2587 .RSs
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2588 .IPs "<主机>[:<输出泄漏值>]"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2589 指定所使用的主机,并选择性地指定所使用的输出泄漏值。
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2590 <主机> 字符串为空的话,则使用本地连接。指定“localhost”则使用网络传输
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
2591 (很可能不是你所希望的)。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2592 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2593 .PD 1
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
2594 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
2595 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2596 .B sgi (仅用于 SGI)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2597 原生 SGI 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2598 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2599 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2600 .IPs "<输出设备名>"
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2601 显式选择音频输出设备/\:接口 (默认是: system-wide default)。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2602 例如: "Analog Out" 或 "Digital Out"。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2603 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2604 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2605 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2606 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2607 .B sun (仅用于 Sun)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2608 原生 Sun 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2609 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2610 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2611 .IPs <device>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2612 显式选择音频设备 (默认是: /dev/\:audio)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2613 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2614 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2615 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2616 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2617 .B win32 (仅用于 Windows)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2618 原生 Windows waveout 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2619 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2620 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2621 .B dsound (仅用于 Windows)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2622 DirectX DirectSound 音频输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2623 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2624 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2625 .IPs device=<devicenum>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2626 设置设备号。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2627 用 \-v 播放文件能显示可用设备列表。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2628 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2629 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2630 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2631 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2632 .B dxr2 (也请参见 \-dxr2) (仅用于 DXR2)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2633 Creative DXR2 专用的输出驱动
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2634 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2635 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2636 .B ivtv (仅用于 IVTV)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2637 IVTV 专用的 MPEG 音频输出驱动。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2638 只能与 \-ac hwmpa 一起用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2639 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2640 .TP
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2641 .B v4l2(需要Linux 2.6.22+的内核)
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2642 带有硬件MPEG解码器的V4L2卡的音频输出驱动。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2643 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2644 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2645 .B mpegpes (仅用于 DVB)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2646 DVB 卡音频输出驱动输出到 MPEG-PES 文件如果没安装 DVB 卡。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2647 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2648 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2649 .IPs card=<1\-4>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2650 指定 DVB 卡如果有多于一个卡。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
2651 如果不指定,mplayer 将搜索第一个可用的卡。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
2652 If not specified mplayer will search the first usable card.
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2653 .IPs file=<文件名>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2654 输出文件名
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2655 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2656 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2657 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2658 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2659 .B "null\ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2660 不产生音频输出但维持视频回放速度。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2661 基准测试用 \-nosound。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2662 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2663 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2664 .B "pcm\ \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2665 原始 PCM/wave 文件记录器的音频输出
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2666 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2667 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2668 .IPs (no)waveheader
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2669 包括或不包括声波头 (默认是: 包括)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2670 如果不包括, 会产生原始的 PCM。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2671 .IPs file=<文件名>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2672 写声音到 <文件名> 而不是默认的 audiodump.wav。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2673 如果没指定声波头, 默认是 audiodump.pcm。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2674 .IPs "fast\ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2675 尝试比实时更快地转储。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2676 确保输出不被截掉 (通常有 "缓冲中视频包太多" 消息)。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2677 你得到消息 "你的系统太“慢”了, 播放不了!" 是正常的。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2678 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2679 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2680 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2681 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2682 .B "plugin\ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2683 音频输出驱动插件
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2684 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2685 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2686 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2687 .SH "视频输出选项(仅适用于MPLAYER)"
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2688 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2689 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2690 .B \-adapter <参数值>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2691 设置显卡接受图像。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2692 用此选项带 \-v 能得到可用卡的列表。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2693 目前只能与 directx 视频输出驱动一起工作。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2694 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2695 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2696 .B \-bpp <深度>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2697 重载自动检测的色彩深度。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2698 只被 fbdev, dga, svga, vesa 视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2699 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2700 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2701 .B \-border
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2702 使用窗口边框和装饰来播放电影。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2703 既然默认是启用, 使用 \-noborder 停用标准的窗口装饰。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2704 被 directx 视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2705 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2706 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2707 .B \-brightness <\-100\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2708 调整视频信号的亮度 (默认是: 0)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2709 不被所有的视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2710 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2711 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2712 .B \-contrast <\-100\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2713 调整视频信号的对比度 (默认是: 0)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2714 不被所有的视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2715 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2716 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2717 .B \-display <名> (仅用于 X11)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2718 指定你希望使用 X server 的主机名和显示号。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2719 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2720 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2721 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2722 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2723 \-display xtest.localdomain:0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2724 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2725 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2726 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2727 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2728 .B "\-dr \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2729 打开直接渲染功能(还不被所有的编解码器视频输出支持)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2730 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2731 .I 警告:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2732 可能导致 OSD/字幕 损坏!
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2733 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2734 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2735 .B \-dxr2 <选项1:选项2:...>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2736 此选项用来控制 dxr2 视频输出驱动。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2737 .RSs
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2738 .IPs ar-mode=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
2739 宽高比模式 (0 = 普通, 1 = pan-and-scan, 2 = letterbox (默认))
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2740 .IPs iec958-encoded
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2741 设置 iec958 输出模式为 encoded。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2742 .IPs iec958-decoded
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2743 设置 iec958 输出模式为 decoded (默认)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2744 .IPs macrovision=<参数值>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2745 macrovision 模式 (0 = off (默认), 1 = agc, 2 = agc 2 colorstripe,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2746 3 = agc 4 colorstripe)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2747 .IPs "mute\ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2748 静音输出
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2749 .IPs unmute
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2750 非静音输出
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2751 .IPs ucode=<参数值>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2752 microcode 的路径
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2753 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2754 .RS
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2755 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2756 .I TV output
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2757 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2758 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2759 .IPs 75ire
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2760 启用 7.5 IRE 输出模式
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2761 .IPs no75ire
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2762 停用 7.5 IRE 输出模式 (默认)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2763 .IPs "bw\ \ \ "
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2764 黑白电视输出
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2765 .IPs color
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2766 彩色电视输出 (默认)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2767 .IPs interlaced
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2768 交错电视输出 (默认)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2769 .IPs nointerlaced
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2770 停用交错电视输出
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2771 .IPs norm=<参数值>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2772 TV 制式 (ntsc (默认), pal, pal60, palm, paln, palnc)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2773 .IPs square-pixel
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2774 设置像素模式为 square
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2775 .IPs ccir601-pixel
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2776 设置像素模式为 ccir601
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2777 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2778 .RS
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2779 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2780 .I overlay
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2781 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2782 .RSs
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2783 .IPs cr-left=<0\-500>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2784 设置左裁减值 (默认是: 50)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2785 .IPs cr-right=<0\-500>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2786 设置右裁减值 (默认是: 300)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2787 .IPs cr-top=<0\-500>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2788 设置上裁减值 (默认是: 0)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2789 .IPs cr-bottom=<0\-500>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2790 设置下裁减值 (默认是: 0)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2791 .IPs ck-[r|g|b]=<0\-255>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2792 设置叠加 color-key 的红(r), 绿(g)和蓝(b)增益。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2793 .IPs ck-[r|g|b]min=<0\-255>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2794 各自 color key 的最小值
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2795 .IPs ck-[r|g|b]max=<0\-255>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2796 各自 color key 最大值
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2797 .IPs ignore-cache
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2798 忽略缓存的叠加设置。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2799 .IPs update-cache
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2800 更新缓存的叠加设置。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2801 .IPs ol-osd
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2802 启用叠加屏上显示(OSD)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2803 .IPs nool-osd
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2804 停用屏上显示(OSD) (默认)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2805 .IPs ol[h|w|x|y]-cor=<\-20\-20>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2806 调整叠加尺寸(h,w) 和位置(x,y), 万一跟窗口匹配不够完美 (默认是: 0)。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2807 .IPs overlay
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2808 激活叠加 (默认)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2809 .IPs nooverlay
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2810 激活电视输出。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2811 .IPs overlay-ratio=<1\-2500>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2812 调整叠加 (默认是: 1000)。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2813 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2814 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2815 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2816 .B \-fbmode <模式名> (仅用于 \-vo fbdev)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2817 改变视频模式为 /etc/\:fb.modes 中标记为 <模式名> 的模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2818 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2819 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2820 .I 注意:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2821 VESA 帧缓冲不支持改变模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2822 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2823 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2824 .B \-fbmodeconfig <文件名> (仅用于 \-vo fbdev)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2825 重载帧缓冲模式的配置文件 (默认是: /etc/\:fb.modes)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2826 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2827 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2828 .B \-fs (也请参见 \-zoom)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2829 全屏幕回放 (电影居中, 四周填充黑色条边)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2830 还不被所有的视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2831 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2832 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2833 .B \-fsmode\-dontuse <0\-31> (废弃, 使用 \-fs 选项)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2834 如果你仍然有全屏问题试试此选项。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2835 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2836 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2837 .B \-fstype <类型1,类型2,...> (仅用于 X11)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2838 指定使用全屏模式的优先级列表。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
2839 你可以用前缀 "\-" 取消模式。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2840 如果你遇到像全屏窗口被其他窗口遮住问题, 试试不同的顺序。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2841 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2842 .I 注意:
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2843 参见 \-fstype help 列出的全部可用模式的列表。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2844 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2845 可用的类型有:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2846 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2847 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2848 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2849 .IPs above
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2850 如果可用的话, 使用 _NETWM_STATE_ABOVE 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2851 .IPs below
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2852 如果可用的话, 使用 _NETWM_STATE_BELOW 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2853 .IPs fullscreen
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2854 如果可用的话, 使用 _NETWM_STATE_FULLSCREEN 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2855 .IPs layer
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2856 与默认层一起使用 _WIN_LAYER 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2857 .IPs layer=<0...15>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2858 与给定的层号一起使用 _WIN_LAYER 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2859 .IPs netwm
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2860 锁定 NETWM 风格。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2861 .IPs "none\ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2862 不设置全屏窗口层。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2863 .IPs stays_on_top
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2864 如果可用的话, 使用 _NETWM_STATE_STAYS_ON_TOP 提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2865 .REss
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2866 .sp 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2867 .RS
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2868 .I 示例:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2869 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2870 .PD 0
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2871 .RSs
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2872 .IPs layer,stays_on_top,above,fullscreen
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2873 如果指定了不正确的或不支持的模式, 默认的顺序作为备用而使用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2874 .IPs \-fullscreen
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2875 修复 OpenBox 1.x 的全屏开关。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2876 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2877 .PD 1
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2878 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2879 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2880 .B \-geometry x[%][:y[%]] or [WxH][+x+y]
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2881 调整屏幕输出的初始位置。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2882 x 和 y 代表从屏幕左上角到显示图像左上角的距离(以像素为单位)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2883 不过如果在参数值后有百分号记号, 参数值就变为该方向上的屏幕尺寸的百分数。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2884 它也支持标准 X11 的 \-geometry 选项格式。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
2885 如果使用 \-wid 选项指定了外部窗口,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
2886 那么 x 和 y 坐标是相对于窗口而不是屏幕的左上角。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2887 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2888 .I 注意:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2889 此选项仅被 x11, xmga, xv, xvmc, xvidix,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2890 gl, gl2, directx 和 tdfxfb 视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2891 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2892 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2893 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2894 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2895 .IPs 50:40
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2896 把窗口放在 x=50, y=40 处。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2897 .IPs 50%:50%
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2898 把窗口放在屏幕中央。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2899 .IPs "100%\ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2900 把窗口放在屏幕右边中央。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2901 .IPs 100%:100%
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2902 把窗口放在屏幕右下角。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2903 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2904 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2905 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2906 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2907 .B \-guiwid <窗口标识> (也请参见 \-wid) (仅用于 GUI)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2908 告诉 GUI 也使用 X11 窗口并把自己钉在视频窗口的下方,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2909 这对于将一个 mini-GUI 嵌入到浏览器时(比如 MPlayer 插件)有用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2910 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2911 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2912 .B \-hue <\-100\-100>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2913 调视频信号的色调 (默认是: 0)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2914 你可以通过此选项得到负片效果的图像。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2915 还不被所有视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2916 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2917 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2918 .B \-monitor\-dotclock <范围[,范围,...]> (仅用于 \-vo fbdev 和 vesa)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2919 指定监视器的 dotclock 或 pixelclock 范围。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2920 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2921 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2922 .B \-monitor\-hfreq <范围[,范围,...]> (仅用于 \-vo fbdev 和 vesa)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2923 指定监视器的水平频率范围。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2924 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2925 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2926 .B \-monitor\-vfreq <范围[,范围,...]> (仅用于 \-vo fbdev 和 vesa)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2927 指定监视器的垂直频率范围。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2928 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2929 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2930 .B \-monitoraspect <宽高比> (也请参见 \-aspect)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2931 设置监视器或电视屏幕的宽高比。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
2932 值 0 将禁用先前的设置(例如,配置文件中的设置)。如果激活了,此
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
2933 选项将改写 \-monitorpixelaspect 中的设置。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2934 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
2935 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2936 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2937 .RSs
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2938 \-monitoraspect 4:3 或者 1.3333
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2939 .br
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2940 \-monitoraspect 16:9 或者 1.7777
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2941 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2942 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2943 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2944 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2945 .B \-monitorpixelaspect <宽高比> (也请参见 \-aspect)
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2946 设置监视器或电视屏幕的单像素宽高比(默认值:1)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
2947 值 1 表示正方形像素((几乎?)对所有的 LCD 是正确的)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2948 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2949 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2950 .B \-nodouble
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2951 停用双缓冲, 多数用于调试目的。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2952 双缓冲通过在内存里储存两帧来解决闪烁问题, 在显示一帧的同时解码另一帧。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2953 会负面影响 OSD, 但常常能去除 OSD 闪烁。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2954 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2955 .TP
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2956 .B \-nograbpointer
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2957 视频模式改变(\-vm)后, 不截获鼠标焦点。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2958 对多输出头设置有用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2959 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2960 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2961 .B \-nokeepaspect
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2962 缩放窗口时不保持窗口的宽高比。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2963 只能与 x11, xv, xmga, xvidix, directx 视频输出驱动一起工作。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2964 而且在 X11 下你的窗口管理器必须尊重窗口宽高比的提示。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2965 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2966 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2967 .B "\-ontop\ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2968 使得此播放器窗口位于其他窗口之上。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2969 视频输出驱动使用 X11 的, 除了 SDL, 还有使用 directx, macosx, quartz,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2970 ggi 和 gl2 的都支持此功能。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2971 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2972 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2973 .B \-panscan <0.0\-1.0>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2974 启用 pan-and-scan 功能 (裁减如 16:9 电影的边适应 4:3 显示不带黑边)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2975 范围参数值用来控制裁减多少图像。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2976 只能与 xv, xmga, mga, gl, gl2, quartz, macosx 和 xvidix 的
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2977 视频输出驱动一起工作。
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2978 .br
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2979 .I 注意:
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
2980 也允许 \-1 和 0 间的值,但这些值处于高度试验阶段,从而可能导致崩溃或更糟。
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
2981 使用后果自负!
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2982 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2983 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2984 .B \-panscanrange <\-19.0\-99.0> (试验)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2985 改变 pan-and-scan 功能的范围参数值 (默认是: 1)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2986 正值表示倍扩默认范围。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2987 负值表示你可以放大到因子 \-panscanrange+1 所允许的范围。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
2988 例如 \-panscanrange \-3 允许缩放因子达到 4。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2989 此特性属实验性, 不要报告相关错误除非你在用 using \-vo gl。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2990 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2991 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2992 .B \-refreshrate <Hz>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2993 设置监视器的刷新率(以 Hz 为单位)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2994 目前仅被 \-vo directx 与 \-vm 的组合支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2995 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2996 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
2997 .B \-rootwin
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2998 在根窗口(桌面背景)中播放电影。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
2999 虽然桌面背景图像可能盖住电影窗口。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3000 只能与 x11, xv, xmga, xvidix, quartz, macosx 和 directx 的
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3001 视频输出驱动一起工作。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3002 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3003 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3004 .B \-saturation <\-100\-100>
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3005 调整视频信号的饱和度(默认值: 0)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3006 你可以通过此选项获得灰度输出。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3007 还不被所有的视频输出驱动支持。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3008 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3009 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3010 .B \-screenh <像素>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3011 指定垂直分辨率, 如果视频输出驱动不知道屏幕分辨率, 如 fbdev, x11 和 TVout。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3012 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3013 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3014 .B \-screenw <pixels>
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3015 指定水平分辨率, 如果视频输出驱动不知道屏幕分辨率, 如 fbdev, x11 和 TVout。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3016 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3017 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3018 .B \-stop\-xscreensaver (仅用于 X11)
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3019 启动时关闭 xscreensaver, 退出时再打开它。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3020 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3021 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3022 .B "\-vm \ \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3023 尝试改变不同的视频模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3024 视频输出驱动支持的有 dga, x11, xv, sdl 和 directx。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3025 如果用于 directx 视频输出驱动 \-screenw, \-screenh, \-bpp 和
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3026 \-refreshrate 选项可用来设置新的显示模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3027 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3028 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3029 .B "\-vsync \ \ "
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3030 启用 VBI 用于 vesa, dfbmga 和 svga 视频输出驱动。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3031 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3032 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3033 .B \-wid <窗口标识> (也请参见 \-guiwid) (仅用于 X11, OpenGL 和 DirectX)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3034 告诉 MPlayer 附着于一个已有的窗口。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3035 把 MPlayer 嵌入浏览器(比如 plugger 扩展)时有用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3036 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3037 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3038 .B \-xineramascreen <\-2\-...> (仅用于 X11)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3039 在 Xinerama 配置中(就是一个单一桌面展开在多个显示器上),
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3040 此选项告诉 MPlayer 把电影显示在哪个屏幕上。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3041 值 \-2 表示全屏幕展开到整个虚拟的显示屏幕上(在这种情况下将完全忽略Xinerama的信
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3042 息),\-1 表示在目前窗口所在的显示屏上全屏幕。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3043 通过 \-geometry 选项设置的初始位置是相对于指定屏幕的。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3044 通常只能与 "\-fstype \-fullscreen" 或 "\-fstype none" 一起工作。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3045 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3046 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3047 .B \-zrbw (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3048 黑白显示。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3049 用于优化性能, 此选项可以与 "\-lavdopts gray" 组合使用。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3050 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3051 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3052 .B \-zrcrop <[宽]x[高]+[x 偏移]+[y 偏移]> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3053 选择显示输入图像的一部分, 使用多个这样的选项就启动了 cinerama 模式。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3054 在 cinerama 模式下电影分布在多个电视(或投影仪)上, 用于创建一个较大的图像。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3055 在第 n 个 \-zrcrop 后面的选项应用于第 n 个 MJPEG 解码卡,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3056 每一个编码卡至少需要有一个 \-zrcrop 选项加上一个 \-zrdev 选项。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3057 请察看 \-zrhelp 的输出和文档 Zr 一节中的示例。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3058 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3059 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3060 .B \-zrdev <设备> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3061 指定你的 MJPEG 编码卡使用的设备文件名, 默认情况下
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3062 此 zr 视频输出驱动使用它所能找到的第一个 v4l 设备。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3063 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3064 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3065 .B \-zrfd (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3066 强制简化取样: 简化取样由 \-zrhdec 和 \-zrvdec 指定,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3067 一般只有在硬件缩放能把图像伸展到原始尺寸时才使用。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3068 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3069 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3070 .B \-zrhdec <1|2|4> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3071 水平简化取样: 要求驱动只发送输入图像的每 2 或 4 行/\:像素到 MJPEG 编码卡,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3072 并使用 MJPEG 卡的缩放器把图像回复到原始尺寸。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3073 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3074 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3075 .B \-zrhelp (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3076 显示一个列表包括所有 \-zr* 的选项, 它们的默认值和使用 cinerama 模式的例子
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3077 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3078 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3079 .B \-zrnorm <制式> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3080 指定电视制式为 PAL 或 NTSC (默认是: 不改变)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3081 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3082 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3083 .B \-zrquality <1\-20> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3084 从数值 1(最好) 到 20(最差) 代表 JPEG 编码质量。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3085 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3086 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3087 .B \-zrvdec <1|2|4> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3088 垂直简化取样: 要求驱动只发送输入图像的每 2 或 4 行/\:像素到 MJPEG 编码卡,
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3089 并使用 MJPEG 卡的缩放器把图像回复到原始尺寸。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3090 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3091 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3092 .B \-zrxdoff <x 显示偏移量> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3093 如果电影屏幕比电视的小, 此选项指定
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3094 相对于电视屏幕左上角的 x 偏移量 (默认是: 中央位置)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3095 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3096 .TP
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3097 .B \-zrydoff <y 显示偏移量> (仅用于 \-vo zr)
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3098 如果电影屏幕比电视的小, 此选项指定
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3099 相对于电视屏幕左上角的 y 偏移量 (默认是: 中央位置)。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3100 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3101 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3102 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3103 .SH "视频输出驱动(仅适用于MPLAYER)"
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3104 视频输出驱动是各种视频输出设备的接口。
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3105 语法是:
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3106 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3107 .TP
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3108 .B \-vo <驱动1[:子选项1[=参数值]:...],驱动2,...[,]>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3109 指定使用视频输出驱动的优先级列表。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3110 .PP
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3111 如果列表尾有 "," MPlayer 使用没有列出的驱动作为后备。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3112 子选项是可选的, 大多数省略。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3113 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
3114 .I 注意:
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3115 已编译进的视频输出驱动参见于 \-vo help 的列表。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3116 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
3117 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3118 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3119 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3120 .IPs "\-vo xmga,xv,"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3121 尝试使用 Matrox X11 驱动, 然后是 Xv 驱动, 再后是其他的。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3122 .IPs "\-vo directx:noaccel"
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3123 使用加速特性关闭的 DirectX 驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3124 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3125 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3126 .sp 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3127 可用的视频输出驱动有:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3128 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3129 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3130 .B xv (仅用于 X11)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3131 使用 XFree86 4.x 的 XVideo 扩展来启用硬件加速回放。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3132 如果你不能使用硬件指定的驱动, 这或许是最好的选项。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3133 有关用了什么 colorkey 以及如何绘制的信息, 请运行 MPlayer
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3134 的 \-v 选项并注意开头有标签 [xv common] 的行。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3135 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3136 .RSs
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3137 .IPs adaptor=<数值>
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3138 选择一个特定的 XVideo 适配器(请检查 xvinfo 的结果)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3139 .IPs port=<数值>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3140 选择指定的 XVideo 端口。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3141 .IPs ck=<cur|use|set>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3142 选择用了 colorkey 的源 (默认是: cur)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3143 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3144 .IPs cur
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3145 默认采用 Xv 中目前设置的 colorkey。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3146 .IPs use
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3147 使用但不从 MPlayer (用 \-colorkey 选项来修改)来设置 colorkey。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3148 .IPs set
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3149 同 use 一样但设置已提供的 colorkey。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3150 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3151 .IPs ck-method=<man|bg|auto>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3152 设置 colorkey 绘制方法 (默认是: man)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3153 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3154 .IPs man
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3155 手动绘制 colorkey (减少某些情况下的闪烁)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3156 .IPs bg
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3157 设置 colorkey 作为窗口背景。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3158 .IPs auto
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3159 让 Xv 绘制 colorkey。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3160 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3161 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3162 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3163 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3164 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3165 .B x11 (仅用于 X11)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3166 每当 X11 出场时, 共享内存的视频输出驱动虽没有硬件加速也能工作。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3167 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3168 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3169 .B xover (仅用于 X11)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3170 添加 X11 支持所有基于视频输出驱动的重叠。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3171 目前仅被 tdfx_vid 支持。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3172 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3173 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3174 .IPs <vo_驱动>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3175 选择此驱动作为源使用重叠在 X11 上面。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3176 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3177 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3178 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3179 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3180 .B xvmc (仅用于 X11 的 \-vc ffmpeg12mc)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3181 视频输出驱动使用 XFree86 4.x 的 XvMC(X 视频运动补偿) 扩展
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3182 以加速 MPEG-1/2 和 VCR2 的解码。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3183 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3184 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3185 .IPs port=<数值>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3186 选择指定的 XVideo 端口。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3187 .IPs (no)benchmark
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3188 停用图像显示。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3189 对于适当的驱动基准测试是必要的, 因为只会改变监视器 retrace 的图像缓冲 (nVidia)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3190 默认是不停用图像显示 (nobenchmark)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3191 .IPs (no)bobdeint
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3192 非常简单的去交错。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3193 可能没有 \-vf tfields=1 好, 但是是 xvmc 仅有的去交错 (默认是: nobobdeint)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3194 .IPs (no)queue
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3195 显示帧排队, 以允许视频硬件更多的并行工作。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3196 可能增加微小的 (不令人注意的) 常量去 A/V 同步(desync) (默认是: noqueue)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3197 .IPs (no)sleep
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3198 当等待完成渲染时, 使用睡眠功能(不推荐 Linux 使用) (默认是: nosleep)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3199 .IPs ck=cur|use|set
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3200 同 \-vo xv:ck 一样 (参见 \-vo xv)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3201 .IPs ck-method=man|bg|auto
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3202 同 \-vo xv:ck-method 一样 (参见 \-vo xv)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3203 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3204 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3205 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3206 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3207 .B dga (仅用于 X11)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3208 通过 XFree86 Direct Graphics Access 扩展播放视频。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3209 考虑废弃。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3210 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3211 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3212 .B sdl (仅用于 SDL)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3213 高级平台独立的 SDL(简单 Directmedia 层) 库视频输出驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3214 既然 SDL 使用自己的 X11 层, MPlayer X11 选项对 SDL 没有影响。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3215 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3216 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3217 .IPs driver=<驱动>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3218 显式选择 SDL 驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3219 .IPs (no)forcexv
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3220 通过 sdl 视频输出驱动使用 XVideo (默认是: forcexv)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3221 .IPs (no)hwaccel
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3222 使用硬件加速的缩放 (默认是: hwaccel)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3223 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3224 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3225 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3226 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3227 .B "vidix\ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3228 VIDIX (VIDeo Interface for *niX) 是不同显卡的视频加速特性的接口。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3229 非常快速的卡视频输出驱动支持它。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3230 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3231 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3232 .IPs <子设备>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3233 明确表示选择使用哪个 VIDIX 子设备驱动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3234 可用的子设备有 cyberblade, mach64, mga_crtc2, mga, nvidia, pm2, pm3, radeon,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3235 rage128, sis 和 unichrome。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3236 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3237 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3238 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3239 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3240 .B xvidix (仅用于 X11 )
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3241 VIDIX 的 X11 前台
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3242 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3243 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3244 .IPs <子设备>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3245 同 vidix 一样
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3246 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3247 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3248 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3249 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3250 .B "cvidix\ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3251 通用的平台独立的 VIDIX 前台, 甚至能用 nVidia 卡运行在文本控制台。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3252 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3253 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3254 .IPs <子设备>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3255 同 vidix 一样
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3256 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3257 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3258 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3259 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3260 .B winvidix (仅用于 Windows)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3261 VIDIX 的 Windows 前台
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3262 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3263 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3264 .IPs <子设备>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3265 同 vidix 一样
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3266 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3267 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3268 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3269 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3270 .B directx (仅用于 Windows)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3271 使用 DirectX 接口的视频输出驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3272 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3273 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3274 .IPs noaccel
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3275 关闭硬件加速。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3276 如果显示有问题, 尝试此选项。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3277 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3278 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3279 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3280 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3281 .B quartz (仅用于 Mac OS X)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3282 Mac OS X Quartz 视频输出驱动。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3283 在某些情况下, 锁定打包 YUV 输出格式, 如: \-vf format=yuy2, 可能更有效。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3284 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3285 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3286 .IPs device_id=<数值>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3287 选择全屏显示设备。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3288 .IPs fs_res=<宽>:<高>
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3289 指定全屏分辨率 (对慢系统有用)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3290 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3291 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3292 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3293 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3294 .B macosx (Mac OS X 10.4 或 10.3.9 的 QuickTime 7)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3295 Mac OS X CoreVideo 视频输出驱动
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3296 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3297 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3298 .IPs device_id=<数值>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3299 选择全屏显示设备。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3300 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3301 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3302 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3303 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3304 .B fbdev (仅用于 Linux)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3305 使用内核帧缓冲播放视频。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3306 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3307 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3308 .IPs <设备>
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3309 显式选择 fbdev 设备名 (如 /dev/\:fb0), 或者如果设备名以 "vidix" 开始
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3310 选择 VIDIX 子设备名 (如: sis 驱动的 "vidixsis_vid")。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3311 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3312 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3313 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3314 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3315 .B fbdev2 (仅用于 Linux)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3316 使用内核帧缓冲播放视频, 另一种实现。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3317 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3318 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3319 .IPs <设备>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3320 显式选择 fbdev 设备名 (默认是: /dev/\:fb0)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3321 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3322 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3323 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3324 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3325 .B "vesa\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3326 非常通用的视频输出驱动, 应该能用于任何的 VESA VBE 2.0 兼容卡。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3327 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3328 .RSs
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3329 .IPs (no)dga
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3330 打开或关闭DGA模式(默认为:打开)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3331 .IPs neotv_pal
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3332 激活 NeoMagic 电视输出并设置成 PAL 制式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3333 .IPs neotv_ntsc
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3334 激活 NeoMagic 电视输出并设置成 NTSC 制式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3335 .IPs vidix
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3336 使用 VIDIX 驱动
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3337 .IPs "lvo:\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3338 激活 Linux 视频重叠在 VESA 模式上面。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3339 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3340 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3341 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3342 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3343 .B "svga\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3344 使用 SVGA 库播放视频。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3345 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3346 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3347 .IPs "<视频模式>"
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3348 指定使用的视频模式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3349 此模式以 <宽>x<高>x<颜色> 格式给出, 如 640x480x16M 或图形模式数字, 如 84。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3350 .IPs bbosd
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3351 绘制 OSD 到(较慢)影片下方的黑条。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3352 .IPs native
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3353 只使用原生的绘制功能。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3354 避免直接渲染, OSD 和硬件加速。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3355 .IPs retrace
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3356 强制帧打开垂直 retrace。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3357 只与 \-double 合用有用。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3358 同 \-vsync 选项的效果一样。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3359 .IPs "sq\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3360 尝试选择方像素视频模式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3361 .IPs vidix
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3362 使用 VIDIX 的 svga。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3363 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3364 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3365 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3366 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3367 .B "gl\ \ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3368 OpenGL 视频输出驱动, 简版。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3369 视频尺寸一定小于 OpenGL 实现的最大纹理尺寸。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3370 瞄准能与甚至最基本的 OpenGL 实现一起工作,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3371 但也利用较新的扩展, 允许支持更多的色彩空间和直接渲染。
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3372 要获取最佳的速度,请尝试类似于
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3373 .br
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3374 \-vo gl:yuv=2:force\-pbo:ati\-hack \-dr \-noslices
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3375 .br
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3376 的选项。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3377 此代码执行极少的检测, 所以如果某个特性不工作,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3378 可能是因为你的卡或 OpenGL 实现不支持, 尽管连任何错误消息都没给你。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3379 使用 glxinfo 或类似的工具以显示支持的 OpenGL 扩展。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3380 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3381 .RSs
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3382 .IPs (no)ati\-hack
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3383 当使用了 PBO 时(当使用了 \-dr 或强制使用 \-pbo 时),AIT 驱动可能输出损坏的图像。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3384 该选项修正这一问题,代价是多使用了一点内存。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3385 .IPs (no)force\-pbo
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3386 总是使用 PBO 传输纹理,即使这需要额外的复制操作。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3387 当前该选项对于 NVidia 驱动能提升一点速度,而对于 ATI 驱动则是大大提升。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3388 可能需要 \-noslices 和 ati\-hack 子选项以使其正常工作。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3389 .IPs (no)scaled-osd
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3390 当窗口大小改变时, 改变 OSD 的行为方式 (默认是: 停用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3391 启用时, 行为就像其他的视频输出驱动, 对固定大小的字体更好。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3392 停用时似乎对 FreeType 更有利并使用全屏模式的边框。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3393 无法在使用 ass 字幕的情况下正确地工作(参见 \-ass)。作为替代性方法,你可以通过
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3394 \-vf ass在不用OpenGL的情况下渲染这种字幕。
26152
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
3395 .IPs osdcolor=<0xAARRGGBB>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
3396 OSD 颜色(默认值是:0x00ffffff,对应不透明的白色)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3397 .IPs rectangle=<0,1,2>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3398 选择矩形纹理保存视频内存的方法, 但常常会更慢 (默认是: 0)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3399 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3400 0: 使用 power-of-two 纹理 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3401 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3402 1: 使用 GL_ARB_texture_rectangle 扩展。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3403 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3404 2: 使用 GL_ARB_texture_non_power_of_two 扩展。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3405 在某些情况下仅软件支持所以非常慢。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3406 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3407 .IPs swapinterval=<n>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3408 两缓冲交换的最小间隔, 对已显示的帧计时 (默认是: 1)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3409 1 等价于启用 VSYNC, 0 等价于停用 VSYNC。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3410 系统对小于 0 的值忽略保持自己的默认值。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3411 此限制帧率到 (水平刷新率 / n)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3412 需要 GLX_SGI_swap_control 的支持。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3413 某些(大多数/所有?)实现仅工作于全屏模式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3414 .IPs yuv=<n>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3415 选择 YUV 到 RGB 转换的类型。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3416 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3417 0: 使用软件转换 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3418 兼容于所有的 OpenGL 版本。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3419 提供亮度, 对比度和饱和度控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3420 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3421 1: 使用寄存器组合。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3422 这里使用 nVidia 专用的扩展 (GL_NV_register_combiners)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3423 至少需要三个纹理单位。提供饱和度和色调的控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3424 此方法快速但不精确。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3425 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3426 2: 使用片断程序。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3427 需要 GL_ARB_fragment_program 扩展和至少三个纹理单位。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3428 提供亮度, 对比度, 饱和度和色调控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3429 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3430 3: 使用片断程序, 用到 POW 指令。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3431 需要 GL_ARB_fragment_program 扩展和至少三个纹理单位。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3432 提供亮度, 对比度, 饱和度, 色调和 gamma 控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3433 对红, 绿和蓝色, Gamma 也能被独立设置。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3434 方法 4 通常更快。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3435 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3436 4: 使用片断程序及附加的查询。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3437 需要 GL_ARB_fragment_program 扩展和至少四个纹理单位。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3438 提供亮度, 对比度, 饱和度, 色调和 gamma 控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3439 对红, 绿和蓝色, Gamma 也能被独立设置。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3440 .br
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3441 5: 使用 ATI 专用的方式(用于较老的显卡)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3442 这里使用 ATI 专用的扩展(GL_ATI_fragment_shader——不是
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3443 GL_ARB_fragment_shader!)。至少需要三个纹理单位。提供饱和度和色调的控制。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3444 此方法快速但不精确。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3445 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3446 6: 使用 3D 纹理通过查询做转换。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3447 需要 GL_ARB_fragment_program 扩展和至少四个纹理单位。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3448 既然使用一个纹理和边框像素, 在某些(所有?) ATI 卡上 (软件模拟) 极其慢。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3449 提供亮度, 对比度, 饱和度, 色调和 gamma 控制。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3450 对红, 绿和蓝色, Gamma 也能被独立设置。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3451 速度比其他方法更多地依赖于 GPU 内存带宽。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3452 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3453 .IPs lscale=<n>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3454 选择缩放功能供调节发光性。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3455 仅对 yuv 模式 2, 3, 4 和 6 有效。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3456 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3457 0: 使用简单线性过滤 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3458 .br
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3459 1:使用双立方体B曲线过滤 (较好的质量)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3460 需要一个额外的纹理单位。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3461 至少在全屏模式, 较旧的卡不能处理色度。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3462 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3463 2:在水平方向使用立方体过滤,在垂直方向使用线性过滤。比起方式1适用于稍多的显卡。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3464 .br
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3465 3:与 1 相同,但不使用参照纹理。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3466 可能在一些显卡上运行较快。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3467 .br
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3468 4:使用实验性的非锐化的蔽码,参数为支持 3x3 和 0.5 的强化。
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3469 .br
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3470 5:使用实验性的非锐化的蔽码,参数为支持 5x5 和 0.5 的强化。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3471 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3472 .IPs cscale=<n>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3473 选择缩放功能供调节色度.
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3474 详情参见 lscale。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3475 .IPs customprog=<文件名>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3476 从 <文件名> 装载定制的片断程序。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3477 示例参见 TOOLS/edgedect.fp。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3478 .IPs customtex=<文件名>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3479 从 <文件名> 装载定制的 "gamma ramp" 纹理。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3480 能用于与 yuv=4 或 customprog 选项的组合。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3481 .IPs (no)customtlin
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3482 如果启用(默认), 使用 GL_LINEAR 插值, 否则使用 GL_NEAREST 用于 customtex 纹理。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3483 .IPs (no)customtrect
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3484 如果启用, 使用 texture_rectangle 用于 customtex 纹理。默认是停用。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3485 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3486 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3487 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3488 正常情况下没有理由使用以下选项,它们大多是为了测试而存在的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3489 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3490 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3491 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3492 .IPs (no)glfinish
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3493 在交换缓存前调用glFinish()。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3494 较慢但在某些情况下输出更精确(默认:禁用)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3495 .IPs (no)manyfmts
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3496 允许支持更多的色彩格式(RGB和BGR)(默认:允许)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3497 要求OpenGL版本>=1.2。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3498 .IPs slice-height=<0\-...>
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3499 所复制的单片纹理中包含多少行内容(默认值:0)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3500 0代表整幅图像。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3501 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3502 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3503 如果使用了YUV色彩空间(参见yuv子选项),将使用特别的规则:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3504 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3505 如果解码器采用分片渲染方式(参见\-noslices),该设置没有任何效果,所采用的分片大
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3506 小由解码器提供。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3507 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3508 如果解码器不采用分片泻染方式,则默认值为16。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3509 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3510 .IPs (no)osd
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3511 允许或禁止通过OpenGL支持OSD渲染(默认:允许)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3512 此选项用于测试;而禁用OSD应使用\-osdlevel 0。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3513 .IPs (no)aspect
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3514 允许或禁止支持保持比例缩放和全景缩放方式(默认:允许)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3515 禁用的话可能提高速度。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3516 .REss
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3517 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3518 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3519 .
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3520 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3521 .B "gl2\ \ \ \ "
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3522 OpenGL 视频输出驱动的修改版。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3523 支持大于最大纹理尺寸的视频,但是缺少许多 GL 驱动的高级功能和优化选项,并且以后也
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
3524 不大可能扩展功能。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3525 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3526 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3527 .IPs (no)glfinish
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3528 同 gl 一样 (默认是: 启用)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3529 .IPs yuv=<n>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3530 选择 YUV 到 RGB 转换的类型。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3531 如果设置不同于 0 的其它值 OSD 被停用, 而亮度, 对比度和
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3532 gamma 的设置只能是通过全局的 X 服务器的设置才有效。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3533 其它的值的意思同 \-vo gl 一样。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3534 .REss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3535 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3536 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3537 .B "null\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3538 不产生视频输出。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3539 对基准测试有用。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3540 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3541 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3542 .B "aa\ \ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3543 ASCII art 视频输出驱动工作于文字控制台。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3544 通过执行 \-vo aa:help,你能得到可用子选项的列表和解释。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3545 .br
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3546 .I 注意:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3547 该驱动不能正确处理 \-aspect 选项。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3548 .br
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3549 .I 提示:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3550 你很可能得指定 \-monitorpixelaspect 选项。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3551 试试‘mplayer \-vo aa \-monitorpixelaspect 0.5’。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3552 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3553 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3554 .B "caca\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3555 彩色 ASCII art 视频输出驱动工作于文字控制台。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3556 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3557 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3558 .B "bl\ \ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3559 使用 Blinkenlights UDP 协议回放视频。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3560 此驱动高度特定于硬件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3561 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3562 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3563 .IPs <子设备>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3564 显式选择 Blinkenlights 子设备。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3565 这多少有点像 arcade:host=localhost:2323 或 hdl:file=文件名1,file=文件名2。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3566 你必须指定一个子设备。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3567 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3568 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3569 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3570 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3571 .B "ggi\ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3572 GGI 图形系统视频输出驱动
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3573 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3574 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3575 .IPs <驱动>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3576 显式选择 GGI 驱动。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3577 替换任何的 "," 为 "."。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3578 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3579 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3580 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3581 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3582 .B directfb
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3583 使用 DirectFB 库播放视频 。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3584 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3585 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3586 .IPs (no)input
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3587 使用 DirectFB 替代 MPlayer 键盘码 (默认是: 启用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3588 .IPs buffermode=single|double|triple
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3589 如果想避免撕裂问题, 双倍和三倍缓冲是最好的结果。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3590 三倍缓冲比双倍缓冲更有效, 因为它等待垂直 retrace 时不限制 MPlayer。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3591 单一缓冲应避免 (默认是: 单一)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3592 .IPs fieldparity=top|bottom
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3593 为交错帧控制输出次序 (默认是: 停用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3594 有效值 top = 先顶域, bottom = 先底域。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3595 此选项对逐行(像大多数 MPEG)影片不影响。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3596 如果观看交错影片时遇到撕裂问题或动作不顺畅, 需启用此选项。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3597 .IPs layer=N
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3598 锁定回放的层标识 N (默认值:\-1——自动)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3599 .IPs dfbopts=<list>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3600 指定 DirectFB 参数列表。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3601 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3602 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3603 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3604 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3605 .B "dfbmga\ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3606 Matrox G400/\:G450/\:G550 专用的视频输出驱动
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3607 使用 DirectFB 库以利用特别的硬件特性。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3608 启用 CRTC2 (第二头), 独立于第一头显示视频。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3609 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3610 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3611 .IPs (no)input
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3612 同 directfb 一样 (默认是: 停用)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3613 .IPs buffermode=single|double|triple
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3614 同 directfb 一样(默认是: triple)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3615 .IPs fieldparity=top|bottom
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3616 同 directfb 一样
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3617 .IPs (no)bes
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3618 启用 Matrox BES(后台缩放) (默认是: 停用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3619 因为图像插值过程在硬件里完成, 结果是非常好的速度和输出质量。但仅工作于主头。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3620 .IPs (no)spic
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3621 利用 Matrox 子图像层显示 OSD (默认是: 启用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3622 .IPs (no)crtc2
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3623 用第二头打开电视输出 (默认是: 启用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3624 输出质量出奇的好, 因为这是交错图像对每个奇/\:偶域有恰当的同步。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3625 .IPs tvnorm=pal|ntsc|auto
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3626 设置 Matrox 卡的电视制式不需要改变 /etc/\:directfbrc (默认是: 停用)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3627 有效的制式是 pal = PAL, ntsc = NTSC。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3628 特别的制式是 auto (auto-仅仅使用 PAL/\:NTSC),
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3629 因为是通过察看影片的帧率决定使用什么制式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3630 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3631 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3632 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3633 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3634 .B mga (仅用于 Linux )
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3635 Matrox 专用的视频输出驱动通过内核模式利用 Gxxx 卡的 YUV 后台缩放器。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3636 如果有 Matrox 卡, 这是最快的选项。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3637 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3638 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3639 .IPs <设备名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3640 显式选择 Matrox 设备名 (默认是: /dev/\:mga_vid)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3641 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3642 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3643 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3644 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3645 .B xmga (仅用于 Linux, X11)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3646 mga 视频输出驱动, 运行在 X11 窗口。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3647 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3648 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3649 .IPs <设备名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3650 显式选择 Matrox 设备名 (默认是: /dev/\:mga_vid)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3651 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3652 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3653 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3654 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3655 .B s3fb(仅适用于Linux)(另参见 \-vf yuv2 和 \-dr)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3656 S3 Virge专用的视频输出驱动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3657 此驱动支持显卡的YUV转换与缩放、双重缓冲和直接渲染的功能。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3658 使用\-vf yuy2以采用硬件加速下的YUV2渲染,这种方式在此款显卡下比YV12快很多。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3659 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3660 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3661 .IPs <device>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3662 明确表示选择使用哪个fbdev设备名(默认值:/dev/\:fb0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3663 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3664 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3665 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3666 .TP
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3667 .B 3dfx (仅用于 Linux)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3668 3dfx 专用的视频输出驱动,此驱动在 X11 上直接使用硬件。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3669 只支持 16 bpp。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3670 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3671 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3672 .B tdfxfb (仅用于 Linux)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3673 此驱动使用 tdfxfb 帧缓冲驱动以在3dfx卡上的使用YUV加速播放影片。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3674 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3675 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3676 .IPs <设备名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3677 显式选择 fbdev 设备名 (默认是: /dev/\:fb0)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3678 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3679 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3680 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3681 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3682 .B tdfx_vid (仅用于 Linux)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3683 3dfx 专用的视频输出驱动,此驱动与tdfx_vid内核模块协同工作。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3684 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3685 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3686 .IPs <设备名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3687 显式选择设备名 (默认是: /dev/\:tdfx_vid)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3688 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3689 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3690 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3691 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3692 .B dxr2 (也请参见 \-dxr2) (仅用于 DXR2)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3693 Creative DXR2 专用的视频输出驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3694 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3695 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3696 .IPs <vo_driver>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3697 输出视频子驱动用作重叠 (x11, xv)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3698 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3699 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3700 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3701 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3702 .B dxr3 (仅用于 DXR3)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3703 Sigma Designs em8300 MPEG 解码器芯片 (Creative DXR3, Sigma Designs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3704 Hollywood Plus) 专用的视频输出驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3705 也请参见 lavc 视频过滤器。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3706 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3707 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3708 .IPs overlay
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3709 激活重叠代替电视输出。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3710 .IPs prebuf
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3711 打开预缓冲。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3712 .IPs "sync\ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3713 将打开新的 sync-engine。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3714 .IPs norm=<制式>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3715 指定电视制式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3716 .RSss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3717 0: 不改变目前制式 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3718 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3719 1: 使用 PAL/\:NTSC 自动调节。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3720 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3721 2: 使用 PAL/\:PAL-60 自动调节。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3722 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3723 3: PAL
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3724 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3725 4: PAL-60
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3726 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3727 5: NTSC
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3728 .RE
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3729 .IPs <0\-3>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3730 如果有多于一个 em8300 卡, 指定设备号。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3731 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3732 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3733 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3734 .TP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3735 .B ivtv(仅适用于 IVTV)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3736 Conexant CX23415 (iCompression iTVC15) 或 Conexant CX23416 (iCompression
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3737 iTVC16) MPEG 解码器芯片 (Hauppauge WinTV PVR-150/250/350/500)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3738 专用的视频输出驱动供电视输出。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3739 也请参见 lavc 视频过滤器。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3740 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3741 .RSs
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3742 .IPs <device>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3743 显式选择 MPEG 解码器设备名 (默认是: /dev/video16)。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3744 .IPs <output>
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3745 显式选择电视输出用于视频信号。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3746 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3747 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3748 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3749 .TP
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3750 .B v4l2(需要Linux 2.6.22+的内核)
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3751 带有内建硬件MPEG解码器的V4L2标准扩展卡的视频输出驱动。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3752 另参见lavc视频滤镜。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3753 .PD 0
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3754 .RSs
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3755 .IPs <device>
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3756 明确选定所使用的MPEG解码设备的名称(默认值:/dev/video16)。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3757 .IPs <output>
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3758 明确选定用于视频信号的电视输出输出口。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3759 .RE
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3760 .PD 1
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3761 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
3762 .TP
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3763 .B mpegpes (仅用于 DVB)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3764 视频输出驱动用于 DVB 卡写输出到一个 MPEG-PES 文件, 如果没有安装 DVB 卡。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3765 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3766 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3767 .IPs card=<1\-4>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3768 如果有多于一个 DVB 输出卡, 指定设备号 (仅适用于 V3 API, 比如 1.x.y 驱动系列)。
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
3769 如果不指定,mplayer 将搜索第一个可用的卡。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3770 .IPs <文件名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3771 输出文件名 (默认是: ./grab.mpg)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3772 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3773 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3774 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3775 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3776 .B zr (也请参见 \-zr* 和 \-zrhelp)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3777 一些 MJPEG 捕捉/\:回放卡的视频输出驱动。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3778 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3779 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3780 .B zr2 (也请参见 zrmjpeg 视频 过滤器)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3781 一些 MJPEG 捕捉/\:回放卡的视频输出驱动, 第二代。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3782 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3783 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3784 .IPs dev=<设备>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3785 指定视频设备。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3786 .IPs norm=<PAL|NTSC|SECAM|auto>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3787 指定视频制式 (默认是: auto)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3788 .IPs (no)prebuf
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3789 激活或撤销预缓冲, 还没被支持。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3790 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3791 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3792 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3793 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3794 .B "md5sum\ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3795 计算每帧的 MD5 和并写入文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3796 支持 RGB24 和 YV12 色彩空间。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3797 对调试有用。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3798 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3799 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3800 .IPs outfile=<参数值>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3801 指定输出文件名 (默认是: ./md5sums)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3802 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3803 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3804 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3805 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3806 .B yuv4mpeg
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3807 变换视频流为无压缩 YUV 4:2:0 图像序列并储存到文件 (默认是: ./stream.yuv)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3808 格式与 mjpegtools 所用的一样,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3809 所以如果想要用 mjpegtools 套装软件处理视频, 这就有用。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3810 它支持 YV12, RGB (24 bpp) 和 BGR (24 bpp) 格式。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3811 能与 \-fixed\-vo 选项组合来连接具有相同维数和 fps 值的文件。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3812 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3813 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3814 .IPs interlaced
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3815 作为交错帧写输出, 先顶域。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3816 .IPs interlaced_bf
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3817 作为交错帧写输出, 先底域。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3818 .IPs file=<文件名>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3819 写输出到 <文件名> 代替默认的 stream.yuv。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3820 .REss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3821 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3822 .RS
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3823 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
3824 .I 注意:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
3825 如果你不指定任何选项, 输出的是逐行的(即没有交错的)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3826 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3827 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3828 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3829 .B "gif89a\ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3830 输出每帧到当前目录的单个动画 GIF 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3831 仅支持 24 bpp 的 RGB 格式并转换输出为 256 色。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3832 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3833 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3834 .IPs <fps>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3835 指定浮点数帧率 (默认是: 5.0)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3836 .IPs <output>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3837 指定输出文件名 (默认是: ./out.gif)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3838 .REss
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3839 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3840 .RS
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3841 .sp 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3842 .I 注意:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3843 你必须在指定文件名之前指定帧率, 否则帧率成为文件名的一部分。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3844 .sp 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3845 .I 示例:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3846 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3847 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3848 .RSs
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3849 mplayer video.nut \-vo gif89a:fps=15.0:output=test.gif
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3850 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3851 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3852 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3853 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3854 .B "jpeg\ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3855 输出每帧到当前目录的 JPEG 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3856 每帧以前面 0 填充引导的帧号作为文件名。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3857 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3858 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3859 .IPs [no]progressive
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3860 指定标准的或逐行的 JPEG (默认是: noprogressive)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3861 .IPs [no]baseline
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3862 指定是否使用基线 (默认是: baseline)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3863 .IPs optimize=<0\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3864 优化因子 (默认是: 100)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3865 .IPs smooth=<0\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3866 平滑因子 (默认是: 0)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3867 .IPs quality=<0\-100>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3868 质量因子 (默认是: 75)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3869 .IPs outdir=<dirname>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3870 指定保存 JPEG 文件的目录 (默认是: ./)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3871 .IPs subdirs=<前缀>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3872 创建编号的子目录保存文件, 用指定的前缀而不是用当前的目录。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
3873 .IPs "maxfiles=<参数值>(仅用于 subdirs)"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3874 用于在每个子目录保存文件的最大编号。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3875 必须大于或等于 1 (默认是: 1000)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3876 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3877 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3878 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3879 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3880 .B "pnm\ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3881 输出每帧到当前目录的 PNM 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3882 每帧以前面 0 填充引导的帧号作为文件名。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3883 它在 raw 和 ASCII 模式下支持 PPM, PGM 和 PGMYUV 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3884 也请参见 pnm(5), ppm(5) 和 pgm(5)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3885 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3886 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3887 .IPs "ppm\ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3888 写 PPM 文件 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3889 .IPs "pgm\ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3890 写 PGM 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3891 .IPs pgmyuv
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3892 写 PGMYUV 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3893 PGMYUV 像 PGM, 但也包含 U 和 V 平面, 添加在图像的底部。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3894 .IPs "raw\ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3895 在 raw 模式下写 PNM 文件 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3896 .IPs ascii
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3897 在 ASCII 模式下写 PNM 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3898 .IPs outdir=<目录名>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3899 指定目录保存 PNM 文件 (默认是: ./)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3900 .IPs subdirs=<前缀>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3901 创建编号的子目录保存文件, 用指定的前缀而不是用当前的目录。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3902 .IPs maxfiles=<参数值> (仅用于 subdirs)
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3903 用于在每个子目录保存文件的最大编号。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3904 必须大于或等于 1 (默认是: 1000)。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3905 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3906 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3907 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3908 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3909 .B "png\ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3910 输出每帧到当前目录的 PNG 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3911 每帧以前面 0 填充引导的帧号作为文件名。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3912 支持 24 bpp 的 RGB 和 BGR 格式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3913 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3914 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3915 .IPs z=<0\-9>
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3916 指定压缩级别。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3917 0 没压缩, 9 最强压缩。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3918 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3919 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3920 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3921 .TP
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3922 .B "tga\ \ \ \ "
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3923 输出每帧到当前目录的 Targa 文件。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3924 每帧以前面 0 填充引导的帧号作为文件名。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3925 此视频输出驱动的目的是拥有一个简单无损失的图像绘制器且不需要任何外部库。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3926 支持 15, 24 和 32 bpp 的 BGR[A] 色彩格式。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3927 你能锁定一个特殊的格式带视频格式过滤器。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3928 .sp 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3929 .I 示例:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3930 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3931 .PD 0
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3932 .RSs
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3933 mplayer video.nut \-vf format=bgr15 \-vo tga
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3934 .RE
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3935 .PD 1
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3936 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3937 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3938 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
3939 .SH "解码/过滤器选项"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3940 .
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3941 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3942 .B \-ac <[\-|+]编解码器1,[\-|+]编解码器2,...[,]>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
3943 按照在 codecs.conf 中音频编解码器的名称, 指定使用它们的优先级列表。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
3944 编解码器名称前使用 "\-" 表示忽略它。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3945 编解码器名称前使用 "+" 表示锁定它, 这有可能会崩溃!
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
3946 如果列表尾有 "," MPlayer 使用没有列出的编解码器作为后备。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3947 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3948 .I 注意:
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
3949 可用的编解码器其完整列表请参见 \-ac help。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3950 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
3951 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3952 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3953 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3954 .IPs "\-ac mp3acm"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3955 锁定 l3codeca.acm MP3 编解码器。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3956 .IPs "\-ac mad,"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3957 先尝试 libmad, 其它作为后备。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3958 .IPs "\-ac hwac3,a52,"
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
3959 先尝试通过硬件解码AC-3, 然后是软件AC-3, 最后是其它。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3960 .IPs "\-ac hwdts,"
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
3961 先尝试通过硬件解码DTS, 然后是其它。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3962 .IPs "\-ac \-ffmp3,"
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3963 跳过 FFmpeg 的 MP3 编解码器。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3964 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3965 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3966 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
3967 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
3968 .B \-af\-adv <force=(0\-7):list=(filters)> (也请参见 \-af)
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3969 指定高级音频过滤器选项:
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3970 .RSs
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3971 .IPs force=<0\-7>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3972 锁定音频过滤器的插入为下面其中之一:
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3973 .RSss
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3974 0: 使用完全自动的过滤器插入。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3975 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3976 1: 精度优化 (默认)。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3977 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3978 2: 速度优化。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3979 .I 警告:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3980 某些音频过滤器特性可能默默地消失, 且音质可能下降。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3981 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3982 3: 使用无自动的过滤器插入且无优化。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3983 .I 警告:
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3984 使用此设定可能使 MPlayer 崩溃。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3985 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3986 4: 根据 0 以上的, 使用自动的过滤器插入,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3987 但尽可能使用浮点处理。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3988 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3989 5: 根据 1 以上的, 使用自动的过滤器插入,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3990 但尽可能使用浮点处理。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3991 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3992 6: 根据 2 以上的, 使用自动的过滤器插入,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3993 但尽可能使用浮点处理。
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3994 .br
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3995 7: 根据 3 以上的, 使用自动的过滤器插入,
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3996 但尽可能使用浮点处理。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
3997 .REss
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3998 .IPs list=<过滤器列表>
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
3999 同 \-af 一样。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4000 .RE
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4001 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4002 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4003 .B \-afm <驱动1,驱动2,...>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4004 按照在 codecs.conf 中音频编解码器族的名称, 指定使用它们的优先级列表。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4005 如果给定的编解码器族没一个能工作, 使用默认的后备编解码器族。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4006 如果列表尾有 "," MPlayer 使用没有列出的编解码器作为后备。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
4007 .br
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4008 .I 注意:
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4009 可用的编解码器族其完整列表请参见 \-afm help。
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
4010 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4011 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4012 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4013 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4014 .IPs "\-afm ffmpeg"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4015 先尝试 FFmpeg 的 libavcodec 编解码器。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4016 .IPs "\-afm acm,dshow"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4017 先尝试 Win32 编解码器。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4018 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4019 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4020 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4021 .TP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4022 .B \-aspect <高宽比> (也请参见 \-zoom)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4023 重载影片的高宽比, 万一播放中的文件的高宽比信息不正确或缺少。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4024 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4025 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4026 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4027 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4028 \-aspect 4:3 或 \-aspect 1.3333
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4029 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4030 \-aspect 16:9 或 \-aspect 1.7777
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4031 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4032 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4033 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4034 .TP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4035 .B \-noaspect
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4036 停用影片高宽比的自动补偿。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4037 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4038 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4039 .B "\-field\-dominance <\-1\-1>"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4040 设置隔行扫描内容的第一个域。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4041 对于那些使帧速加倍的去隔行扫描器来说那很有用:\-vf tfields=1, \-vf yadif=1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4042 和 \-vo xvmc:bobdeint。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4043 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4044 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4045 .IPs \-1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4046 自动(默认值):如果解码器不导出适当的信息的话,其将设回为0(上半域)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4047 .IPs 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4048 上半域为第一个域
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4049 .IPs 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4050 下半域为第一个域
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4051 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4052 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4053 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4054 .TP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4055 .B "\-flip \ "
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4056 上下翻转图像。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4057 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4058 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4059 .B \-lavdopts <选项1:选项2:...> (调试代码)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4060 指定 libavcodec 解码参数。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4061 用逗号分隔多重选项。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4062 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4063 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4064 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4065 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4066 \-lavdopts gray:skiploopfilter=all:skipframe=nonref
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4067 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4068 .PD 1
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4069 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4070 .RS
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4071 可用的选项有:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4072 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4073 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4074 .IPs bitexact
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4075 对所有的解码步骤只用 bit-exact 算法 (用于编解码测试)。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4076 .IPs bug=<参数值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4077 手工绕过编码器错误:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4078 .RSss
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4079 0: 无
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4080 .br
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4081 1: 自动检测错误 (默认)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4082 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4083 2 (msmpeg4v3): 老式 lavc 生成的 msmpeg4v3 文件 (不自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4084 .br
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4085 4 (mpeg4): Xvid 交错错误 (如果 fourcc==XVIX, 会自动检测)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4086 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4087 8 (mpeg4): UMP4 (如果 fourcc==UMP4, 会自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4088 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4089 16 (mpeg4): 填补错误 (自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4090 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4091 32 (mpeg4): 非法 vlc 错误 (每个 fourcc 都自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4092 .br
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4093 64 (mpeg4): Xvid 或 DivX qpel 错误 (每个 fourcc/\:版本都自动检测)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4094 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4095 128 (mpeg4): 旧标准的 qpel (每个 fourcc/\:版本都自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4096 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4097 256 (mpeg4): 另一个 qpel 错误 (每个 fourcc/\:版本都自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4098 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4099 512 (mpeg4): direct-qpel-blocksize 错误 (每个 fourcc/\:版本都自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4100 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4101 1024 (mpeg4): 边沿填补错误 (每个 fourcc/\:版本都自动检测)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4102 .REss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4103 .IPs debug=<参数值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4104 显示调试信息。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4105 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4106 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4107 0: 停用
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4108 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4109 1: 图像信息
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4110 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4111 2: 率控制
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4112 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4113 4: 比特流
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4114 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4115 8: 宏块(MB)类型
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4116 .br
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4117 16: 每块的量化参数(QP)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4118 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4119 32: 运动矢量
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4120 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4121 0x0040: 运动矢量可视化 (使用 \-noslices)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4122 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4123 0x0080: 宏块(MB)跳略
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4124 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4125 0x0100: 启动码
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4126 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4127 0x0200: PTS
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4128 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4129 0x0400: 错误恢复力(resilience)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4130 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4131 0x0800: 内存管理控制操作(H.264)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4132 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4133 0x1000: 错误
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4134 .br
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4135 0x2000: 可视化量化参数(QP), QP 值越低着色越绿。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4136 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4137 0x4000: 可视化块型。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4138 .REss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4139 .IPs ec=<参数值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4140 设置错误隐藏策略。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4141 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4142 1: 对受损的宏块使用强去块(deblock)过滤器。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4143 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4144 2: 往返式运动矢量(MV)搜寻 (慢)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4145 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4146 3: 全部 (默认)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4147 .REss
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4148 .IPs er=<参数值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4149 设置错误恢复力策略。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4150 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4151 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4152 0: 停用
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4153 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4154 1: 谨慎的 (应该能用于破编码器。)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4155 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4156 2: 正常的 (默认) (用于正常的编码器。)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4157 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4158 3: 挑衅的 (更多检查, 但是连有效的比特流也可能导致问题。)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4159 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4160 4: 非常挑衅的
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4161 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4162 .IPs "fast (仅用于MPEG-2、MPEG-4和H.264)"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4163 启用与标准不符的优化,并且可能导致一些潜在的问题, 诸如简化反量化步聚,想当然地使
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4164 用默认的量化矩阵,想当然地采用YUV 4:2:0,以及跳过一些检测受损比特流的检查步骤。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4165 .IPs "gray\ "
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4166 只灰度图像解码 (比彩色解码快一点)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4167 .IPs "idct=<0\-99> (参见 \-lavcopts)"
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4168 为了最佳的解码品质, 使用与编码和解码时相同的 IDCT 算法。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4169 不过这可能会牺牲一些精确性。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4170 .IPs lowres=<数值>[,<宽度>]
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4171 以较低的分辨率解码。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4172 低分辨率解码还不被所有的边界码器支持, 且常常导致难看的图像。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4173 这不是有错误, 只是一个副作用, 全分辨率时不解码。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4174 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4175 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4176 0: 停用
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4177 .br
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4178 1: 1/2 分辨率
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4179 .br
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4180 2: 1/4 分辨率
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4181 .br
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4182 3: 1/8 分辨率
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4183 .REss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4184 .RS
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4185 如果 <宽度> 指定了, 就使用了低分辨率解码,
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4186 只要视频的宽度宽过(is major than)或等于 <宽度>。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4187 .RE
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
4188 .IPs "o\ \ \ \ "
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
4189 FIXME:没有说明文档
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4190 .IPs "sb=<数值> (仅用于 MPEG-2)"
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4191 跳过宏块底部的制定行数。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4192 .IPs "st=<数值> (仅用于 MPEG-2)"
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4193 跳过宏块顶部的制定行数。
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4194 .IPs "skiploopfilter=<跳略值>(仅用于 H.264)"
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4195 在 H.264 解码期间跳过循环过滤器(亦称为 "去块")。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4196 既然被过滤的帧被当作解码依赖帧的引用, 在品质上
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4197 这比不进行去块步骤, 如不对 MPEG-2 视频去块, 效果更差。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4198 但是至少对高比特流的 HDTV 提供了大的提速且不损失视觉品质。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4199 .sp 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4200 <跳略值> 可以是以下的值之一:
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4201 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4202 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4203 none: 从不跳过。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4204 .br
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4205 default: 跳过无用的处理步骤 (如: AVI 中的 0 大小的包)。
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4206 .br
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4207 nonref: 跳过没被引用的帧 (即, 不用于解码其它的帧, 错误不能 "兴旺")。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4208 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4209 bidir: 跳过 B-帧。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4210 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4211 nonkey: 跳过所有的帧除了 keyframes。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4212 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4213 all: 跳过所有的帧。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4214 .REss
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
4215 .IPs "skipidct=<跳略值> (仅用于 MPEG1/2)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4216 跳过 IDCT 步骤。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4217 在几乎所有的情况下此步骤使得品质降级许多
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4218 (可用的跳略值请参见 skiploopfilter)。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4219 .IPs skipframe=<跳略值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4220 完全跳过解码帧。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4221 大的提速, 但是有痉挛的动作或有时糟糕的图像
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4222 (可用的跳略值请参见 skiploopfilter)。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4223 .IPs "threads=<1\-8>(仅用于 MPEG-1/2 和 H.264)"
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4224 用于解码的线程数 (默认是: 1)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4225 .IPs vismv=<参数值>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4226 可视化运动矢量。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4227 .RSss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4228 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4229 0: 停用
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4230 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4231 1: 可视化 P-帧的前瞻运动矢量。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4232 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4233 2: 可视化 B-帧的前瞻运动矢量。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4234 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4235 4: 可视化 B-帧的后瞻运动矢量。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4236 .REss
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4237 .IPs vstats
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4238 打印一些统计量并保存到 ./vstats_*.log。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4239 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4240 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4241 .TP
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4242 .B \-noslices
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4243 停用 16-像素高的片/\:条方式绘制视频, 而是一次绘制整个帧。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4244 可能更快或更慢, 取决于显卡和可用的缓存。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4245 它只对 libmpeg2 和 libavcodec 编解码器有效。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4246 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
4247 .TP
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4248 .B \-nosound
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4249 不播放/\:编码声音。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4250 对基准测试有用。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4251 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4252 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4253 .B \-novideo
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4254 不播放/\:编码视频。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4255 但在许多情况下不工作, 请使用 \-vc null \-vo null 替代。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4256 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4257 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4258 .B \-pp <品质> (也请参见 \-vf pp)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4259 设置 DLL 的后期处理级别。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4260 仅可以用于有内部后期处理例程的 Win32 DirectShow DLL。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4261 此选项不再对 \-vf pp 有用。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4262 \-pp 参数值的有效范围依编解码器不同而不同, 大部分为
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4263 0\-6, 其中 0=禁用 6=最慢/\:最好。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4264 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4265 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4266 .B \-pphelp (也请参见 \-vf pp)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4267 显示可用的后期处理滤镜及其用法的简介。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4268 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4269 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4270 .B \-ssf <模式>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4271 指定软件缩放参数。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4272 .sp 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4273 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4274 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4275 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4276 \-vf scale \-ssf lgb=3.0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4277 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4278 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4279 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4280 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4281 .IPs lgb=<0\-100>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4282 高斯柔化过滤器 (亮度)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4283 .IPs cgb=<0\-100>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4284 高斯柔化过滤器 (色度)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4285 .IPs ls=<\-100\-100>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4286 锐化过滤器 (亮度)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4287 .IPs cs=<\-100\-100>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4288 锐化过滤器 (色度)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4289 .IPs chs=<h>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4290 水平色度偏移
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4291 .IPs cvs=<v>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4292 垂直色度偏移
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4293 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4294 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4295 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4296 .TP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4297 .B \-stereo <模式>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4298 选择 MP2/\:MP3 立体声输出的类型。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4299 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4300 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4301 .IPs 0
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4302 立体声
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4303 .IPs 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4304 左声道
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4305 .IPs 2
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4306 右声道
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4307 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4308 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4309 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4310 .TP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4311 .B \-sws <软件缩放类型> (也请参见 \-vf scale 和 \-zoom)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4312 指定软件缩放算法用于 \-zoom 选项。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4313 这对缺少硬件加速, 如 x11 的视频输出驱动不影响。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4314 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4315 可用选项有:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4316 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4317 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4318 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4319 .IPs 0
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4320 快速二次线性
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4321 .IPs 1
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4322 快速二次线性
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4323 .IPs 2
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4324 二次立方 (品质好) (默认)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4325 .IPs 3
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4326 实验中
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4327 .IPs 4
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4328 最短距离 (品质差)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4329 .IPs 5
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4330 area
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4331 .IPs 6
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4332 亮度二次立方/色度二次线性
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4333 .IPs 7
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4334 高斯
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4335 .IPs 8
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4336 sincR
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4337 .IPs 9
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4338 lanczos
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4339 .IPs 10
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4340 自然二次立方样条曲线
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4341 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4342 .PD 1
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4343 .sp 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4344 .RS
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4345 .I 注意:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4346 有些 \-sws 选项可调。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4347 视频缩放过滤器的描述有更多的信息。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4348 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4349 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4350 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4351 .B \-vc <[\-|+]编解码器1,[\-|+]编解码器2,...[,]>
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4352 按照在 codecs.conf 中视频编解码器的名称, 指定使用它们的优先级列表。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4353 编解码器名称前使用 "\-" 表示忽略它。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4354 编解码器名称前使用 "+" 表示锁定它, 这有可能会崩溃!
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4355 如果列表尾有 "," MPlayer 使用没有列出的编解码器作为后备。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4356 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4357 .I 注意:
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4358 可用的编解码器其完整列表请参见 \-vc help。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4359 .sp 1
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
4360 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4361 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4362 .RSs
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4363 .IPs "\-vc divx"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4364 锁定 Win32/\:VfW DivX 编解码器, 无后备。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4365 .IPs "\-vc \-divxds,\-divx,"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4366 跳过 Win32 DivX 编解码器。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4367 .IPs "\-vc ffmpeg12,mpeg12,"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4368 先尝试 libavcodec 的 MPEG-1/2 编解码器, 其次是 libmpeg2, 然后是其它的。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4369 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4370 .PD 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4371 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4372 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4373 .B \-vfm <驱动1,驱动1,...>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4374 按照在 codecs.conf 中视频编解码器族的名称, 指定使用它们的优先级列表。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4375 如果给定的编解码器族没一个能工作, 使用默认的后备编解码器族。
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
4376 如果列表尾有 "," MPlayer 使用没有列出的编解码器作为后备。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4377 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4378 .I 注意:
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4379 可用的编解码器族其完整列表请参见 \-vfm help。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4380 .sp 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4381 .I 示例:
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4382 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4383 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4384 .IPs "\-vfm ffmpeg,dshow,vfw"
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4385 先尝试 libavcodec, 其次是 Directshow, 然后 VfW 编解码器,
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4386 最后如果它们都不工作使用其它后备的。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4387 .IPs "\-vfm xanim"
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4388 先尝试 XAnim 编解码器。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4389 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4390 .PD 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4391 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4392 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4393 .B \-x <x> (也请参见 \-zoom) (仅用于 MPlayer)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4394 缩放图像到宽度 <x> (如果软件/\:硬件缩放可用)。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4395 停用高宽比计算。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4396 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4397 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4398 .B \-xvidopts <选项1:选项2:...>
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4399 指定使用Xvid解码时的附加参数。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4400 .br
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4401 .I 注意:
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4402 既然 libavcodec 快过 Xvid 你可能想使用
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4403 libavcodec 后期处理过滤器 (\-vf pp) 和解码器 (\-vfm ffmpeg) 来替换。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4404 .sp 1
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4405 Xvid 的内部后期处理过滤器有:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4406 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4407 .RSs
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4408 .IPs "deblock-chroma(也请参见 \-vf pp)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4409 色度去块(deblock)过滤器
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4410 .IPs "deblock-luma(也请参见 \-vf pp)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4411 亮度去块(deblock)过滤器
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4412 .IPs "dering-luma(也请参见 \-vf pp)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4413 亮度去环(deringing)过滤器
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4414 .IPs "dering-chroma(也请参见 \-vf pp)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4415 色度去环(deringing)过滤器
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
4416 .IPs "filmeffect(也请参见 \-vf noise)"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4417 在视频中添加人工的胶片纹理。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4418 可能提高了视觉品质, 虽然降低了真实的品质。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4419 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4420 .sp 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4421 .RS
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4422 渲染方法:
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4423 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4424 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4425 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4426 .IPs "dr2\ \ "
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4427 激活直接渲染的方法 2。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4428 .IPs nodr2
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4429 撤销直接渲染的方法 2。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4430 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4431 .PD 1
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4432 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4433 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4434 .B \-xy <参数值> (也请参见 \-zoom)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4435 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4436 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4437 .IPs 参数值<=8
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4438 按因子 <参数值> 缩放图像。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4439 .IPs 参数值>8
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4440 设置图像宽度为参数值, 并计算图像高度以保持高宽比。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4441 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4442 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4443 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
4444 .TP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4445 .B \-y <y> (也请参见 \-zoom) (仅用于 MPlayer)
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4446 缩放图像到高度 <y> (如果软件/\:硬件缩放可用)。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4447 停用高宽比计算。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4448 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4449 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4450 .B "\-zoom\ \ "
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4451 在可能的情况下允许使用软件缩放。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4452 不支持硬件缩放的输出驱动(像 x11, fbdev), 因为性能缘故
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4453 而被 MPlayer 默认停用缩放, 但现在允许软件缩放。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4454 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4455 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4456 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
4457 .SH "音频过滤器"
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4458 音频过滤器允许你修改音频流及其属性。
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4459 语法是:
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4460 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4461 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4462 .B \-af <过滤器1[=参数1:参数2:...],过滤器2,...>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4463 建立音频过滤器链。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4464 .PP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4465 .I 注意:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4466 请参见 \-af help, 获得可用的音频过滤器其完整列表。
26152
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4467 .sp 1
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4468 音频过滤器以列表的形式进行管理。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4469 有一些命令是用来管理这个过滤器列表的。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4470 .
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4471 .TP
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4472 .B \-af\-add <过滤器1[,过滤器2,...]>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4473 将参数中给出的过滤器添加至过滤器列表的末尾。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4474 .
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4475 .TP
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4476 .B \-af\-pre <过滤器1[,过滤器2,...]>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4477 将参数中给出的过滤器添加至过滤器列表的开头。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4478 .
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4479 .TP
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4480 .B \-af\-del <索引号1[,索引号2,...]>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4481 删除位于所给索引号处的过滤器。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4482 索引号码起始为 0,负数号码代表从列表的末尾寻址(\-1 代表最后一个)。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4483 .
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4484 .TP
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4485 .B \-af\-clr
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
4486 完全清空过滤器列表。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4487 .PP
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4488 可用的过滤器有:
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4489 .
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4490 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4491 .B resample[=srate[:sloppy[:type]]]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4492 改变音频流的采样(速/频)率。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4493 可用于声卡只有一个固定的频率或者要卡住的旧卡最高只能达 44.1kHz。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4494 此过滤器在必要时被自动启用。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4495 它只支持 16-位 native-endian(低位在前) 格式的整数值和浮点数作为输入。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4496 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4497 .I 注意:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4498 对于 MEncoder, 你也需要使用 \-srate <srate>。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4499 .PD 0
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4500 .RSs
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4501 .IPs <srate>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4502 输出的采样率(以 Hz 为单位)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4503 参数的有效范围是从 8000 到 192000。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4504 如果输入和输出的采样率相同, 或者如果此参数被省略, 此过滤器被自动卸载。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4505 正常情况下高的采样率能改善音频品质, 尤其是与其它过滤器结合时。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4506 .IPs <sloppy>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4507 允许(1) 或不允许(0) 输出采样率与给定的频率 <srate> 稍微不同 (默认是: 1)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4508 可用于启动回放时极端慢的情形。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4509 .IPs <type>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4510 选择使用何种重采样方式。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4511 .RSss
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4512 0: 线性插值 (快速, 品质低 尤其是 upsampling 时)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4513 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4514 1: 多相过滤器组(filterbank)并且整数处理
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4515 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4516 2: 多相过滤器组(filterbank)并且浮点数处理 (慢, 品质最佳)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4517 .REss
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4518 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4519 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4520 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4521 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4522 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4523 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4524 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4525 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4526 .IPs "mplayer \-af resample=44100:0:0"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4527 设置重采样过滤器的输出采样率为 44100Hz, 使用此不允许微调的输出采样率
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4528 缩放和线性插值。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4529 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4530 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4531 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4532 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4533 .B lavcresample[=srate[:length[:linear[:count[:cutoff]]]]]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4534 改变音频流采样率为整数 <srate> (以 Hz 为单位)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4535 它只支持 16位 native-endian(低位在前) 格式。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4536 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4537 .I 注意:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4538 对于 MEncoder, 你也需要使用 \-srate <srate>。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4539 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4540 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4541 .IPs <srate>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4542 输出的采样率
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4543 .IPs <length>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4544 有关较低采样率的过滤器长度 (默认是: 16)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4545 .IPs <linear>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4546 如果值是 1, 过滤器将在多相进入处之间线性插值
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4547 .IPs <count>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4548 多相进入处数量的 log2
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4549 (..., 10->1024, 11->2048, 12->4096, ...)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4550 (默认是: 10->1024)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4551 .IPs <cutoff>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4552 截频 (0.0\-1.0), 默认设置取决于过滤器长度
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4553 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4554 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4555 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4556 .TP
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4557 .B lavcac3enc[=至SPDIF[:比特率[:最少声道]]]
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4558 用 libavccodec 库将多声道音频实时编码至 AC-3。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4559 支持16位任意字节顺序的输入格式,最多6个声道。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4560 当输出原始 AC-3 音频流时,输出是按高位字节优先顺序;当输出至 S/PDIF
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4561 时,则是按设备的字节顺序。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4562 该过滤器的输出采样率与输入采样率相同。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4563 当输入采样率为 48kHz、44.1kHz 或 32kHz 时,该过滤镜则直接采用这个值。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4564 否则,将自动在此过滤器前插入一个重采样过滤器,以使输入和输出采样率均为
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4565 48kHz。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4566 你需要指定‘\-channels N’以使编码器将音频解码为 N 声道,然后过滤器就可以
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4567 将 N 声道的输入编码为 AC-3 了。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4568 .br
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4569 .PD 0
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4570 .RSs
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4571 .IPs <至SPDIF>
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4572 若值为零或未设置则输出原始 AC-3 音频流;
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4573 当 <至SPDIF> 设为非零值时,则输出至 S/PDIF 以略过解码。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4574 .IPs <比特率>
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4575 编码 AC-3 流时采用的比特率。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4576 将其设为 384 或 384000 以得到 384kbits 的比特率。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4577 有效值为:32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256,
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4578 320, 384, 448, 512, 576, 640
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4579 默认的比特率取决于输入的声道数:
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4580 1声道:96,2声道:192,3声道:224,4声道:384,5声道:448,6声道:448
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4581 .IPs <最少声道>
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4582 如果输入的声道数少于 <最少声道>,那么过滤器脱离过滤器队列。(默认值:5)
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4583 .RE
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4584 .PD 1
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4585 .
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
4586 .TP
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4587 .B sweep[=speed]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4588 产生正弦 sweep。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4589 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4590 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4591 .IPs <0.0\-1.0>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4592 delta 的正弦, 使用非常低的值听此扫听(sweep)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4593 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4594 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4595 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4596 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4597 .B sinesuppress[=freq:decay]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4598 删除一个指定频率的正弦。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4599 对去除低品质音频设备上 50/60Hz 的噪音时有用。可能只在单声道输入上可工作。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4600 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4601 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4602 .IPs <freq>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4603 应删除的频率 (以 Hz 为单位) (默认是: 50)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4604 .IPs <decay>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4605 控制适应性 (一个较大的值会使得过滤器适应幅度和相位的变化较迅速,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4606 而一个较小的值会使得此适应过程较慢) (默认是: 0.0001)。合理的值约为 0.001。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4607 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4608 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4609 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4610 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4611 .B hrtf[=flag]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4612 头部相关的转变功能: 为头戴式耳机转换多声道音频成双声道输出,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4613 但保留声音的空间感。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4614 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4615 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4616 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4617 .IPs "Flag 含义"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4618 .IPs "m 后场声道矩阵解码"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4619 .IPs "s 双声道矩阵解码"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4620 .IPs "0 无矩阵解码 (默认)"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4621 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4622 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4623 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4624 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4625 .B equalizer=[g1:g2:g3:...:g10]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4626 10-八度波段图形均衡器, 其实现使用了 10 IIR 带通过滤器。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4627 这意味着不管回放的是何种音频都行。10 波段的中心频率各是:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4628 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4629 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4630 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4631 .IPs "段号 频率"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4632 .IPs "0 31.25 Hz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4633 .IPs "1 62.50 Hz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4634 .IPs "2 125.00 Hz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4635 .IPs "3 250.00 Hz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4636 .IPs "4 500.00 Hz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4637 .IPs "5 1.00 kHz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4638 .IPs "6 2.00 kHz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4639 .IPs "7 4.00 kHz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4640 .IPs "8 8.00 kHz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4641 .IPs "9 16.00 kHz"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4642 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4643 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4644 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4645 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4646 如果此声音播放的采样率低于频率波段的中心频率, 此波段就被停用。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4647 此过滤器的一个已知错误是, 最高波段的特性没有完全对称, 如果采样率
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4648 接近其波段的中心频率时。此问题可被绕过。办法是 upsampling 其声音:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4649 在此过滤器之前使用重采样过滤器。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4650 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4651 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4652 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4653 .IPs <g1>:<g2>:<g3>:...:<g10>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4654 浮点数代表各频率波段的增益分贝(dB) (\-12\-12)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4655 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4656 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4657 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4658 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4659 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4660 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4661 .IPs "mplayer \-af equalizer=11:11:10:5:0:\-12:0:5:12:12 media.avi"
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4662 放大声音的高端和底端的频率区段, 但几乎完全取消 1kHz 附近的声音。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4663 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4664 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4665 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4666 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4667 .B channels=nch[:nr:from1:to1:from2:to2:from3:to3:...]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4668 能用于添加, 去除, 路由和拷贝音频声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4669 如果仅给定 <nch>, 默认是用路由(跳接), 其所做工作如下:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4670 如果输出声道数大于输入声道数, 插入空的声道 (除了
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4671 混音单声道成立体声时, 在两个输出声道中重复此单声道)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4672 如果输出声道数小于输入声道数, 截掉多余的声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4673 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4674 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4675 .IPs <nch>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4676 输出声道数 (1\-6)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4677 .IPs "<nr>\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4678 路由数 (1\-6)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4679 .IPs <from1:to1:from2:to2:from3:to3:...>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4680 0 到 5 对定义各声道的路由。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4681 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4682 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4683 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4684 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4685 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4686 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4687 .IPs "mplayer \-af channels=4:4:0:1:1:0:2:2:3:3 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4688 改成 4 声道并设置 4 对路由: 交换声道 0 和声道 1, 保留声道 2 和 3 未动。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4689 会观察到如果回放媒体含有两个声道, 声道 2 和 3 无声, 但声道 0 和 1 仍要交换。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4690 .IPs "mplayer \-af channels=6:4:0:0:0:1:0:2:0:3 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4691 改成 6 声道并设置 4 对路由: 拷贝声道 0 到声道 0 至 3。声道 4 和 5 无声。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4692 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4693 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4694 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4695 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4696 .B format[=format] (也请参见 \-format)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4697 在不同的采样格式之间转换。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4698 自动被启用, 当声卡或其他的过滤器需要时。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4699 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4700 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4701 .IPs <format>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4702 设置所需的格式。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4703 一般的形式是 "sbe", 其中 "s" 指示符号 (要么 "s" 指带符号,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4704 要么 "u" 指不带符号), "b" 指示每个样本的位数 (16, 24 或 32)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4705 而 "e" 指示 endian 格式 ("le" 指 little-endian, "be" 指 big-endian
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4706 或者 "ne" 指 MPlayer 运行其上的计算机所用的 endian 格式)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4707 有效值(尤其)有: "s16le", "u32be" 和 "u24ne"。例外但也有效的指定格式有: u8,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4708 s8, floatle, floatbe, floatne, mulaw, alaw, mpeg2, ac3 和 imaadpcm。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4709 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4710 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4711 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4712 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4713 .B volume[=v[:sc]]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4714 实现软件的音量控制。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4715 请谨慎使用此过滤器, 因为会降低信号至声音的噪声率。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4716 在大多数情况下设置 PCM 音量至最大是最佳的, 省去过滤器,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4717 而用混音器的主音量控制来控制输出到音响的水平。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4718 万一你的声卡有数码的 PCM 混音器而不是模拟的,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4719 且听到失真, 请使用 MASTER(主) 混音器。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4720 如果计算机联有外接扩音器(这几乎总是常有的事),
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4721 调节主音量和扩音器的音量旋钮能减少噪声水平, 直到背景的嘶嘶声消失。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4722 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4723 此过滤器有第二个功能: 测量总体的最高声音水平并通过 MPlayer 显示出来。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4724 此估计的音量能用来设置 MEncoder 的音量以使用最大动态范围。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4725 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4726 .I 注意:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4727 此过滤器不能重返进入, 所以对每个音频流只能启用一次。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4728 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4729 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4730 .IPs "<v>\ \ "
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4731 设置所有声道中流所需的增益分贝(dB) : 范围从 \-200dB 至 +60dB,
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4732 其中 \-200dB 完全靜音而 +60dB 等于增益 1000 (默认是: 0)。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4733 .IPs "<sc>\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4734 打开 (1) 或关闭 (0) 软剪切。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4735 软-剪切 能使得声音更平滑流畅, 如果使用了非常高的音量水平。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4736 启用此选项, 如果扩音器的动态范围非常低。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4737 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4738 .I 警告:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4739 此功能产生失真, 是应该最后才考虑使用的手段。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4740 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4741 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4742 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4743 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4744 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4745 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4746 .IPs "mplayer \-af volume=10.1:0 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4747 放大声音 10.1dB, 且声音水平太高时使用 硬-剪切 。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4748 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4749 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4750 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4751 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4752 .B pan=n[:L00:L01:L02:...L10:L11:L12:...Ln0:Ln1:Ln2:...]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4753 武断混音。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4754 基本上是音量和声道过滤器的组合能用于混合许多声道至仅仅几个声道,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4755 如: 立体声到单声道或者改变环绕声系统中心扬声器的 "宽度"。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4756 此过滤器很难用, 且需要一些修补才能获得所要的结果。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4757 此过滤器的选项数取决于输出声道数。如何用此过滤器
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4758 把 6-声道文件混音成双声道的实例, 能在示例一节中将近最后的地方找到。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4759 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4760 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4761 .IPs "<n>\ \ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4762 输出声道数 (1\-6)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4763 .IPs <Lij>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4764 输入声道 i 混音成输出声道 j 的份量 (0\-1)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4765 所以基本上你先要有 n 个数表示要作用到第一个输入声道,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4766 然后再有 n 个数要作用到第二个输入声道, 如此以往。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4767 如果你不对某些输入声道指定任何数, 就认为是 0。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4768 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4769 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4770 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4771 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4772 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4773 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4774 .IPs "mplayer \-af pan=1:0.5:0.5 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4775 立体声混音成单声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4776 .IPs "mplayer \-af pan=3:1:0:0.5:0:1:0.5 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4777 给定 3 声道输出, 保留声道 0 和 1 未动,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4778 但混合声道 0 和 1 成输出声道 2 (被送到比如超低音声道)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4779 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4780 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4781 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4782 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4783 .B sub[=fc:ch]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4784 添加一个超低音(subwoofer)声道到音频流。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4785 用于创建超低音声道的音频数据声道 0 和声道 1 的平均声音。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4786 四阶 Butterworth(巴特沃斯) 过滤器低通过滤声音的结果是默认截频 60Hz
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4787 且在音频流中添加了一个独立的声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4788 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4789 .I 警告:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4790 停用此过滤器, 当播放 DVDs 带杜比(Dolby Digital 5.1)声音时,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4791 否则此过滤器分解声音到超低音声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4792 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4793 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4794 .IPs "<fc>\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4795 低通过滤器的截频(以 Hz 单位) (20Hz 至 300Hz) (默认是: 60)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4796 为了最佳结果, 尝试设置截频尽可能低。这能改善立体声或环绕音效的体验。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4797 .IPs "<ch>\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4798 决定插入超音声道音频的声道号。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4799 声道号在 0 和 5 之间 (默认是: 5)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4800 观察到声道数会自动增加到 <ch>, 如果必要的话。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4801 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4802 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4803 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4804 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4805 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4806 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4807 .IPs "mplayer \-af sub=100:4 \-channels 5 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4808 添加超低音声道到输出声道 4 且其中截频为 100Hz。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4809 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4810 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4811 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4812 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4813 .B "center\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4814 从前方声道中创建中心声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4815 可能目前品质较低, 因为还没有实现用高通过滤器进行适当抽取,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4816 而是用平均和半折其前方声道替代。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4817 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4818 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4819 .IPs "<ch>\ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4820 决定插入中心声道的声道号。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4821 声道号在 0 和 5 之间 (默认是: 5)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4822 观察到声道数会自动增加到 <ch>, 如果必要的话。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4823 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4824 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4825 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4826 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4827 .B surround[=delay]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4828 矩阵编码的环绕音效解码器, 像杜比环绕音效(Dolby Surround)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4829 许多双声道音频文件事实上含有矩阵编码的环绕音效。需要声卡支持至少 4 声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4830 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4831 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4832 .IPs <delay>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4833 后方扬声器的延迟时间(以 ms 为单位) (0 至 1000) (默认是: 20)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4834 此延迟按如下设置: 如果 d1 是聆听点到前方扬声器的距离,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4835 d2 是聆听点到后方扬声器的距离, 那么延迟该
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4836 设为 15ms 如果 d1 <= d2 或设为 15 + 5*(d1-d2) 如果 d1 > d2。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4837 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4838 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4839 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4840 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4841 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4842 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4843 .IPs "mplayer \-af surround=15 \-channels 4 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4844 添加环绕音效解码, 后方扬声器声音为 15ms 的延迟。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4845 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4846 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4847 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4848 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4849 .B delay[=ch1:ch2:...]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4850 延迟声音到扬声器, 这样可以让不同声道的声音同时到达聆听点。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4851 这只对多于两个扬声器时有用。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4852 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4853 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4854 .IPs ch1,ch2,...
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4855 应该加给每个声道的延迟时间(以 ms 为单位) (0 至 1000 之间的浮点数)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4856 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4857 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4858 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4859 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4860 不同声道所需的延迟时间计算如下:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4861 .IP 1. 3
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4862 测量不同的扬声器到聆听点的距离(以 meters(米) 为单位), (对于 5.1 的系统)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4863 得到距离 s1 至 s5。没有补偿超低音的点 (因为你听不出差异)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4864 .IP 2. 3
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4865 取其中最大距离与各个 s1 至 s5 的差, 即 s[i] = max(s) \- s[i]; i = 1...5。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4866 .IP 3.
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4867 计算所需的各个延迟时间(以 ms 为单位)为 d[i] = 1000*s[i]/342; i = 1...5。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4868 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4869 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4870 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4871 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4872 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4873 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4874 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4875 .IPs "mplayer \-af delay=10.5:10.5:0:0:7:0 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4876 延迟左前方和右前方声道各 10.5ms, 两个后方声道和超低音声道 0ms,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4877 而中心声道 7ms。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4878 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4879 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4880 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4881 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4882 .B export[=mmapped_file[:nsamples]]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4883 使用内存映射 (mmap()) 导出进入的信号到其它处理过程。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4884 内存映射的区域含有头部:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4885 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4886 .nf
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4887 int nch /*声道数*/
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4888 int size /*缓冲大小*/
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4889 unsigned long long counter /*用于保持同步, 更新每次
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4890 新导出的数据。*/
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4891 .fi
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4892 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4893 其余是 (无间隔方式) 有效载荷的 16-位数据。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4894 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4895 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4896 .IPs <mmapped_file>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4897 映射数据到文件 (默认是: ~/.mplayer/\:mplayer-af_export)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4898 .IPs <nsamples>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4899 每个声道的样本数 (默认是: 512)
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4900 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4901 .sp 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4902 .RS
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4903 .I 示例:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4904 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4905 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4906 .IPs "mplayer \-af export=/tmp/mplayer-af_export:1024 media.avi"
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4907 导出每个声道的 1024 样本到 "/tmp/mplayer-af_export"。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4908 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4909 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4910 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4911 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4912 .B extrastereo[=mul]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4913 (线性地)增加左右声道的差异以添加某些 "现场" 回放效果。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4914 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4915 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4916 .IPs <mul>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4917 设置差异系数 (默认是: 2.5)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4918 0.0 表示单声道 (两个声道的平均值), 1.0 表示声音未改变,
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
4919 而 \-1.0 表示交换了左右声道。
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4920 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4921 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4922 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4923 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4924 .B volnorm[=method:target]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4925 没有失真的最大音量。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4926 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4927 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4928 .IPs <method>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4929 设置被用的方式。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4930 .RSss
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4931 1: 使用单样本平滑差异, 通过对旧的样本进行标准加权平均 (默认)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4932 .br
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4933 2: 使用几个样本平滑差异, 通过对旧的样本进行标准加权平均。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
4934 .REss
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4935 .IPs <target>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4936 为此样本类型设置目标幅度为最大值的分数 (默认是: 0.25)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4937 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4938 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4939 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4940 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4941 .B ladspa=file:label[:controls...]
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4942 装载 LADSPA (Linux Audio Developer's Simple Plugin API) 插件。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4943 此过滤器可重返进入, 所以多个 LADSPA 插件可同时使用。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4944 .PD 0
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4945 .RSs
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4946 .IPs <file>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4947 指定 LADSPA 插件的库文件。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4948 如果设置了 LADSPA_PATH, 从中搜寻指定的文件。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4949 如果没设置, 你一定要提供一个完整说明的路径名。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4950 .IPs <label>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4951 指定库中的过滤器。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4952 有些库仅含一个过滤器, 但有些含许多。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4953 进入这里的 "help", 会列出指定库中所有可用的过滤器,
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4954 从而消除使用 LADSPA SDK 的 "listplugins"。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4955 .IPs <controls>
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4956 控制 0 或多个浮点数值, 其决定装载的插件的行为(例如: 延迟, 阈值和增益)。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4957 在冗赘模式(添加 \-v 到 MPlayer 命令行)下, 所有可用的控制及其有效范围可打印。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4958 从而消除使用 LADSPA SDK 的 "analyseplugin"。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4959 .RE
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4960 .PD 1
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4961 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4962 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4963 .B "comp\ \ \ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4964 压缩/扩张过滤器, 话筒输入有用。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4965 防止人为的非常高的声音和提高非常低的声音的音量。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4966 此过滤器未经测试, 甚至可能不稳定。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4967 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4968 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4969 .B "gate\ \ \ "
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4970 噪声门过滤器类似于 comp(压缩/扩张) 音频过滤器。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4971 此过滤器未经测试, 甚至可能不稳定。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4972 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4973 .TP
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4974 .B karaoke
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4975 简单声音去除过滤器利用这样的事实:
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4976 人的声音通常录成单声道, 之后 "中心(center)" 混音进最后的音频流。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4977 小心此过滤器会把信号变成单声道。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4978 对 2-声道音轨工作得很好; 在非 2-声道立体声上别费劲去尝试。
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
4979 .
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4980 .TP
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4981 .B scaletempo[=选项1:选项2:...]
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4982 改变音频的节奏但不改变声音间隔,可选性地与播放速度同步(默认值)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4983 .br
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4984 该过滤器的工作方式是以正常速度播放 \'stride\' ms 的音频,而消耗的是
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4985 \'stride*scale\' ms 的输入音频。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4986 通过把一个跨度域内的 'overlap'% 的内容,与紧接着前一个跨度域的音频混合在一起,把各个
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4987 跨度域拼接在一起。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4988 也可以让该选项对后 \'search\' ms 的音频作一个短小的统计性分析,以判定最佳的重叠位置。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4989 .PD 0
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4990 .RSs
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4991 .IPs scale=<数量值>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4992 要改变节奏的标称数量。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4993 使播放速度改变这个数量。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4994 (默认值:1.0)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4995 .IPs stride=<数量值>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4996 以毫秒为单位的所输出的每个跨度域的长度。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4997 值设得太高会在节奏改变量很高时产生可观的跳音现象,而在节奏改变量很小时产生回音。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4998 值设得太低会改变声音间隔。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
4999 值越大性能越好。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5000 (默认值:60)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5001 .IPs overlap=<百分比值>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5002 跨度域之间重叠的百分比。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5003 值越小性能越好。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5004 (默认值:.20)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5005 .IPs search=<数量值>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5006 单位为毫秒的用以搜索最佳重叠位置的搜索长度。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5007 值越小性能越是大幅度提升。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5008 在较慢的系统上,你可能希望把这个值设得非常低。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5009 (默认值:14)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5010 .IPs speed=<tempo|pitch|both|none>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5011 设置播放速度改变时的反应。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5012 .RSss
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5013 .IPs tempo
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5014 改变音频节奏以使其与播放速度同步(默认值)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5015 .IPs pitch
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5016 抵消过滤器产生的效果。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5017 改变声音间隔而不改变音频节奏。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5018 在你的 input.conf 中加入 \'[ speed_mult 0.9438743126816935\' 和
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5019 \'] speed_mult 1.059463094352953\' 使其能够以音乐学中的半音为步进改变。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5020 .I 警告:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5021 与视频的同步变差。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5022 .IPs both
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5023 同时改变节奏和间隔
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5024 .IPs none
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5025 忽略速度的改变
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5026 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5027 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5028 .sp 1
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5029 .RS
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5030 .I 示例:
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5031 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5032 .RSs
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5033 .IPs "mplayer \-af scaletempo \-speed 1.2 media.ogg"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5034 将以 1.2 倍的正常速度播放媒体,音频的间隔值保持正常。改变播放速度只改变音频的节奏以与
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5035 播放速度匹配。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5036 .IPs "mplayer \-af scaletempo=scale=1.2:speed=none \-speed 1.2 media.ogg"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5037 将以 1.2 倍的正常速度播放媒体,音频的间隔值保持正常,但改变播放速度对音频的节奏无影
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5038 响。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5039 .IPs "mplayer \-af scaletempo=stride=30:overlap=.50:search=10 media.ogg"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5040 将扭曲质量和性能参数。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5041 .IPs "mplayer \-af format=floatne,scaletempo media.ogg"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5042 将使 scaletempo 使用浮点值代码。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5043 可能在一些平台上运行较快。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5044 .IPs "mplayer \-af scaletempo=scale=1.2:speed=pitch audio.ogg"
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5045 将以 1.2 倍的正常速度播放媒体,音频的间隔值保持正常。改变播放速度只改变声音间隔,而把
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5046 音频节奏保持在 1.2 倍速的水平。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5047 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5048 .PD 1
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5049 .
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
5050 .
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
5051 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5052 .SH "视频滤镜"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5053 视频滤镜让你修改视频流及其属性。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5054 其句法是:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5055 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5056 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5057 .B \-vf <滤镜1[=参数1:参数2:...],滤镜2,...>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5058 设置一连串的视频滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5059 .PP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5060 许多参数是可选的并且如果省略的话则设为默认值。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5061 要明确表示使用默认值,则将参数设为‘\-1’。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5062 参数 w:h 表示以像素为单位宽 x 高 h,x:y 表示 从较大的图像的左上角开始数 x:y 的位
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5063 置。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5064 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5065 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5066 要获取可用视频滤镜列表,参见 \-vf help。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5067 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5068 视频滤镜以列表的形式维护。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5069 有一些命令用于维护滤镜列表。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5070 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5071 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5072 .B \-vf\-add <滤镜1[,滤镜2,...]>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5073 在滤镜列表尾部加上参数中所给的滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5074 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5075 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5076 .B \-vf\-pre <滤镜1[,滤镜2,...]>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5077 在滤镜列表头部加上参数中所给的滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5078 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5079 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5080 .B \-vf\-del <索引号1[,索引号2,...]>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5081 删除位于指定索引号上的滤镜。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5082 索引号起始为0,负数表示从列表尾部开始寻址(\-1表示最后一个)。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5083 .
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5084 .TP
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5085 .B \-vf\-clr
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5086 完全清空滤镜列表。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5087 Completely empties the filter list.
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5088 .PP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5089 如果滤镜支持,你可以通过参数的名字访问参数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5090 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5091 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5092 .B \-vf <滤镜>=help
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5093 打印特定滤镜的参数名及参数的取值范围。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5094 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5095 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5096 .B \-vf <滤镜=已命名参数1=参数值1[:已命名参数2=参数值2:...]>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5097 将一个已命名参数设置为指定参数值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5098 使用 on 和 off 或 yes 和 no 来设置标志位参数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5099 .PP
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
5100 可用插件有:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5101 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5102 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5103 .B crop[=w:h:x:y]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5104 切割出图像的指定部分并丢弃其余部分。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5105 对去掉宽银幕电影的黑边很有用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5106 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5107 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5108 .IPs <w>,<h>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5109 切割出来部分的宽和高,默认值为原始的宽度和高度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5110 .IPs <x>,<y>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5111 切割出来部分的位置,默认值是中央.
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5112 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5113 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5114 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5115 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5116 .B cropdetect[=0\-255]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5117 计算必要的切割参数并把推荐值显示在标准输出上。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5118 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5119 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5120 .IPs <limit>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5121 门限值,可设范围为无(0)至所有(255)(默认值:24)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5122 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5123 .IPs <round>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5124 指定宽:高值为该值的倍数(默认值:16)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5125 偏移值将被自动调整以使视频位于屏幕中心。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5126 使用 2 以只得到偶数尺寸( 4:2:2 的视频需要此选项)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5127 16 对于大多数编码器的编码来说是很适合的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5128 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5129 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5130 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5131 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5132 .B rectangle[=w:h:x:y]
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
5133 在图像之上于指定坐标画一个所要求宽度和高度的矩形,并且将当前矩形的参数输出至
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
5134 控制台窗口。
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
5135 该选项可用来找到最优的切割参数。
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
5136 如果你将 input.conf 中的指令‘change_rectangle’与按键绑定,那么你可以实时
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
5137 移动和调整矩阵。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5138 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5139 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5140 .IPs <w>,<h>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5141 宽度和高度(默认值:\-1,在边缘可见的条件下宽度最大的可能值)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5142 .IPs <x>,<y>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5143 左上角的位置(默认值:\-1,屏幕最左上角)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5144 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5145 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5146 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5147 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5148 .B expand[=w:h:x:y:o:a:r]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5149 将影片的分辨率扩展(而不是缩放)至指定的值并将未缩放的原点移至x,y坐标。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5150 可以用于把字幕/\:OSD放置在该滤镜生成的黑边中。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5151 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5152 .IPs <w>,<h>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5153 扩展后的宽、高(默认值:原始的宽、高)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5154 w和h的负数值将被视作为相对于原始大小的增量。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5155 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5156 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5157 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5158 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5159 .IP expand=0:\-50:0:0
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5160 在图片的底部添加50像素的边。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5161 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5162 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5163 .IPs <x>,<y>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5164 原始图像在扩展后图像中的位置(默认:位于中心)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5165 .IPs "<o>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5166 渲染OSD/\:字幕
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5167 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5168 0:禁用(默认值)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5169 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5170 1:启用
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5171 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5172 .IPs "<a>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5173 扩展时适应某个宽高比而不是某个分辨率(默认值:0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5174 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5175 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5176 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5177 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5178 .IP expand=800:::::4/3
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5179 除非源视频有更高的分辨率,否则扩展至800x600,当出现前一种情况时,其将扩展直至填
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5180 满一个4/3宽高比的区域。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5181 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5182 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5183 .IPs "<r>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5184 舍入数值以使宽和高值能被<r>整除(默认值:1)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5185 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5186 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5187 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5188 .B flip(另参见\-flip)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5189 翻转图像使其上下颠倒。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5190 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5191 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5192 .B "mirror\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5193 使图像相对于Y轴反转。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5194 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5195 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5196 .B rotate[=<0\-7>]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5197 以90度为单位旋转图像并有选择地将其翻转。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5198 对于4至7间的值,只有当影片的几何形状为肖像式(译注:宽度比高度小)而不是风景画式
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5199 (译注:宽度比高度大)时才执行旋转操作。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5200 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5201 .IPs 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5202 顺时针旋转90度并翻转(默认值)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5203 .IPs 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5204 顺时针旋转90度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5205 .IPs 2
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5206 逆时针旋转90度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5207 .IPs 3
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5208 逆时针旋转90度并翻转。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5209 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5210 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5211 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5212 .B scale[=w:h[:ilaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5213 使用软件缩放器(速度慢)缩放图像并执行YUV<\->RGB色彩空间转换(另参见\-sws)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5214 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5215 .IPs <w>,<h>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5216 缩放后的宽/\:高值(默认值:原始的宽/\:高值)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5217 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5218 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5219 若使用了\-zoom,并且底层的滤镜(包括libvo)无法执行缩放,则其默认设置为
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5220 d_宽/\:d_高!
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5221 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5222 0: 缩放后的d_宽/\:d_高
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5223 .br
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5224 \-1: 原始的宽/\:高
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5225 .br
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5226 \-2: 使用另一个尺寸的值和缩放前的宽高比计算w/h。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5227 .br
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5228 \-3: 使用另一个尺寸的值和原始的宽高比计算w/h。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5229 .br
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5230 \-(n+8):与以上的\-n相似,但舍入尺寸值至最接近的16的倍数。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5231 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5232 .IPs <ilaced>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5233 触发隔行扫描视频的缩放方式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5234 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5235 0:关闭(默认)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5236 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5237 1: 打开
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5238 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5239 .IPs <chr_drop>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5240 色度信息的跳过方式
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5241 chroma skipping
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5242 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5243 0:使用所有可用输入扫描行上的色度信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5244 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5245 1: 只使用每隔2个输入扫描行上的色度信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5246 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5247 2: 只使用每隔4个输入扫描行上的色度信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5248 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5249 3: 只使用每隔8个输入扫描行上的色度信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5250 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5251 .IPs "<par>[:<par2>](另参见\-sws)"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5252 根据\-sws中所选的缩放器类型设置缩放参数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5253 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5254 \-sws 2 (双立方插值):B(雾化)和C(色斑)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5255 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5256 0.00:0.60 默认值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5257 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5258 0.00:0.75 VirtualDub中的“精确双立方插值”
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5259 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5260 0.00:0.50 Catmull-Rom插值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5261 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5262 0.33:0.33 Mitchell-Netravali插值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5263 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5264 1.00:0.00 立方式B-插值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5265 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5266 \-sws 7 (高斯模糊):锐化度(0(柔和) \- 100 (锐利))
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5267 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5268 \-sws 9 (LANCZOS迭代):过滤长度(1\-10)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5269 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5270 .IPs <presize>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5271 缩放至预设尺寸。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5272 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5273 qntsc: 352x240 (NTSC四分之一大小屏幕)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5274 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5275 qpal: 352x288 (PAL四分之一大小屏幕)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5276 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5277 ntsc: 720x480 (标准NTSC)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5278 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5279 pal: 720x576 (标准PAL)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5280 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5281 sntsc: 640x480 (正方形像素NTSC)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5282 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5283 spal: 768x576 (正方形像素PAL)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5284 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5285 .IPs <noup>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5286 不允许放大时超出原始尺寸。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5287 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5288 0:允许放大时超出(默认)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5289 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5290 1: 若有一个尺寸超出其原始值时则不允许。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5291 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5292 2: 若有两个尺寸均超出其原始值时则不允许。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5293 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5294 .IPs <arnd>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5295 垂直缩放器使用精确数值舍入,这可能比默认的舍入方式快速或缓慢。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5296 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5297 0:禁止精确数值舍入(默认)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5298 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5299 1:允许精确数值舍入(默认)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5300 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5301 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5302 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5303 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5304 .B dsize[=aspect|w:h:aspect-method:r]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5305 更改滤镜链上任意位置要使用的显示大小/\:宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5306 宽高比可以是分数(4/3)或浮点数(1.33)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5307 或者,你可以指定所希望显示的宽和高的实际大小。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5308 注意这个滤镜自己
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5309 .B 不
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5310 做任意缩放操作;它只影响到后面的(硬件或软件)缩放器在修正
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5311 宽高比时将采取什么样的行为。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5312 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5313 .IPs <w>,<h>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5314 新显示模式的宽度和高度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5315 也可以是以下这些特殊值:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5316 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5317 0: 原来显示模式的宽度和高度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5318 .br
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5319 \-1: 原始视频的宽度和高度(默认)
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5320 .br
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5321 \-2: 使用另一个尺寸的值和原来显示模式的宽高比计算w/h。
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5322 .br
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5323 \-3: 使用另一个尺寸的值和原始视频宽高比计算w/h。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5324 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5325 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5326 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5327 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5328 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5329 .IP dsize=800:\-2
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5330 当视频宽高比为4/3时指定显示分辨率为800x600,或当视频宽高比为16/9时指
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5331 定为800x450。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5332 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5333 .IPs <aspect-method>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5334 根据原来的宽高比修改宽度和高度。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5335 .RSss
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5336 \-1:忽略原有的宽高比。(默认)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5337 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5338 0:在<w>和<h>作为最大的分辨率的情况下保持显示模式的宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5339 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5340 1:在<w>和<h>作为最小的分辨率的情况下保持显示模式的宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5341 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5342 2: 在<w>和<h>作为最大的分辨率的情况下保持视频的宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5343 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5344 3: 在<w>和<h>作为最小的分辨率的情况下保持视频的宽高比。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5345 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5346 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5347 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5348 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5349 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5350 .IP dsize=800:600:0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5351 指定显示分辨率小于等于800x600,以保持宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5352 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5353 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5354 .IPs "<r>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5355 将宽度和高度值舍入至可被<r>整除(默认值:1)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5356 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5357 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5358 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5359 .B "yuy2\ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5360 强制执行YV12/\:I420/\:422P至YUY2的软件转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5361 对于那些对YV12支持较差但对YUY2支持较好的显卡很有用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5362 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5363 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5364 .B "yvu9\ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5365 强制执行YVU9至YV12色彩空间的软件转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5366 不赞成使用,因为使用软件色彩调整器更好。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5367 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5368 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5369 .B "yuvcsp\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5370 将YUV色彩值限制在CCIR 601定义的范围内而不做实际的色彩转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5371 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5372 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5373 .B rgb2bgr[=swap]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5374 RGB 24/32 <\-> BGR 24/32色彩空间转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5375 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5376 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5377 .IPs "swap\ "
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5378 同样是执行R <\-> B转换。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5379 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5380 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5381 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5382 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5383 .B palette
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5384 使用palette(调色板)进行RGB/BGR 8 \-> 15/16/24/32bpp色彩空间转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5385 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5386 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5387 .B format[=fourcc]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5388 限制下一个滤镜使用的色彩空间而不做任何转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5389 与色彩调整滤镜共同作用完成实际转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5390 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5391 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5392 要获取可用格式列表参见format=fmt=help。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5393 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5394 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5395 .IPs <fourcc>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5396 格式名称如rgb15、bgr24、yv12(默认值:yuy2)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5397 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5398 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5399 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5400 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5401 .B noformat[=fourcc]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5402 限制下一个滤镜使用的色彩空间而不做任何转换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5403 与format滤镜不同,这个滤镜能处理任意色彩空间
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5404 .B 除了
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5405 你自己定义的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5406 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5407 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5408 要获取可用格式列表参见noformat=fmt=help。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5409 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5410 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5411 .IPs <fourcc>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5412 格式名称如rgb15、bgr24、yv12(默认值:yv12)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5413 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5414 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5415 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5416 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5417 .B pp[=filter1[:option1[:option2...]]/[\-]filter2...](另参见\-pphelp)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5418 启用指定序列的后期处理子滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5419 子滤镜必须用‘/’分隔并且可以通过在其名字前加以‘\-’禁用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5420 每个子滤镜和一些选项有一个短名和一个长名,两者可以互换使用。例如\& dr/dering
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5421 是一样的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5422 一些共用的选项在所有的子滤镜中使用以决定这些子滤镜的作用范围:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5423 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5424 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5425 .IPs a/autoq
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5426 如果CPU太慢则自动关闭子滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5427 .IPs c/chrom
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5428 同时执行色度过滤(默认值)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5429 .IPs y/nochrom
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5430 只执行亮度过滤(不使用色度信息)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5431 .IPs n/noluma
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5432 只执行色度过滤(不使用亮度信息)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5433 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5434 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5435 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5436 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5437 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5438 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5439 \-pphelp列出了可用子滤镜的列表。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5440 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5441 可用的子滤镜有
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5442 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5443 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5444 .IPs hb/hdeblock[:difference[:flatness]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5445 水平方向上的反块效应(deblocking)滤镜
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5446 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5447 <difference>:差别系数,值越高意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5448 (默认值:32)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5449 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5450 <flatness>:平坦度阈值,值越低意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5451 (默认值:39)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5452 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5453 .IPs vb/vdeblock[:difference[:flatness]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5454 垂直方向上的反块效应(deblocking)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5455 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5456 <difference>:差别系数,值越高意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5457 (默认值:32)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5458 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5459 <flatness>:平坦度阈值,值越低意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5460 (默认值:39)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5461 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5462 .IPs ha/hadeblock[:difference[:flatness]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5463 精确的水平方向上的反块效应(deblocking)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5464 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5465 <difference>:差别系数,值越高意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5466 (默认值:32)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5467 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5468 <flatness>:平坦度阈值,值越低意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5469 (默认值:39)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5470 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5471 .IPs va/vadeblock[:difference[:flatness]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5472 精确的垂直方向上的反块效应(deblocking)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5473 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5474 <difference>:差别系数,值越高意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5475 (默认值:32)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5476 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5477 <flatness>:平坦度阈值,值越低意味着反块效应效果越强
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5478 (默认值:39)。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5479 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5480 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5481 水平反块效应滤镜和垂直反块效应滤镜共用同一个差别系数和平
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5482 坦度阈值,所以不能在水平和垂直方向上设置不同阈值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5483 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5484 .IPs h1/x1hdeblock
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5485 试验性的水平方向上的反块效应(deblocking)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5486 .IPs v1/x1vdeblock
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5487 试验性的垂直方向上的反块效应(deblocking)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5488 .IPs dr/dering
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5489 去色斑(deringing)滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5490 .IPs tn/tmpnoise[:threshold1[:threshold2[:threshold3]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5491 瞬时噪声去除器
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5492 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5493 <threshold1>:更大规模->更强的过滤
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5494 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5495 <threshold2>:更大规模->更强的过滤
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5496 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5497 <threshold3>:更大规模->更强的过滤
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5498 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5499 .IPs al/autolevels[:f/fullyrange]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5500 自动更正亮度/对比度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5501 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5502 f/fullyrange:增大亮度范围至(0\-255)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5503 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5504 .IPs lb/linblenddeint
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5505 线性混合反隔行扫描滤镜,通过使用(1 2 1)过滤器过滤所有的输入扫描行以
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5506 解除所给区块的隔行扫描。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5507 .IPs li/linipoldeint
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5508 线性插值反隔行扫描滤镜,通过线性插值算法每隔两个扫描行执行插值以解除
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5509 所给区块的隔行扫描。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5510 .IPs ci/cubicipoldeint
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5511 立方插值反隔行扫描滤镜,通过立方插值算法每隔两个扫描行执行插值以解除
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5512 所给区块的隔行扫描。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5513 .IPs md/mediandeint
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5514 中位数反隔行扫描滤镜,通过每隔两个扫描行应用中位数过滤器以解除所给区
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5515 块的隔行扫描。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5516 .IPs fd/ffmpegdeint
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5517 FFmpeg反隔行扫描滤镜,通过每隔两个扫描行使用(\-1 4 2 4 \-1)过滤以解除
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5518 所给区块的隔行扫描。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5519 .IPs l5/lowpass5
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5520 垂直方向上应用的FIR低用反隔行扫描滤镜,通过对所有输入扫描行使用(\-1 2 6
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5521 2 \-1)过滤器以解除所给区块的隔行扫描。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5522 .IPs fq/forceQuant[:quantizer]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5523 将输入进来的量化表替换为你指定的常数量化表。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5524 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5525 <quantizer>:所使用的量化表
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5526 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5527 .IPs de/default
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5528 默认pp过滤器组合(hb:a,vb:a,dr:a)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5529 .IPs fa/fast
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5530 快速pp过滤器组合(h1:a,v1:a,dr:a)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5531 .IPs "ac\ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5532 高质量pp过滤器组合(ha:a:128:7,va:a,dr:a)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5533 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5534 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5535 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5536 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5537 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5538 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5539 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5540 .IPs "\-vf pp=hb/vb/dr/al"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5541 水平和垂直方向上反块效应、去色斑以及自动亮度/\:对比度调整
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5542 .IPs "\-vf pp=de/\-al"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5543 使用默认的过滤器组合而不使用亮度/\:对比度调整
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5544 .IPs "\-vf pp=default/tmpnoise:1:2:3"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5545 启用默认的过滤器组合以及瞬时噪声去除器。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5546 .IPs "\-vf pp=hb:y/vb:a"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5547 水平方向反块效应只针对亮度信息,并且根据可用CPU时间资源打开或关闭垂直方
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5548 向的反块效应过滤。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5549 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5550 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5551 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5552 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5553 .B spp[=quality[:qp[:mode]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5554 简单后期处理滤镜,它在多次(或者——在质量等级为6时——在所有的)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5555 变换中压缩和解压图像并使结果平均化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5556 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5557 .IPs <quality>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5558 0\-6 (默认值:3)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5559 .IPs "<qp>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5560 强制使用的量化参数(默认值:0,使用来自视频的量化参数)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5561 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5562 0:刚性阈值(默认值)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5563 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5564 1:柔性阈值(去色斑效果好,但较模糊)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5565 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5566 4:与0相似,但同时使用B帧的量化参数(可能导致闪烁)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5567 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5568 5:与1相似,但同时使用B帧的量化参数(可能导致闪烁)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5569 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5570 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5571 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5572 .B uspp[=quality[:qp]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5573 极简单且缓慢的后期处理滤镜,它在多次(或者——在质量等级为8时——在
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5574 所有的)变换中压缩和解压图像并使结果平均化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5575 其与spp行为的差异在于uspp在所有情况下使用libavcodec Snow编码及解码,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5576 而spp仅使用类似于MJPEG的简化的内部8x8DCT变换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5577 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5578 .IPs <quality>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5579 0\-8 (默认值:3)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5580 .IPs "<qp>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5581 强制使用的量化参数(默认值:0,使用来自视频的量化参数)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5582 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5583 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5584 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5585 .B fspp[=quality[:qp[:strength[:bframes]]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5586 简单后期处理滤镜的一个快速版本
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5587 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5588 .IPs <quality>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5589 4\-5 (与spp中的等价;默认值:4)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5590 .IPs "<qp>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5591 强制使用的量化参数(默认值:0,使用来自视频的量化参数)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5592 .IPs <\-15\-32>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5593 过滤强度,值越低意味着加入更多细节但同时也带来更多损伤,而值越高越使图像
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5594 平滑但同时也越模糊(默认值:0 \- PSNR优化)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5595 .IPs <bframes>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5596 0:不使用B帧的量化参数(默认值)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5597 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5598 1:也使用B帧的量化参数(可能导致闪烁)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5599 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5600 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5601 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5602 .B pp7[=qp[:mode]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5603 spp滤镜的变种,与使用7顶点DCT的spp=6相似,在这种情况下只有中央的采
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5604 样在IDCT后使用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5605 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5606 .IPs "<qp>\"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5607 强制使用的量化参数(默认值:0,使用来自视频的量化参数)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5608 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5609 0:刚性阈值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5610 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5611 1:柔性阈值(去色斑效果较好,但较模糊)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5612 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5613 2:中性阈值(默认值,效果好)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5614 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5615 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5616 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5617 .B qp=equation
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5618 量化参数(QP)变换滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5619 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5620 .IPs <equation>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5621 诸如“2+2*sin(PI*qp)”之类的方程式
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5622 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5623 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5624 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5625 .B geq=equation
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5626 通用方程式变换滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5627 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5628 .IPs <equation>
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5629 某种方程式,例如用以水平翻转图像的‘p(W\-X\\,Y)’。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5630 你可以使用空白分隔符使方程式更容易读懂。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5631 有一些常量可以在方程式中使用:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5632 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5633 PI:圆周率派
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5634 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5635 E:自然常数e
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5636 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5637 X / Y:当前采样中的坐标
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5638 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5639 W / H:图像的宽度和高度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5640 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5641 SW / SH:当前滤镜处理过后的平面的宽/高度量尺度,例如用于YUV 4:2:0的1,1和
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5642 0.5,0.5。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5643 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5644 p(x,y):返回当前平面x/y位置上像素的值。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5645 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5646 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5647 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5648 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5649 .B "test\ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5650 生成各种测试中的测试用图样。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5651 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5652 .TP
26152
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5653 .B rgbtest[=width:height]
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5654 生成一个RGB测试图样,适用于对比RGB和BGR的场合。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5655 你会看到由上而下的红、黄、蓝三色条纹。
26152
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5656 .RSs
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5657 .IPs <width>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5658 期望生成图像所具有的宽度(默认值:0)。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5659 0 表示输入图像的宽度。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5660 .br
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5661 .IPs <height>
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5662 期望生成图像所具有的高度(默认值:0)。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5663 0 表示输入图像的高度。
abc42d96896c sync w/r26057, patch by JRaSH jrash06 A 163 P com
gpoirier
parents: 25850
diff changeset
5664 .RE
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5665 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5666 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5667 .B lavc[=quality:fps]
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
5668 使用libavcodec的YV12至MPEG-1的快速软件转换,用于与DVB/\:DXR3/\:IVTV/\:V4L2一同使用。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5669 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5670 .IPs <quality>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5671 1\-31:固定的量化尺度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5672 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5673 32\-:以kbits为单位的固定比特率
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5674 .IPs <fps>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5675 强制指定的输出fps值(浮点值)(默认值:0,根据图像高度自动检测)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5676 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5677 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5678 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5679 .B dvbscale[=aspect]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5680 设置用于DVB卡的优化缩放比例,用硬件度量x轴而用软件计算y轴比率以保持宽高比。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5681 只有当与expand和scale滤镜一同使用时才有用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5682 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5683 .IPs <aspect>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5684 控制宽高比例,计算方式为DVB_HEIGHT*ASPECTRATIO(默认值:576*4/3=768
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5685 ),对于16:9的电视将其设置为576*(16/9)=1024。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5686 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5687 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5688 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5689 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5690 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5691 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5692 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5693 .IPs "\-vf dvbscale,scale=\-1:0,expand=\-1:576:\-1:\-1:1,lavc"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5694 FIXME:解释一下这个是干什么的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5695 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5696 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5697 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5698 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5699 .B noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5700 添加噪声效果。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5701 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5702 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5703 .IPs <0\-100>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5704 亮度噪声
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5705 .IPs <0\-100>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5706 色度噪声
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5707 .IPs u
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5708 均匀噪声(否则就是高斯分布的)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5709 .IPs t
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5710 瞬时噪声(噪声样式在不同帧上是不同的)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5711 .IPs a
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5712 平均化瞬时噪声(更平滑,但相较而言渲染得很慢)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5713 .IPs h
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5714 高质量(稍显好看,渲染稍慢)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5715 .IPs p
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5716 具有(半)规则样式的混合随机噪声
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5717 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5718 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5719 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5720 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5721 .B denoise3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5722 该滤镜目标在于消除图像上的噪声,产生平滑的图像,并且使静态图像真正静止(这能提
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5723 高可压缩性。)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5724 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5725 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5726 .IPs <luma_spatial>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5727 空间亮度强度(默认值:4)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5728 .IPs <chroma_spatial>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5729 空间色度强度(默认值:3)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5730 .IPs <luma_tmp>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5731 亮度瞬时强度(默认值:6)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5732 .IPs <chroma_tmp>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5733 色度瞬时强度(默认值:luma_tmp*chroma_spatial/luma_spatial)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5734 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5735 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5736 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5737 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5738 .B hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5739 denoise3d滤镜的高精确/\:质量版本。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5740 参数与用法与denoise3d相同。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5741 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5742 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5743 .B ow[=depth[:luma_strength[:chroma_strength]]]
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5744 过补偿小波降噪滤镜。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5745 .PD 0
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5746 .RSs
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5747 .IPs <depth>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5748 depth 值越大将去除越是更多地去除越是低频率的部分的噪音,但同时越是减慢过滤速度(默认
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5749 值:8)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5750 .IPs <luma_strength>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5751 亮度强度(默认值:1.0)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5752 .IPs <chroma_strength>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5753 色度强度(默认值:1.0)
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5754 .RE
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5755 .PD 1
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5756 .
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
5757 .TP
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5758 .B eq[=brightness:contrast](已被淘汰)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5759 就像硬件均衡器一样的可以交互式控制的软件均衡器,用于那些不支持硬件级
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5760 亮度和对比度控制的显卡/\:驱动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5761 可能对于MEncoder很有用,不管是用来修改抓取得不好的影片,还是稍稍降低对
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5762 比度以隐藏画质损伤以及在低比特率下保持质量
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5763 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5764 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5765 .IPs <\-100\-100>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5766 初始亮度
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5767 .IPs <\-100\-100>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5768 初始对比度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5769 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5770 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5771 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5772 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5773 .B eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5774 另一种软件均衡器,其使用对照表(运行缓慢),除了简单的亮度和对比度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5775 调整外还允许伽玛修正。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5776 注意当所有的伽玛值为1.0时,它与\-vf eq使用同样的MMX优化代码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5777 参数值是以浮点值形式给出的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5778 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5779 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5780 .IPs <0.1\-10>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5781 初始伽玛值(默认值:1.0)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5782 .IPs <\-2\-2>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5783 初始对比度,其中负数值将导致图像呈现负片效果(默认
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5784 值:1.0)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5785 .IPs <\-1\-1>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5786 初始亮度(默认值:0.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5787 .IPs <0\-3>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5788 初始饱和度(默认值:1.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5789 .IPs <0.1\-10>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5790 红色成份的伽玛值(默认值:1.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5791 .IPs <0.1\-10>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5792 绿色成份的伽玛值(默认值:1.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5793 .IPs <0.1\-10>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5794 蓝色成份的伽玛值(默认值:1.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5795 .IPs <0\-1>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5796 权值参数可以用来消减速高伽玛值在图像明亮区域的效果,比方说\&防止这些区域过度增
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5797 益而变得仅仅是纯白色。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5798 值为0.0则使得在所有情况下执行伽玛值修正,而值为1.0则让伽玛值始终保持其修饰力度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5799 (默认值:1.0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5800 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5801 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5802 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5803 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5804 .B hue[=hue:saturation]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5805 就像硬件均衡器一样的可以交互控制的软件均衡器,,用于那些不支持硬件级
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5806 色调和饱和度控制的显卡/\:驱动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5807 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5808 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5809 .IPs <\-180\-180>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5810 初始色调(默认值:0.0)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5811 .IPs <\-100\-100>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5812 初始饱和度,其中负数值将导致负色度(默认值:1.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5813 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5814 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5815 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5816 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5817 .B halfpack[=f]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5818 将按平面存放的YUV 4:2:0格式转换成半高度打包的4:2:2格式,对于亮度值降低质量采样
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5819 但保留所有色度采样值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5820 适用于当硬件收缩图像的质量不高或无法提供该功能时,将信号输出至一个低分辨率显
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5821 示设备的场合。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5822 也可以用来作为一种占用CPU低的仅针对亮度信号的基本反隔行扫描滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5823 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5824 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5825 .IPs "<f>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5826 默认情况下,半打包过程在降低质量采样时在每对扫描行间取平均值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5827 任何不为0或1的值都是指定采用默认的(取平均值的)行为。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5828 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5829 0:在降低质量采样时只使用偶数扫描行的信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5830 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5831 0:在降低质量采样时只使用奇数扫描行的信息。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5832 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5833 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5834 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5835 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5836 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5837 .B ilpack[=mode]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5838 当隔行扫描视频以YUV 4:2:0格式存放时,由于色度信道在垂直方向的降低质量
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5839 采样的关系,色度信号在隔行扫描中没有恰当地地排列。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5840 该滤镜将按平面存放的4:2:0的数据打包进YUY2(4:2:2)格式时将色度信号恰
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5841 当地排列至应处的位置,以便在任何扫描行中,亮度和色度数据来源于同一个
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5842 数据域时。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5843 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5844 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5845 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5846 选择采样的模式。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5847 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5848 0:最接近邻居采样模式,快速但不准确
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5849 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5850 1:线性插值(默认方式)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5851 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5852 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5853 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5854 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5855 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5856 .B harddup
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5857 只适用于MEncoder。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5858 如果在编码中使用了hardup,则它将强制使重复的帧编码至输出中。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5859 这将占用稍多的空间,但对于输出至MPEG文件或当你要在编码后分离再合并视频
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5860 流时却有必要。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5861 应被放置于滤镜链的最后或接近于最后,除非你有充足的理由不这样做。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5862 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5863 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5864 .B softskip
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5865 只适用于MEncoder。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5866 softskip将编码中跳过(丢弃)帧的步骤从滤镜链之前移至滤镜链中的某个
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5867 位置。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
5868 这使那些需要读取所有帧的滤镜(反电视图像模式、反瞬时噪声等等)能正
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5869 常工作。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5870 应被放置在那些需要读取所有帧的滤镜之后,而在这些滤镜后的任何大量消
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5871 耗CPU的滤镜之前。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5872 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5873 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5874 .B decimate[=max:hi:lo:frac]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5875 丢弃那些与先前的帧差别不大的帧,以降低帧率。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5876 该滤镜的主要用途是为了在极低的比特率下编码(例如\&在拨号接入的调制解
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5877 调器线路上传输流媒体),但在理论上它可以用于修复那些不准确地去除电视
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5878 模式过的影片)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5879 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5880 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5881 .IPs <max>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5882 设置最大可以连续丢弃的帧的个数(当该值为正数时),或被丢弃
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5883 帧间的最小间隔(当该值为负数时)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5884 .IPs <hi>,<lo>,<frac>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5885 当没有一个8x8的区域的差别值大于阈值<hi>,并且不超过<frac>个部分(1表示
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5886 整幅画面)的差别值大于阈值<lo>时,这个帧就可以被丢弃。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5887 数值<hi>和<lo>表示8x8像素区块中实际存在的不同值的像素个数,于是阈值64
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5888 对应于每个像素都有一个不同的值,或这种情形以不同的形式在整个区块中分布
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5889 的形式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5890 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5891 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5892 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5893 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5894 .B dint[=sense:level]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5895 这个丢弃反隔行扫描(dint)滤镜侦测出并丢弃一连串隔行扫描视频的帧中的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5896 第一个帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5897 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5898 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5899 .IPs <0.0\-1.0>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5900 相邻像素间的相对差别值(默认值:0.1)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5901 .IPs <0.0\-1.0>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5902 图像中的哪个部分必须被侦测以判定是否为隔行扫描以便丢弃帧(
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5903 默认值:0.15)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5904 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5905 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5906 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5907 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5908 .B lavcdeint(已被淘汰)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5909 FFmpeg中的反隔行扫描滤镜,与\-vf pp=fd相同
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5910 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5911 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5912 .B kerndeint[=thresh[:map[:order[:sharp[:twoway]]]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5913 Donald Graft的自适应内核级反隔行扫描滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5914 当超过配置中的一个阈值时,解除视频中的隔行扫描部分。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5915 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5916 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5917 .IPs <0\-255>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5918 阈值(默认值:10)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5919 .IPs <map>
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5920 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5921 0:忽略超出阈值的像素(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5922 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5923 1:将超出阈值的像素输出为白色。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5924 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5925 .IPs <order>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5926 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5927 0:不对场次序做更改(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5928 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5929 1:交换场的次序。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5930 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5931 .IPs <sharp>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5932 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5933 0:禁用额外的锐化处理(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5934 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5935 1:启用额外的锐化处理
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5936 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5937 .IPs <twoway>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5938 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5939 0:禁用双向锐化处理(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5940 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5941 1:启用双向锐化处理。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5942 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5943 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5944 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5945 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5946 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5947 .B unsharp[=l|cWxH:amount[:l|cWxH:amount]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5948 反锐化修饰 / 高斯模糊
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5949 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5950 .IPs "l\ \ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5951 将效果应用于亮度部分。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5952 .IPs "c\ \ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5953 将效果应用于色度部分。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5954 .IPs <width>x<height>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5955 矩阵的宽度和高度,两者都是奇数尺寸
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5956 (最小值 = 3x3,最大值 = 13x11或11x13,通常在3x3至7x7之间)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5957 .IPs amount
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
5958 图像锐力度/\:模糊度的相对增量(合理的值应为\-1.5\-1.5)。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5959 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5960 <0:模糊
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5961 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5962 >0:锐力
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
5963 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5964 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5965 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5966 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5967 .B "swapuv\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5968 交换U和V两个平面的位置。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5969 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5970 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5971 .B il[=d|i][s][:[d|i][s]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5972 对扫描行执行(反)交错操作。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5973 该滤镜的目标是提供处理隔行扫描图像的前半个扫描场而不对其进行反隔行扫描操作的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5974 功能。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5975 你可以在不破化隔行扫描结构的情况下过滤你的隔行扫描DVD视频,然后让其在电视上播放。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5976 (在后期处理滤镜的作用下)反隔行扫描(通过柔化、平均化之类的手段)永久性地去
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5977 除了隔行扫描结构,而解交错操作将帧分离成2个扫描场(所谓的半幅画面),因此你可以
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5978 分别地处理(过滤)这些扫描场然后重新将它们交错起来。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5979 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5980 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5981 .IPs d
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5982 反交错操作(将一个扫描场置于另一个上方)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5983 .IPs i
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5984 交错操作
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5985 .IPs s
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5986 交换扫描场的位置(交换奇偶扫描线的位置)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5987 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5988 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5989 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5990 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5991 .B fil[=i|d]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5992 对扫描行执行(反)交错操作。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5993 与il滤镜十分相像,但相较之下运行得很快,其主要的缺点是它不是总能工作。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5994 尤其是当它与其它滤镜一起使用时,它可能随机产生一些渲染错误的图像,所以
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5995 如果它能工作则暗自庆幸吧,但如果它在你的滤镜组合中不能工作也不要抱怨。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5996 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5997 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5998 .IPs d
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
5999 对扫描场执行反交错操作,将它们一个个紧挨着放在一起。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6000 .IPs i
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6001 对扫描场再次执行交错操作(产生与fil=d相反的效果)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6002 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6003 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6004 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6005 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6006 .B field[=n]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6007 使用大跨度计算方式从一幅隔行扫描图像中抽取单个扫描场,以避免浪费CPU
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6008 时间。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6009 可选参数n指定抽取的是偶数场还是奇数场(取决于n是偶数还是奇数)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6010 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6011 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6012 .B detc[=var1=value1:var2=value2:...]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6013 尝试逆转‘电视图像模式’处理操作以还原一个电影帧率下的纯净、非
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6014 隔行扫描的视频流。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6015 这是第一个也是最基本的一个添加到MPlayer/\:MEncoder中的反电视图像模式
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6016 滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6017 其工作方式是锁定电视图像模式中的3:2画面特征,然后尽可能长地跟踪这个特
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6018 征。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6019 这使它适合完全电视图像模式化的来源,即使在有一定噪声的情况下亦是如此,
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6020 但不适用于复杂的后期电视图像模式的图像的编辑。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6021 这个滤镜的开发已不再继续,因为ivtc、pullup、和filmdint在大多数应用中效
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6022 果更好。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6023 以下参数(参见下面的句法解释)可用于控制detc的行为:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6024 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6025 .IPs "<dr>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6026 设置丢弃帧的模式。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6027 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6028 0:不丢弃帧以保证输出帧率恒定(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6029 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6030 1:当最近5个帧没有丢弃或不是电视图像模式时则一定丢弃一个帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6031 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6032 2:总保证输入输出帧率比正好为5:4。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6033 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6034 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6035 模式1和2用于MEncoder。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6036 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6037 .IPs "<am>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6038 分析模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6039 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6040 0:固定特征,初始帧代号由<fr>中所指定。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6041 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6042 1:积极搜寻电视图像模式特征(默认值)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6043 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6044 .IPs "<fr>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6045 设定帧序列中初始帧的代号。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6046 0\-2是三个纯逐行扫描的帧;3和4是两个隔行扫描的帧。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6047 默认值\-1表示‘初始帧不在电视图像模式的序列中’。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6048 这里指定的代号是影片开始前假想的那个前一帧的类型。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6049 .IPs "<t0>, <t1>, <t2>, <t3>"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6050 用于某些模式下的阈值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6051 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6052 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6053 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6054 .B ivtc[=1]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6055 实验性的‘无状态’逆转电视图像模式滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6056 ivtc并不像detc滤镜那样尝试锁定一个特征,而是对于每一帧独立地决策。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6057 这对于那些在应用电视图像模式后经历较多编辑的来源相对而言具有很好的效
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6058 果,但相应地它相对不能容忍有噪声的输入,比如电视上捕捉来的视频。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6059 可选参数(ivtc=1)对应于detc滤镜的dr=1选项,并且应当用于MEncoder中而不
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6060 能用于MPlayer。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6061 与detc一样,你必须在使用MEncoder时指定正确的输出帧率
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6062 (\-ofps24000/1001)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6063 ivtc的进一步开发已停止,因为pullup和filmdint滤镜显得相对精确得多。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6064 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6065 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6066 .B pullup[=jl:jr:jt:jb:sb:mp]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6067 第三代反pulldown(逆转电视图像模式)滤镜,能够处理混合型硬性电视图像模式的,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6068 24000/1001帧率逐行扫描的,以及30000/1001帧率逐行扫描的内容。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6069 pullup滤镜的设计原则是通过在决策中利用将来的内容环境,以求得比detc或
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6070 ivtc更稳定。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6071 与ivtc相似,pullup是无状态的,这源于它不锁定扫描场以识别要匹配的内容然
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6072 后重塑逐行扫描的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6073 它仍处于开发之中,但人们相信它是相当精确的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6074 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6075 .IPs "jl, jr, jt, and jb"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6076 这些选项用于设置图像的左边、右边、上边和下边各有多少
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6077 “垃圾信息”要忽略。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6078 左/\:右两边是以8像素为一个单元,而上/\:下两边是以2个扫描行为一个单元。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6079 默认是每边各取8个像素。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6080 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6081 .IPs "sb (strict breaks)"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6082 将该选项设置为1将减小pullup产生偶发性不匹配帧的机率,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6083 但它也可能导致高动态的帧序列中有太多的帧被丢弃。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6084 相反地,将它设置为\-1将使pullup能更容易地匹配扫描场。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6085 这能帮助处理那些在扫描场间存在一些模糊特性的视频,但也可能导致输出中
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6086 存在隔行扫描的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6087 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6088 .IPs "mp (metric plane)"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6089 这个选项可以设置成1或2以使用色度平面而不是亮度平
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6090 面来进行pullup的计算。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6091 这能提高处理清晰来源时的精确度,但更可能的是降低精确度,尤其是存在
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6092 色度噪声(彩虹效应)或灰度视频的场合。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6093 将mp设置成色度平面的主要目的是降低CPU负荷,并使pullup在慢速机器上可用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6094 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6095 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6096 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6097 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6098 在编码中一定要在pullup后跟上softskip滤镜以保证pullup能读取所有帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6099 由于编解码器/\:滤镜层在设计上的局限,不这样做会导致输出不正确,并且往
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6100 往程序会崩溃。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6101 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6102 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6103 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6104 .B filmdint[=options]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6105 逆转电视图像模式滤镜,与上面的pullup滤镜相似。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6106 它被设计成用于处理任意下拉特征,包括混合型软性和硬性的电视图像模式,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6107 以及提供对于那些会慢于或快于其在电视上的原始帧率的影片的有限支持。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6108 只有亮度平面用以寻找帧分开的位置。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6109 如果一个扫描场没有匹配上特征,则就使用简单的线性估计方式解除其
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6110 隔行扫描结构。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6111 如果来源是MPEG-2格式,那么这个滤镜必须是第一个滤镜以便能够访问
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6112 MPEG-2解码器设置的扫描场标志。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6113 根据来源MPEG的不同,你可能不需采纳这个建议,只要你不看到许多“下半场先
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6114 扫描”的警告。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6115 不设选项时,它只是做普通的逆转电视图像模式处理,并且应当与
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6116 mencoder \-fps 30000/1001 \-ofps 24000/1001一同使用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6117 当这个滤镜用于mplayer时,它将导致播放时帧速率不匀衡,但在通常情况下比
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6118 使用pp=lb或不进行解除隔行扫描操作要好。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6119 多个选项可以使用/.分隔开指定。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6120 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6121 .IPs crop=<w>:<h>:<x>:<y>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6122 就像crop滤镜一样,但更快而且能用于混合型硬性和软性电视图像模式的内容,
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6123 以及y不用4的倍数的情形。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6124 如果x或y的设置将需要从色度平面中切除部分像素时,切除区域将延伸。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6125 这通常意味着x和y必须是偶数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6126 .IPs io=<ifps>:<ofps>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6127 对于每ifps个输入帧,滤镜将输出ofps个帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6128 ifps/\:ofps的比率应当与\-fps/\-ofps的比率相匹配。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6129 这可以用于过滤那些在电视上以不同原始帧率的帧率播放的影片。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6130 .IPs luma_only=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6131 如果n为非零值,色度平面就原封不动地输出。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6132 这适用于YV12采样的电视,这种方式丢弃其中一个色度扫描场。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6133 .IPs mmx2=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6134 在x86系统上,如果n=1,则使用MMX2优化的函数,如果n=2,则使用3DNow!
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6135 优化的函数,否则使用普通的C语句。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6136 如果不指定这个选项,则将自动侦测MMX2和3DNow!,使用这个选项重写自动侦测
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6137 的结果。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6138 .IPs fast=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6139 n值较大时能提高滤镜的运行速度但牺牲了精确性。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6140 默认值是n=3。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6141 如果n是奇数,MPEG的REPEAT_FIRST_FIELD标志位已标记的帧后紧跟的一帧将被
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6142 认作是逐行扫描的,于是滤镜将不在处理软性电视图像模式的MPEG-2内容上花任
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6143 何时间了。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6144 如果MMX2或3DNow!可用,那么这就是该标志位的唯一作用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6145 在没有MMX2和3DNow!的情况下,如果n=0或1,那么将使用与n=2或3的时候同样的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6146 计算方式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6147 如果n=2或3,用于寻找帧间断的亮度阶数值就从256降低为128,这使滤镜运行更
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6148 快而不损失太多的精确性。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6149 如果n=4或5,将使用一个更快的,但相较之下很不精确的测量标准来寻找帧间
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6150 断,这样做会增加将垂直方向上细节很多的图像误测为隔行扫描内容的可能性。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6151 .IPs verbose=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6152 如果n是非零值,则打印出用于每个帧的具体测量标准。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6153 适用于程序调试。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6154 .IPs dint_thres=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6155 解除隔行扫描的阈值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6156 用于解除未匹配任何特征的帧的隔行扫描结构的过程中。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6157 阈值大意味着较少的帧经过解除隔行扫描处理,要完全关闭解除隔行扫描处理则
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6158 使用n=256。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6159 默认值为n=8。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6160 .IPs comb_thres=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6161 比较上半扫描场和下半扫描场的阈值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6162 默认值为128。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6163 .IPs diff_thres=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6164 用于侦测扫描场的瞬时变化的阈值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6165 默认值为128。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6166 .IPs sad_thres=<n>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6167 合计绝对差的阈值,默认为64。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6168 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6169 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6170 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6171 .B softpulldown
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6172 这个滤镜只能用于MEncoder并且依赖于用于软性3:2下拉(软性电视图像模式)的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6173 MPEG-2标志位。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6174 如果你想对半软性电视模式的影片使用ivtc或detc滤镜,那么将该滤镜插入到它们之前
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6175 能使他们更稳定。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6176 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6177 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6178 .B divtc[=options]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6179 逆转隔行扫描视频的电视图像模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6180 如果3:2下拉电视图像模式的视频丢失了其中的一个扫描场,或在解除隔行扫描时使用了
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6181 保留一个扫描场而插值计算另一个的方法,那么输出的是一个晃动的视频,其中的每四
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6182 个帧后有一个是重复的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6183 该滤镜目的是找到并丢弃这些重复的帧,并还原原来的影片帧率。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6184 在使用这个滤镜时,你必须设将\-ofps指定为输入视频文件帧率的4/5
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6185 并将softskip放在滤镜链中位于其后的地方,以保证divtc能读取所有
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6186 的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6187 有两种不同的模式可选:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6188 一阶段模式是默认的模式,并且直接就能使用,但缺点是任何电
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6189 视图像模式下相位的变化(丢帧或编辑错误)将导致暂时的画面
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6190 抖动直至滤镜重新恢复同步。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6191 二阶段模式通过事先分析整个视频来避免这种问题,所以它能事
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6192 先知道相位的变化并能在准确的位置恢复同步。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6193 这两个阶段
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6194 .B 不
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6195 对应于第一阶段和第二阶段的编码处理过程。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6196 你必须在真正编码而释放出处理后的视频之前,使用divtc的第一
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6197 阶段配置运行额外的一个阶段。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6198 使用\-nosound \-ovc raw \-o /dev/null来避免在这一阶段浪费
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6199 CPU的运算能力。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6200 你可以在divtc后加上诸如crop=2:2:0:0之类的东西以运行
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6201 得更快。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6202 然后使用divtc第二阶段配置以进行真正的编码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6203 如果你使用多阶段编码器编码,那么在所有阶段均要
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6204 使用divtc第二阶段的配置。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6205 相关选项有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6206 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6207 .IPs pass=1|2
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6208 使用二阶段模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6209 .IPs file=<filename>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6210 设置第二阶段使用的日志的文件名(默认值:“framediff.log”)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6211 .IPs threshold=<value>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6212 设置滤镜认为某个特征是电视图像模式特征时,该特征所必须达到的最小强度(默认
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6213 值:0.5)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6214 这用于避免从视频中很暗或很静止的部分里错误地识别出一些特征。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6215 .IPs window=<numframes>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6216 设置搜寻特征时需要察看多少个最近读到的帧(默认值:30)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6217 较长的察看范围能增加特征搜寻的可靠性,但较短的察看范围能改善对于电视图
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6218 像模式中相位变化的反应时间。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6219 该选项只对一阶段模式有作用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6220 当前,二阶段模式使用固定的察看范围,该范围包含了过去和将来输入的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6221 .IPs phase=0|1|2|3|4
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6222 设置一阶段模式中电视图像模式的初始相位(默认值:0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6223 二阶段模式能读取将来输入的帧,所以它能够在一开始就使用正确的相位值,但
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6224 一阶段模式只能靠猜测。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6225 当它找到正常的相位时它能跟上这个相位,但该选项能用来开始时可能出现的抖动。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6226 二阶段模式的第一阶段也使用该选项,所以如果你保存第一阶段的输出内容,你就会得
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6227 到持续的相位值跟踪结果。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6228 .IPs deghost=<value>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6229 设置去鬼影处理的阈值(0\-255用于一阶段模式,\-255\-255用于二阶段模式,默认0)。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6230 如果为非零值,则使用去鬼影模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6231 该选项用于那些通过将扫描场混合在一起而不是丢弃其中一个场的方式解除
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6232 隔行扫描的视频。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6233 去鬼影处理会增强混合后帧中的压缩损伤,所以该参数值作为一个阈值,用以
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6234 将那些在去鬼影过程中与前一帧的相差值小于一个特定值的像素排除在外。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6235 如果使用了二阶段模式,可以用负数值使滤镜在第二阶段开始时分析整个视频,以
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6236 确定它是否需要去鬼影处理,然后要么选择一个零值,要么选择该值的绝对值作
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6237 为去鬼影的参数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6238 应将该选项用于第二阶段,这与用于第一阶段没有差别
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6239 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6240 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6241 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6242 .B phase[=t|b|p|a|u|T|B|A|U][:v]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6243 将隔行扫描的视频延迟一个扫描场的时间,以改变扫描场的次序。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6244 其目的是修复那些在录像带传输至电脑视频的捕捉过程中使用了相反的扫描场次
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6245 序的PAL影片。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6246 选项有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6247 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6248 .IPs t
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6249 捕捉时扫描场次序为上半场先输入,传输时为下半场先输入。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6250 滤镜将延迟下半场。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6251 .IPs b
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6252 捕捉时扫描场次序为下半场先输入,传输时为上半场先输入。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6253 滤镜将延迟上半场。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6254 .IPs p
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6255 捕捉和传输时使用同样的扫描场次序。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6256 该模式只是为了在其它选项的使用说明中引用而存在的,但如果你真的选了它,那么滤
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6257 镜会按照您的旨意不做任何事情。;-)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6258 .IPs a
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6259 捕捉时的次序将自动通过扫描场的标志位来判断,传输时的与捕捉时的相反。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6260 滤镜根据扫描场的标志位为每一个帧在t和b两个模式中选择一个。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6261 如果没有任何扫描场的信息,那么该模式就与u一样了。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6262 .IPs u
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6263 捕捉时的次序未知或不断变化,传输时的与捕捉时的相反。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6264 滤镜通过分析图像并选择能在扫描场间产生最佳匹配的那个候选模式来给每一个帧
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6265 在t和b两个模式中选择一个。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6266 .IPs T
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6267 捕捉时为上半场先输入,传输时未知或不断变化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6268 滤镜通过分析图像在t和p模式中选择一个。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6269 .IPs B
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6270 捕捉时为下半场先输入,传输时未知或不断变化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6271 滤镜通过分析图像在b和p模式中选择一个。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6272 .IPs A
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6273 捕捉时的次序由扫描场标志位判断,传输时的未知或不断变化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6274 滤镜通过扫描场标志位和图像分析从t、b和p中选择一个模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6275 如果没有任何扫描场信息,则该模式与U一样。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6276 这是默认的模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6277 .IPs U
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6278 捕捉时和传输时的次序均未知或不断变化。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6279 滤镜只通过图像分析以从t、b和p中选择一个模式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6280 .IPs v
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6281 细节信息处理。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6282 打印每个帧所选用的模式以及在t、b和p三种模式下的扫描场间的均方差值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6283 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6284 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6285 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6286 .B telecine[=start]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6287 应用3:2‘电视图像模式’处理以使帧率增加20%。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6288 该选项极可能无法用于MPlayer,但它可以以'mencoder \-fps 30000/1001 \-ofps
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6289 30000/1001 \-vf telecine'形式使用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6290 其中的两个fps选项都是必需的!
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6291 (如果它们不正确,就无法A/V同步。)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6292 可选的start参数告诉滤镜从电视图像模式特征中的哪里开始执行(0\-3)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6293 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6294 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6295 .B tinterlace[=mode]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6296 瞬时扫描场隔行扫描化——将一对对帧合并为一个个隔行扫描的帧,使帧率减半。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6297 偶数帧移至上半扫描场,奇数帧移至下半扫描场。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6298 该滤镜可用于充分反转(模式0下)tfields滤镜的效果。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6299 可用模式有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6300 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6301 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6302 .IPs 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6303 将奇数帧移至上半场,偶数帧移至下半场,以在半速帧率下产生一个完全高度的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6304 .IPs 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6305 只输出奇数帧,丢弃偶数帧;帧的高度不变。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6306 .IPs 2
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6307 只输出偶数帧,丢弃奇数帧;帧的高度不变。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6308 .IPs 3
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6309 将每个帧扩展至完全高度,但每两个扫描行间插入黑色的行;帧速不变。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6310 .IPs 4
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6311 将偶数帧的偶数扫描行与奇数帧的奇数扫描行交叉在一起。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6312 帧高度不变,帧速减半。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6313 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6314 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6315 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6316 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6317 .B tfields[=mode[:field_dominance]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6318 瞬时扫描场分离——将扫描场分离成帧,输出帧率加倍。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6319 就像telecine滤镜,tfields只在MEncoder中能正常工作,并且只在\-fps
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6320 和\-ofps设置成所需的(加倍的)帧率的情况下!
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6321 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6322 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6323 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6324 0:保持扫描场不变(会产生跳帧/\:闪烁)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6325 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6326 1:插值恢复缺少的扫描行。(所用的算法可能不太好。)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6327 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6328 2:使用线性插值法以1/4像素精度转换扫描场(不产生跳帧)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6329 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6330 4:使用4tap滤镜以1/4像素精度转换扫描场(较高质量)(默认方式)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6331 .IPs <field_dominance>\ (不推荐使用)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6332 \-1:自动(默认值)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6333 只有当解码器输出适当的信息并且在滤镜链中tfields之前没有其它的滤镜丢
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6334 弃这些信息时才能工作,否则该值设回为0(上半扫描场先输入)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6335 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6336 0:上半扫描场先输入
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6337 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6338 1:下半扫描场先输入
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6339 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6340 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6341 该选项相当可能在以后的版里中去除。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6342 使用\-field\-dominance代替它。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6343 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6344 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6345 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6346 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6347 .B yadif=[mode[:field_dominance]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6348 又一个解除隔行扫描的滤镜
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6349 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6350 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6351 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6352 0:每存在一帧输出一帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6353 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6354 1:每存在一个扫描场输出一帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6355 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6356 2:与0相似但跳过空间隔行扫描检查。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6357 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6358 3:与1相似但跳过空间隔行扫描检查。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6359 .IPs <field_dominance>\ (不推荐使用)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6360 与tfields运行方式相似。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6361 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6362 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6363 该选项相当可能在以后的版本中去除。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6364 使用\-field\-dominance替代它。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6365 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6366 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6367 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6368 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6369 .B mcdeint=[mode[:parity[:qp]]]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6370 包含运动补偿的解除隔行扫描滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6371 它要求每帧有一个扫描场作为输入并且必须与tfields=1或yadif=1/3或与之等
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6372 价的滤镜一起使用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6373 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6374 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6375 .IPs <mode>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6376 0:快速
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6377 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6378 1:中等
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6379 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6380 2:慢速,迭代式的运动估计
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6381 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6382 3:更慢,与模式2外加参照多个帧的方式相似
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6383 .IPs <parity>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6384 0或1用于选择使用哪个扫描场(注意:目前还不能自动侦测!)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6385 .IPs "<qp>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6386 较高的值能产生较平滑的运动矢量场,但单个矢量得到优化的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6387 较少。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6388 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6389 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6390 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6391 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6392 .B boxblur=radius:power[:radius:power]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6393 盒状模糊
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6394 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6395 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6396 .IPs <radius>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6397 模糊过滤的强度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6398 .IPs <power>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6399 应用过滤的数量
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6400 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6401 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6402 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6403 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6404 .B sab=radius:pf:colorDiff[:radius:pf:colorDiff]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6405 自适合形状的模糊
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6406 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6407 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6408 .IPs <radius>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6409 模糊过滤的强度(~0.1\-4.0)(值越大越慢)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6410 .IPs "<pf>\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6411 预过滤强度(~0.1\-2.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6412 .IPs <colorDiff>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6413 像素间会被认同的最大差值(~0.1\-100.0)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6414 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6415 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6416 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6417 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6418 .B smartblur=radius:strength:threshold[:radius:strength:threshold]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6419 智能模糊
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6420 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6421 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6422 .IPs <radius>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6423 模糊过滤的强度(~0.1\-5.0)(值越大越慢)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6424 .IPs <strength>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6425 模糊化(0.0\-1.0)或锐利化(\-1.0\-0.0)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6426 .IPs <threshold>
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6427 过滤全部区域(0),过滤平坦区域(0\-30)或过滤边缘(\-30\-0)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6428 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6429 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6430 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6431 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6432 .B perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6433 修正没有摄制得垂直于屏幕的影片视角。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6434 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6435 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6436 .IPs <x0>,<y0>,...
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6437 左上角、右上角、左下角、右下角的坐标
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6438 .IPs "<t>\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6439 线性(0)或立方式(1)重采样
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6440 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6441 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6442 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6443 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6444 .B "2xsai\ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6445 使用2x缩放及插值算法缩放并平滑图像。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6446 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6447 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6448 .B "1bpp\ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6449 YUV/\:BGR 8/\:15/\:16/\:32转换中的1bpp映射位图
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6450 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6451 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6452 .B down3dright[=lines]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6453 重设立体图像的位置及大小。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6454 将两个立体扫描场都抽取出来并将其紧靠着摆放,以将它们缩放至保持原有
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6455 影片宽高比的大小。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6456 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6457 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6458 .IPs <lines>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6459 要从图像的中间选取的扫描行的数量(默认值:12)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6460 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6461 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6462 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6463 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6464 .B bmovl=hidden:opaque:fifo
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6465 这个位图覆盖滤镜从FIFO管道中读取位图并将它们显示在影片的上方,以支持某
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6466 些对于图像的变换。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6467 另参见TOOLS/bmovl-test.c以获取一个小型的bmovl测试程序。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6468 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6469 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6470 .IPs <hidden>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6471 设置‘hidden’标志位的默认值(0=可见,1=不可见)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6472 .IPs <opaque>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6473 设置‘opaque’标志位的默认值(0=透明,1=不透明)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6474 .IPs <fifo>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6475 FIFO管道(连接‘mplayer \-vf bmovl’和主控程序的命名管道)的路径/\:文件名
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6476 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6477 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6478 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6479 .RS
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6480 FIFO管道中使用的命令有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6481 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6482 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6483 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6484 .IPs "RGBA32 width height xpos ypos alpha clear"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6485 其后出现的是width*height*4字节大小的原始RGBA32数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6486 .IPs "ABGR32 width height xpos ypos alpha clear"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6487 其后出现的是width*height*4字节大小的原始ABGR32数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6488 .IPs "RGB24 width height xpos ypos alpha clear"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6489 其后出现的是width*height*3字节大小的原始RGB24数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6490 .IPs "BGR24 width height xpos ypos alpha clear"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6491 其后出现的是width*height*3字节大小的原始BGR24数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6492 .IPs "ALPHA width height xpos ypos alpha"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6493 更改指定区域的阿尔法透明度。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6494 .IPs "CLEAR width height xpos ypos"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6495 清空某个区域。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6496 .IPs OPAQUE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6497 禁用一切阿尔法透明。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6498 要再次启用则发送“ALPHA 0 0 0 0 0”
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6499 .IPs "HIDE\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6500 隐藏位图。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6501 .IPs "SHOW\ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6502 显示位图。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6503 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6504 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6505 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6506 .RS
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6507 参数有:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6508 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6509 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6510 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6511 .IPs "<width>, <height>"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6512 图像/区域的大小
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6513 .IPs "<xpos>, <ypos>"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6514 从x/y位置开始位图混合
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6515 .IPs <alpha>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6516 设置阿尔法差值。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6517 如果你将该值设为\-255,你就可以发送一系列的阿尔法命令将该区域设置为\-225、\-200、
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6518 \-175等等以得到一个不错的渐渐出现的效果!;)
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6519 .RSss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6520 0: 保持原来的值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6521 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6522 255: 使所有的位图不透明。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6523 .br
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6524 \-255:使所有的位图透明。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6525 .REss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6526 .IPs <clear>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6527 在位图混合前清空帧缓冲。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6528 .RSss
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6529 0:在原来的图像上进行位图混合,于是你不必每当屏幕中的一小部分更新时就发送1.8MB
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6530 的RGB32数据。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6531 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6532 1:清空图像
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6533 .REss
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6534 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6535 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6536 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6537 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6538 .B framestep=I|[i]step
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6539 仅仅每隔n个帧或只对每个内部参照帧(关键帧)进行渲染。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6540 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6541 如果你使用I(大写)作为参数调用这个滤镜,那么
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6542 .B 只有
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6543 关键帧才渲染。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6544 对于DVD来说它通常意味着每15/12个帧中才有一帧(IBBPBBPBBPBBPBB),对于
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6545 AVI来说它意味着每当场景切换时或每隔keyint值(参见\-lavcopts keyint= value)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6546 所指定数量的帧过后才有一帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6547 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6548 当找到关键帧时,将打印一个‘I!’字符串以及紧接着的一个换行符,以结束当前
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6549 MPlayer/\:MEncoder在屏幕上输出的那一行,因为这段信息中包含了关键帧的时间值
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6550 (以秒计)以及帧编号(你可以利用这一信息切分AVI。)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6551 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6552 如果你使用一个数值参数‘step’调用这个滤镜,那么只有每隔‘step’个帧过后
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6553 才有一个帧得到渲染。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6554 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6555 如果你在数值前加上一个‘i’(小写),那么将输出‘I!’(就像I参数一样)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6556 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6557 如果你只给出i,那么不对帧做任何处理,只打印I!。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6558 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6559 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6560 .B tile=xtiles:ytiles:output:start:delta
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6561 将一系列图像拼成单个大图像。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6562 如果你省略了一个参数或使用一个小于0的值,则将使用默认值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6563 你也可以在你认为满意的情况下停止指定参数(... \-vf tile=10:5 ...)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6564 将缩放滤镜放在tile之前很可能是个好主意:-)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6565 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6566 这些参数有:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6567 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6568 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6569 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6570 .IPs <xtiles>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6571 x轴方向拼贴的图像数(默认值:5)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6572 .IPs <ytiles>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6573 y轴方向拼贴的图像数(默认值:5)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6574 .IPs <output>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6575 当‘output’个帧到达时,渲染拼贴的图像,这里‘output’应当是一个小于
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6576 xtile * ytile的数。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6577 拼贴图像中缺失的部分保留为空白。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6578 比如,你可以每50帧写入一个8 * 7的拼帖图像,这样就在25fps下每2秒产生一幅
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6579 图像。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6580 .IPs <start>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6581 以像素为单位的外边框的厚度(默认值:2)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6582 .IPs <delta>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6583 以像素为单位的内边框的厚度(默认值:4)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6584 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6585 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6586 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6587 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6588 .B delogo[=x:y:w:h:t]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6589 通过根据周围的像素进行简单的插值来去除电视台的台标。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6590 只需设置一个能盖住台标的长方形区域然后看着它消失就行了(有时更难看
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6591 的画面会出现——你能得到效果是说不准的)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6592 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6593 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6594 .IPs <x>,<y>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6595 台标的左上角
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6596 .IPs <w>,<h>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6597 被清理的长方形区域的宽度和高度
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6598 .IPs <t>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6599 长方形区域的模糊边缘的宽度(增加w和h的大小)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6600 当设为\-1时,屏幕上将绘出一个绿色的长方形以方便寻找合适的x、y、w、
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6601 h参数值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6602 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6603 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6604 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6605 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
6606 .B remove\-logo=/path/to/logo_bitmap_file_name.pgm
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6607 去除电视台台标,使用PGM或PPM图像文件来判断哪些像素组成
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6608 了台标。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6609 图像文件的宽度和高度必须与所处理的视频流的宽高相
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6610 匹配。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6611 使用过滤图像以及一个循环模糊算法去除台标。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6612 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6613 .IPs /path/to/logo_bitmap_file_name.pgm
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6614 过滤图像的[路径] + 文件名。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6615 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6616 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6617 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6618 .B zrmjpeg[=options]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6619 与zr2视频输出设备一同使用的软件YV12至MJPEG编码器。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6620 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6621 .IPs maxheight=<h>|maxwidth=<w>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6622 这些选项zr采集卡能处理的最大宽度和高度(MPlayer的滤镜层当前
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6623 还不能查询这些信息)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6624 .IPs {dc10+,dc10,buz,lml33}-{PAL|NTSC}
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6625 使用这些选项将maxwidth和maxheight自动设置为zr卡/\:混合模式所知的值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6626 比如,有效的选项有:dc10-PAL和buz-NTSC(默认值:dc10+PAL)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6627 .IPs color|bw
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6628 选择彩色或黑白的编码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6629 黑白编码较快。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6630 彩色编码为默认方式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6631 .IPs hdec={1,2,4}
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6632 水平方向抽取采样因数1、2或4。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6633 .IPs vdec={1,2,4}
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6634 垂直方向抽取采样因数1、2或4。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6635 .IPs quality=1\-20
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6636 设置JPEG压缩的质量[最好] 1 \- 20 [非常差]。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6637 .IPs fd|nofd
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6638 默认设置下,只有当Zoran采集卡的硬件支持MJPEG图像放大至其原有大
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6639 小时才进行抽取采样。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6640 选项fd命令滤镜总是进行所请求的抽取采样操作(效果很糟)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6641 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6642 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6643 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6644 .B screenshot
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6645 允许使用可以与按键绑定的被动模式下的命令以获取影片的截屏。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6646 参见被动模式的说明文档以及交互式控制一节以获取详细信息。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6647 命名为‘shotNNNN.png’的文件将保存在工作目录下,所用的编号为第一个
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6648 可以用的编号——不会覆盖任何文件。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6649 该滤镜在不用时不占用资源,并且支持任意色彩空间,所以将其添加进
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6650 配置文件中很安全。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6651 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6652 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6653 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6654 .B "ass\ \ \ \ "
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6655 将SSA/ASS字幕的渲染移至滤镜链中的任意一个位置。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6656 只适用于有\-ass选项的时候。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6657 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6658 .I 示例:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6659 .PD 0
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6660 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6661 .IPs "\-vf ass,screenshot"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6662 将SSA/ASS的渲染移至screenshot滤镜之前。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6663 这样做后的截屏内容将包含字幕。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6664 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6665 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6666 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6667 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6668 .B blackframe[=amount:threshold]
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6669 侦测出(几乎)完全黑色的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6670 可适用于侦测影片章节的切换或广告。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6671 输出行由所侦测出帧的编号、黑色程度的百分比、帧的类型和最近遇到的关键帧的
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6672 编号组成。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6673 .RSs
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6674 .IPs <amount>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6675 数值低于阈值的像素的百分比率(默认值:98)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6676 .IPs <threshold>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6677 决定像素值低于多少就被认作是黑色的阈值(默认值:32)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6678 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6679 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6680 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6681 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6682 .SH "通用编码选项(仅用于MENCODER)"
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6683 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6684 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6685 .B \-audio\-delay <any floating-point number>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6686 通过在文件头部中设置延迟信息域来延迟音频或视频。(默认值:0.0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6687 该选项不在编码过程中延迟音频或视频流,但播放器会读出延迟信息域并做相
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6688 应的补偿处理。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6689 正数值延迟音频,而负数值延迟视频。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6690 注意该选项正好与\-delay选项相反。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6691 例如,如果一段视频在\-delay 0.2下正确播放,那么你可以在MEncoder中使用
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6692 \-audio\-delay \-0.2修复视频的不同步问题。
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6693 .sp 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6694 当前,该选项只能用于默认的流合并器(\-of avi)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6695 如果你使用了另外的流合并器,那么你必须使用\-delay来代替该选项。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6696 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6697 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6698 .B \-audio\-density <1\-50>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6699 每秒钟处理的音频数据块数量(默认值为2,用于0.5s长的音频数据块)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6700 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6701 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6702 只用于CBR,VBR方式忽略该选项,因为它将每个数据包分别放入一个数据块中。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6703 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6704 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6705 .B \-audio\-preload <0.0\-2.0>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6706 设置音频缓冲的时音间隔(默认值:0.5s)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6707 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6708 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6709 .B \-fafmttag <format>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6710 可用于改写输出文件中的音频格式标签。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6711 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6712 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6713 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6714 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6715 .IPs "\-fafmttag 0x55"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6716 将使输出文件包含0x55(mp3)的信息作为音频格式标签。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6717 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6718 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6719 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6720 .TP
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6721 .B \-ffourcc <fourcc>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6722 可用于改写输出文件中的视频fourcc值。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6723 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6724 .I 示例:
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6725 .PD 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6726 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6727 .IPs "\-ffourcc div3"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6728 将使输出文件包含‘div3’的信息作为视频fourcc值。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6729 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6730 .PD 1
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6731 .
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6732 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6733 .B \-force\-avi\-aspect <0.2\-3.0>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6734 代替存储在AVI OpenDML vprp头部中的宽高比值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6735 该选项可用于在使用‘\-ovc copy’时更改宽高比值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6736 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6737 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6738 .B \-frameno\-file <filename>(不推荐使用)
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6739 指定包含有帧序号对应关系表的音频文件的文件名,该对应关系表是在特殊的三阶
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6740 段编码模式的第一阶段(只处理音频)中生成的。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6741 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6742 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6743 使用该模式很可能会让你得到A-V不同步的结果。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6744 不要使用它。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6745 它只是为了向后兼容而保留的,并且相当可能在以后的版本中去除。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6746 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6747 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
6748 .B \-hr\-edl\-seek
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6749 在跳过处理区域时使用一种更精确但相对很慢的方式。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6750 不是定位标记为需跳过的处理区域,而是解码所有的帧并且只有编码需
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6751 要的帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6752 该选项使从非关键帧的边界开始编码成为可能。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6753 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6754 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6755 不保证能与‘\-ovc copy’一同使用。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6756 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6757 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6758 .B \-info <option1:option2:...>(只用于AVI)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6759 指定生成的AVI文件的头部信息内容。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6760 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6761 可用选项有:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6762 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6763 .IPs "help\ "
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6764 显示本部分描述。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6765 .IPs name=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6766 作品的标题
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6767 .IPs artist=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6768 作品的作者
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6769 .IPs genre=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6770 原作的类别
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6771 .IPs subject=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6772 作品的内容
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6773 .IPs copyright=<value>
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6774 版权信息
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6775 .IPs srcform=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6776 数字化资料的原始格式
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6777 .IPs comment=<value>
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6778 关于作品的总体性注释
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6779 .RE
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6780 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6781 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6782 .B \-noautoexpand
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6783 不要自动在MEncoder滤镜链中插入扩展滤镜。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6784 适用于将字幕内嵌入影片时控制在滤镜链中的哪一个点上渲染字幕。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6785 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6786 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6787 .B \-noencodedups
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6788 不要尝试将重复的帧重复地编码;必须以输出零字节帧的方式表明有重复帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6789 除非加载了能进行重复帧编码的滤镜或编码器,否则无论如何将写入零字节帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6790 当前这样的滤镜只有hardup。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6791 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6792 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6793 .B \-noodml(仅用于\-of avi的情况下)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6794 对于大于1GB的AVI文件不写入OpenDML索引。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6795 .
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6796 .TP
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6797 .B \-noskip
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6798 不要跳过任何帧。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6799 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6800 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6801 .B \-o <filename>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6802 输出至所给的文件名。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6803 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6804 如果你需要有一个默认的输出文件名,你可以将此选项放在MEncoder的配置文
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6805 件中。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6806 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6807 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6808 .B \-oac <codec name>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6809 使用所给的音频编解码器编码(没有默认值)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6810 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6811 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6812 使用\-oac help来获取可用音频编解码器的列表。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6813 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6814 .I 示例:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6815 .PD 0
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
6816 .RSs
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6817 .IPs "\-oac copy"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6818 不编码,直接复制音频流
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6819 .IPs "\-oac pcm"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6820 编码为未压缩的PCM格式。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6821 .IPs "\-oac mp3lame"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6822 编码为MP3格式(使用LAME)。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6823 .IPs "\-oac lavc"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6824 使用libavcodec编解码器编码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6825 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6826 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6827 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6828 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6829 .B \-of <format>(BETA测试版代码!)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6830 编码为指定的容器格式(默认值:AVI)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6831 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6832 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6833 使用\-of help以获取可用的容器格式的列表。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6834 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6835 .I 示例:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6836 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6837 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6838 .IPs "\-of avi"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6839 编码为AVI格式。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6840 .IPs "\-of mpeg"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6841 编码为MPEG格式(另参见\-mpegopts)。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6842 .IPs "\-of lavf"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6843 使用libavformat流合并器编码(另参见\-lavfopts)。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6844 .IPs "\-of rawvideo"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6845 原始视频流(不合并——只含一个视频流)
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6846 .IPs "\-of rawaudio"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6847 原始音频流(不合并——只含一个音频流)
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6848 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6849 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6850 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6851 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6852 .B \-ofps <fps>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6853 为输出文件指定一个每秒帧数(fps)值,该值可以与原来视频中的不
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6854 同。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6855 必须为可变fps(ASF、一些MOV)以及逐行扫描(30000/1001 fps电视
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6856 图像模式的MPEG)文件设置该值。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6857 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6858 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6859 .B \-ovc <codec name>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6860 使用给出的视频编解码器编码(没有默认值)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6861 .br
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6862 .I 注意:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6863 使用\-ovc help来获取可用视频编解码器的列表。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6864 .sp 1
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6865 .I 示例:
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6866 .PD 0
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6867 .RSs
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6868 .IPs "\-ovc copy"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6869 不编码,直接复制视频流
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6870 .IPs "\-ovc raw"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6871 编码为任意的未压缩格式(使用‘\-vf format’选择具体格式)。
20745
e9dacb4f9096 Partial sync with en/mplayer.1 r20739
gpoirier
parents: 20675
diff changeset
6872 .IPs "\-ovc lavc"
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6873 使用libavcodec编解码器编码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6874 .RE
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6875 .PD 1
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6876 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6877 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6878 .B \-passlogfile <filename>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6879 在二阶段编码模式中将第一阶段的信息导出至<filename>,而不是默认的divx2pass.log。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6880 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6881 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6882 .B \-skiplimit <value>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6883 指定编码了一帧之后最多可以跳过的帧的数量(\-noskiplimit表示无限
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6884 制)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6885 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6886 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6887 .B \-vobsubout <basename>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6888 指定输出的.idx和.sub文件的主文件名。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6889 该选项使字幕不在编码后影片得到渲染,而是将其转而输出至VOBsub的字幕文件。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6890 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6891 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6892 .B \-vobsuboutid <langid>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6893 为字幕指定双字母的语言代码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6894 该选项改写了从DVD或.ifo文件中读取的语言代码。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6895 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6896 .TP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6897 .B \-vobsuboutindex <index>
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6898 指定输出文件中字幕的索引号(默认值:0)。
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6899 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6900 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
6901 .
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6902 .SH "特定编解码器专用的编码选项(仅用于MENCODER)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6903 你可以使用以下的句法指定特定编解码器专用的参数:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6904 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6905 .TP
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
6906 .B \-<codec>opts <option1[=value1]:option2[=value2]:...>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6907 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6908 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6909 这里<codec>可以是:lavc、xvidenc、lame、toolame、twolame、nuv、xvfw、faac、
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6910 x264enc、mpeg、lavf。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6911 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6912 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6913 .SS lame (\-lameopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6914 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6915 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6916 .B "help\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6917 获取帮助信息
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6918 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6919 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6920 .B vbr=<0\-4>
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
6921 可变比特率方式
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6922 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6923 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6924 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6925 cbr
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6926 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6927 mt
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6928 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6929 rh(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6930 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6931 abr
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6932 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6933 mtrh
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6934 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6935 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6936 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6937 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6938 .B "abr\ \ \ \ "
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
6939 平均比特率
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6940 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6941 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6942 .B "cbr\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6943 恒定比特率
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6944 同时强制在后面指定的ABR预设模式中使用CBR模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6945 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6946 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6947 .B br=<0\-1024>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6948 以kbps计量的比特率(仅用于CBR和ABR)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6949 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6950 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6951 .B q=<0\-9>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6952 质量(0 \- 最好,9 \- 最差)(仅用于VBR)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6953 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6954 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6955 .B aq=<0\-9>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6956 算法质量(0 \- 最好/最慢,9 \- 最差/最快)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6957 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6958 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6959 .B ratio=<1\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6960 压缩比
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6961 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6962 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6963 .B vol=<0\-10>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6964 音频输入的增益
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6965 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6966 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6967 .B mode=<0\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6968 (默认方式:自动判断)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6969 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6970 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6971 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6972 立体声
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6973 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6974 共享式立体声
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6975 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6976 双声道
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6977 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6978 单声道
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6979 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6980 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6981 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6982 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6983 .B padding=<0\-2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6984 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6985 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6986 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6987 无填充
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6988 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6989 所情况下均填充
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6990 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6991 调整
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6992 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6993 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6994 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6995 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6996 .B "fast\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6997 打开后面所指定的VBR预设模式中的较快编码方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6998 这将造成质量稍差而比特率稍高。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
6999 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7000 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7001 .B highpassfreq=<freq>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7002 设置高通过滤的频率值,单位为Hz。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7003 低于所指定值的频率将被滤除。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7004 值\-1将禁用过滤,值0将让LAME自动选择一个值。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7005 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7006 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7007 .B lowpassfreq=<freq>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7008 设置低通过滤的频率值,单位为Hz。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7009 高于所指定值的频率将被滤除。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7010 值\-1将禁用过滤,值0将让LAME自动选择一个值。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7011 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7012 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7013 .B preset=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7014 预设值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7015 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7016 .IPs "help\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7017 打印预设设置的其它选项与信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7018 .IPs medium
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7019 VBR编码,质量不错,比特率范围为150\-180 kbps
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7020 .IPs standard
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7021 VBR编码,高质量,比特率范围为170\-210 kbps
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7022 .IPs extreme
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7023 VBR编码,超高质量,比特率范围为200\-240 kbps
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7024 .IPs insane
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7025 CBR编码,最高的预设质量,比较率为320bps
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7026 .IPs <8\-320>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7027 ABR编码,平均比特率为所给的kbps值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7028 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7029 .sp 1
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
7030 .RS
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7031 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7032 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7033 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7034 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7035 .IPs fast:preset=standard
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7036 适用大多数人以大多数音乐类型,质量已经相当高了
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7037 .IPs cbr:preset=192
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7038 使用192kbps的ABR预设模式,强制使用固定比特率编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7039 .IPs preset=172
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7040 使用ABR预设模式、172kbps的平均比特率编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7041 .IPs preset=extreme
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7042 用于那些有极好听力和极好设备的人
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7043 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7044 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7045 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7046 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7047 .SS toolame和twolame(分别对应\-toolameopts和\-twolameopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7048 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7049 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7050 .B br=<32\-384>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7051 在CBR模式下该参数指明比特率值,单位为kbps,而在VBR模式下则是每个音频帧所允许的最
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7052 小比特率。VBR模式不能在该值低于112时工作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7053 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7054 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7055 .B vbr=<\-50\-50>(仅用于VBR)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7056 比特率可变范围;如果为负值,则编码器使平均比特率向所限制最低值靠拢,如果为正值,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7057 则向最高值靠拢。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7058 设为0时使用CBR模式(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7059 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7060 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7061 .B maxvbr=<32\-384>(仅用于VBR)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7062 每个音频帧所允许的最大比特率,单位为kbps
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7063 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7064 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7065 .B mode=<stereo | jstereo | mono | dual>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7066 (默认值:单声道音频使用mono,否则为stereo)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7067 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7068 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7069 .B psy=<\-1\-4>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7070 心理声学模型(默认值:2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7071 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7072 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7073 .B errprot=<0 | 1>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7074 使用错误保护功能。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7075 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7076 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7077 .B debug=<0\-10>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7078 调试等级
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7079 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7080 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7081 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7082 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7083 .SS faac(\-faacopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7084 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7085 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7086 .B br=<bitrate>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7087 平均比特率,单位为kbps(与quality选项不能同时使用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7088 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7089 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7090 .B quality=<1\-1000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7091 质量模式,值越高效果越好(与br选项不能同时使用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7092 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7093 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7094 .B object=<1\-4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7095 目标类型的复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7096 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7097 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7098 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7099 MAIN(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7100 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7101 LOW
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7102 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7103 SSR
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7104 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7105 LTP(运行极慢)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7106 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7107 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7108 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7109 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7110 .B mpeg=<2|4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7111 MPEG版本(默认值:4)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7112 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7113 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7114 .B "tns\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7115 启用瞬时噪声整形(TNS)功能。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7116 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7117 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7118 .B cutoff=<0\-采样频率/2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7119 截断频率(默认值:采样频率/2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7120 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7121 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7122 .B "raw\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7123 将比特流保存为原始负载,而额外的数据保存在容器文件的头部中(默认值:0,与ADTS相
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7124 一致)。如果没有明确的需要就不要设置这个标志位,否则你以后将不能重新将音频流合并
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7125 进容器文件了。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7126 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7127 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7128 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7129 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7130 .SS lavc(\-lavcopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7131 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7132 有许多libavcodec(简称lavc)选项只是简要说明。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7133 要了解详情请阅读源代码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7134 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7135 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7136 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7137 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7138 .IPs vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7139 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7140 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7141 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7142 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7143 .B acodec=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7144 音频编解码器(默认值:mp2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7145 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7146 .RSs
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7147 .IPs "ac3\ \ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7148 Dolby Digital(AC-3)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7149 .IPs adpcm_*
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7150 自适应PCM格式——参见HTML文档以获取详细信息。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7151 .IPs "flac\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7152 Free Lossless Audio Codec(FLAC,免费无损音频编解码器)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7153 .IPs "g726\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7154 G.726 ADPCM
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7155 .IPs libamr_nb
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7156 3GPP的自适应多码率(AMR)窄频段格式
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7157 .IPs libamr_wb
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7158 3GPP的自适应多码率(AMR)宽频段格式
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7159 .IPs libfaac
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7160 Advanced Audio Coding(AAC,高级音频编码)——使用FAAC
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7161 .IPs libmp3lame
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7162 MPEG-1音频层次3(MP3)——使用LAME
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7163 .IPs "mp2\ \ "
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7164 MPEG-1音频层次2(MP2)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7165 .IPs pcm_*
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7166 PCM格式——参见HTML文档以获取详细信息。
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7167 .IPs roq_dpcm
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7168 Id Software的RoQ DPCM
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7169 .IPs sonic
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7170 实验性的简易有损编解码器
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7171 .IPs sonicls
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7172 实验性的简易无损编解码器
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7173 .IPs vorbis
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7174 Vorbis
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7175 .IPs wmav1
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7176 Windows Media Audio v1
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7177 .IPs wmav2
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7178 Windows Media Audio v2
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7179 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7180 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7181 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7182 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7183 .B abitrate=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7184 音频比特率,单位为kbps(默认值:224)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7185 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7186 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7187 .B atag=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7188 使用所指定的Windows音频格式标签(例如atag=0x55)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7189 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7190 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7191 .B bit_exact
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7192 只使用精确到比特的算法(除了(I)DCT)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7193 此外,精确到比特的方式禁用了许多的优化模式,因而应当只用于回归测试。这种测试要求
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7194 即使编码器的版本变了,文件的二进制内容也要相同。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7195 该选项同时禁用MPEG-4流中的用户数据头。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7196 除非你确切知道你要做什么,否则不要使用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7197 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7198 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7199 .B threads=<1\-8>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7200 最大能使用的线程数(默认值:1)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7201 可能对运动预测有一定负面影响。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7202 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7203 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7204 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7205 .B vcodec=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7206 使用所指定的编解码器(默认值:mpeg4)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7207 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7208 .RSs
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7209 .IPs "asv1\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7210 ASUS Video v1
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7211 .IPs "asv2\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7212 ASUS Video v2
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7213 .IPs dvvideo
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7214 Sony Digital Video
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7215 .IPs "ffv1\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7216 FFmpeg的无损视频编解码器
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7217 .IPs ffvhuff
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7218 非标准的使用YV12格式的20%提升的HuffYUV
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7219 .IPs "flv\ \ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7220 用在Flash视频中的Sorenson H.263
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7221 .IPs "h261\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7222 H.261
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7223 .IPs "h263\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7224 H.263
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7225 .IPs h263p
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7226 H.263+
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7227 .IPs huffyuv
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7228 HuffYUV
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7229 .IPs libtheora
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7230 Theora
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7231 .IPs libx264
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7232 x264 H.264/AVC MPEG-4 Part 10
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7233 .IPs libxvid
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7234 Xvid MPEG-4 Part 2(ASP)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7235 .IPs ljpeg
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7236 Lossless JPEG
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7237 .IPs mjpeg
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7238 Motion JPEG
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7239 .IPs mpeg1video
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7240 MPEG-1 video
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7241 .IPs mpeg2video
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7242 MPEG-2 video
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7243 .IPs mpeg4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7244 MPEG-4(DivX 4/5)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7245 .IPs msmpeg4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7246 DivX 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7247 .IPs msmpeg4v2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7248 微软MPEG4v2
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7249 .IPs roqvideo
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7250 ID Software的RoQ Video
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7251 .IPs "rv10\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7252 一个老旧的RealVideo编解码器
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7253 .IPs "snow(另参见:vstrict)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7254 FFmpeg实验性的基于小波变换的编解码器
24272
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7255 .IPs "svq1\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7256 Apple Sorenson Video 1
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7257 .IPs "wmv1\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7258 Windows Media Video, version 1(也就是WMV7)
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7259 .IPs "wmv2\ "
c989a2c2c341 sync with r24137, patch by JRaSH
kraymer
parents: 24007
diff changeset
7260 Windows Media Video, version 2(也就是WMV8)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7261 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7262 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7263 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7264 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7265 .B vqmin=<1\-31>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7266 最低量化参数
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7267 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7268 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7269 不推荐(文件大很多,质量差别不大,而且有奇怪的副作用:msmpeg4、h263的质量会很差,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7270 码率控制会混乱从而质量下升,而且一些解码器将不能解码)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7271 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7272 推荐用于普通mpeg4/\:mpeg1video编码(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7273 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7274 推荐用于h263(p)/\:msmpeg4。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7275 建议采用3而不是2的原因是2可能造成溢出。(这在h263(p)中会在将来通过改变每个宏块的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7276 量化参数而解决,而msmpeg4中无法修复,因为它不支持那种方式。)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7277 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7278 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7279 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7280 .B lmin=<0.01\-255.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7281 用于码率控制的最小帧级别的拉格朗日乘子(默认值:2.0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7282 Lavc很少会使用低于vqmin值的量化参数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7283 降低lmin会使lavc更容易在处理某些帧选用更低的量化参数,但不会低于vqmin值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7284 类似的,提高lmin将使lavc更不可能选用低的量化参数,即使vqmin参数允许使用这些量化
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7285 参数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7286 你很可能想将lmin设为大致与vqmin相等。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7287 当使用自适应量化模式时,改变lmin/lmax可能影响不大;参见mblmin/mblmax。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7288 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7289 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7290 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7291 .B lmax=<0.01\-255.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7292 用于码率控制的最大拉格朗日乘子(默认值:31.0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7293 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7294 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7295 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7296 .B mblmin=<0.01\-255.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7297 用于码率控制的最小宏块级别的拉格朗日乘子(默认值:2.0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7298 该参数影响诸如qprd、lumi_mask等自适应量化选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7299 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7300 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7301 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7302 .B mblmax=<0.01\-255.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7303 用于码率控制的最大宏块级别的拉格朗日乘子(默认值:31.0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7304 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7305 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7306 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7307 .B vqscale=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7308 恒定量化参数/\:恒定质量编码(选用固定量化参数模式)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7309 值越小意味着质量越好,但文件越大(默认值:\-1)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7310 在使用snow编解码器的情况下,值0表示无损编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7311 由于其它编解码器不支持这个值,vqscale=0会有未经定义的效果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7312 不推荐用1(参见vqmin获取详情)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7313 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7314 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7315 .B vqmax=<1\-31>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7316 最大量化参数,10\-31应该是一个合理的范围(默认值:31)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7317 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7318 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7319 .B mbqmin=<1\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7320 过时参数,应使用vqmin
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7321 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7322 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7323 .B mbqmax=<1\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7324 过时参数,应使用vqmax
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7325 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7326 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7327 .B vqdiff=<1\-31>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7328 连续的I或P帧之间最大的量化参数差别(默认值:3)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7329 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7330 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7331 .B vmax_b_frames=<0\-4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7332 非B帧之间存在的最大B帧数目:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7333 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7334 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7335 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7336 无B帧(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7337 .IPs 0\-2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7338 对于MPEG-4来说是合理的范围
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7339 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7340 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7341 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7342 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7343 .B vme=<0\-5>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7344 运动预测方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7345 可用方式有:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7346 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7347 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7348 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7349 none(质量很低)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7350 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7351 full(运行慢,当前代码未维护且已禁用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7352 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7353 log(质量低,当前代码未维护且已禁用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7354 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7355 phods(质量低,当前代码未维护且已禁用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7356 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7357 EPZS:size=1的菱形模板,size可以通过*dia选项调整(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7358 .IPs 5
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7359 X1(实验性选项,当前是EPZS的一个别名)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7360 .IPs 8
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7361 iter(递归重叠的区块,仅用于snow)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7362 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7363 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7364 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7365 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7366 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7367 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7368 目前0\-3无视所花费比特的多少,所以质量可能比较低。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7369 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7370 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7371 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7372 .B me_range=<0\-9999>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7373 运动预测的搜索范围(默认值:0(不限制))
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7374 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7375 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7376 .B mbd=<0\-2>(另参见*cmp、qpel)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7377 宏块决策算法(高质量模式),将每个宏块在所有的模式下编码然后选择最佳的模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7378 该模式运行很慢,但能使质量提高,文件大小降低。
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
7379 当 mbd 设为1或2时,比较宏块过程中将不考虑 mbcmp 的值(但是其它地方还是使用
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
7380 了 mbcmp 值,特别是运动搜索算法中)。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
7381 然而当某个比较设置(precmp、subcmp、cmp 或 mbcmp)为非零值时,将会使用一种更慢但更
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
7382 好的半像素运动搜索模式,而不管 mbd 设为何值。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
7383 如果设置了 qpel 参数,则将肯定使用四分之一像素运动搜索模式。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7384 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7385 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7386 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7387 使用mbcmp提供的比较函数(默认方式)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7388 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7389 选用需要比特最少的宏块模式(=vhq)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7390 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7391 选用码率失真最优的宏块模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7392 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7393 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7394 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7395 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7396 .B "vhq\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7397 与mbd=1相同,出于兼容性考虑而保留了下来。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7398 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7399 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7400 .B "v4mv\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7401 允许每个宏块有4个运动矢量(质量较好些)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7402 如果在mbd>0时使用效果更好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7403 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7404 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7405 .B "obmc\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7406 重叠块的运动补偿(H.263+)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7407 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7408 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7409 .B "loop\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7410 遁环过滤(H.263+)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7411 注意,该选项有问题
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7412 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7413 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7414 .B inter_threshold <\-1000\-1000>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7415 当前没有任何作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7416 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7417 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7418 .B keyint=<0\-300>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7419 关键帧的最大间隔,单位为帧数(默认值:250或者说25fps的影片中每10秒一个关键帧。这
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7420 个数值是MPEG-4中推荐使用的默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7421 大多数编解码器需要定期使用关键帧以限制不匹配错误聚积过多。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7422 关键帧也在播放定位时需要,因为只能定位于关键帧——但关键帧比其它帧需要更多空间,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7423 所以这里的数值设得越大意味着文件越小,但定位越不精确。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7424 0与1相同,这将使每个帧都成为关键帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7425 不推荐大于300的值,因为质量可能很差,这取决于解码器、编码器和运气。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7426 通常MPEG-1/2使用小于等于30的值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7427 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7428 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7429 .B sc_threshold=<\-1000000000\-1000000000>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7430 用于场景切换侦测的阈值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7431 当libavcodec侦测到场景切换时,它将插入一个关键帧。你可以通过这个选项指定侦测模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7432 的敏感度。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7433 \-1000000000表示每个帧下都会侦测出一个场景切换,1000000000表示侦测不出任何场景切
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7434 换(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7435 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7436 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7437 .B sc_factor=<any positive integer>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7438 导致使用较高量化参数的帧更容易引发场景切换的侦测,从而使libavcodec使用一个I帧
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7439 (默认值:1)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7440 1\-16是一个合理的范围。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7441 2至6之间的值能提高峰值信噪比(PSNR)(最高大约为0.04dB)并且让I帧在高动态场景中
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7442 放置于更合适的位置
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7443 高于6的值可能提高一点点PSNR(大约比sc_factor=6多0.01dB),而视觉质量下降却相当可
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7444 观。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7445 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7446 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7447 .B vb_strategy=<0\-2>(只用于第一阶段编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7448 选用I/P/B帧的策略:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7449 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7450 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7451 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7452 总是使用最多的B帧(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7453 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7454 在高动态场景中避免使用B帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7455 参观b_sensitivity选项以调试这一策略。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7456 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7457 调整使用B帧的个数以使质量最好(运行缓慢)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7458 你可以要通过调整brd_scale选项以减少该选项对于运行速度的负面作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7459 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7460 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7461 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7462 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7463 .B b_sensitivity=<任何大于0的整数>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7464 调整vb_strategy=1时运动侦测的敏感程度从而避免使用B帧(默认值:40)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7465 敏感程度越低将导致越多的B帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7466 使用更多的B帧通常能提升峰值信噪比,但太多的B帧可能导致在高动态场景中质量下降。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7467 除非运动程度极其高,否则b_sensitivity设为低于默认的值是很安全的;10在大多数情况
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7468 下是一个理想的值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7469 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7470 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7471 .B brd_scale=<0\-10>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7472 减小动态B帧决策中帧的尺寸(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7473 brd_scale每增加一,帧的宽高将减小一半,这样就使运行速度提升至四倍。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7474 尺寸减小后帧的宽和高都必须是偶数,所以brd_scale=1要求原来的宽高尺寸是四的倍数,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7475 brd_scale=2要求原来的宽高尺寸是八的倍数,依次类推。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7476 换句话说,原来帧的宽高尺寸都必须能被2^(brd_scale+1)整除。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7477 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7478 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7479 .B bidir_refine=<0\-4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7480 优化用于双向宏块的两个运动矢量,而不是重复使用向前和向后搜索所找到的矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7481 该选项只对B帧有效。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7482 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7483 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7484 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7485 禁用(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7486 .IPs 1\-4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7487 使用更广泛的搜索模式(值越大运行越慢)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7488 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7489 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7490 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7491 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7492 .B vpass=<1\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7493 启用内置的二阶段(或更多阶段)编码模式,只有当你想使用二阶段(或更多阶段)编码模
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7494 式时才指定这个值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7495 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7496 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7497 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7498 第一阶段编码(另参见turbo)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7499 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7500 第二阶段编码
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7501 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7502 第N阶段编码(N阶段编码模式中第二阶段以及之后各阶段的编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7503 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7504 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7505 以下展示了其如何工作,以及如何使用:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7506 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7507 第一阶段编码(vpass=1)输出统计文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7508 你可能希望关闭一些大量消耗CPU的选项,就像“turbo”模式所做的那样。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7509 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7510 在二阶段编码模式中,第二阶段(vpass=2)读取统计文件的内容并依据该内容作出码率控
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7511 制的决策。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7512 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7513 在N阶段模式中,第二阶段(vpass=3——这不是本文档的印刷错误)同时做两件事:首先读
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7514 取统计信息,然后重写这些信息。如果存在不得不终断MEncoder的可能,那么你可能希望在
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7515 做这一步前备份divx2pass.log。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7516 你可以使用所有的编码选项,除非是非常消耗CPU的选项如“qns”。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7517 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7518 你可以反复执行与此相同的编码阶段以优化编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7519 每个紧接着的编码阶段将使用上一个阶段的统计信息并进一步优化。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7520 最后一个编码阶段可以包含任意大量消耗CPU的编码选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7521 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7522 如果你想用二阶段编码模式,那么先使用vpass=1,然后再用vpass=2。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7523 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7524 如果你想用三阶段或更多阶段的编码模式,那么在第一阶段使用vpass=1,接着用vpass=3,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7525 接着不断用vpass=3直至你对编码结果满意了。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7526 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7527 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7528 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7529 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7530 huffyuv:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7531 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7532 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7533 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7534 .IPs "第一阶段"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7535 保存统计信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7536 .IPs "第二阶段"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7537 使用基于第一阶段统计信息的最优哈夫曼表编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7538 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7539 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7540 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7541 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7542 .B turbo(仅用于二阶段编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7543 使用更快的算法并禁用大量占用CPU的选项以使第一阶段编码的运行大幅加快。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7544 该选项可能稍稍降低全局峰值信噪比(大约为0.01dB)并且改变单个帧的类型以及稍稍改变
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7545 该帧的峰值信噪比(最多至0.03dB)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7546 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7547 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7548 .B aspect=<x/y>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7549 在文件内部保存影片的宽高比,就像MPEG文件一样。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7550 比使用缩放功能效果好多了,因为质量不下降。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7551 只有MPlayer能正确播放这些文件,其它播放器会以错误的宽高比显示。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7552 宽高比参数可以以比率或浮点数字的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7553 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7554 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7555 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7556 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7557 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7558 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7559 .IPs "aspect=16/9或aspect=1.78"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7560 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7561 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7562 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7563 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7564 .B autoaspect
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7565 与aspect选项相同,但是通过综合考量滤镜链上的各种调整(crop/\:expand/\:scale/\:等
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7566 等)自动计算宽高比。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7567 不会对性能产生负面影响,所以你可以放心地让该选项保持为打开的状态。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7568 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7569 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7570 .B vbitrate=<value>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7571 指定比特率(默认值:800)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7572 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7573 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7574 1kbit = 1000 bits
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7575 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7576 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7577 .IPs 4\-16000
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7578 (单位为kbit)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7579 .IPs 16001\-24000000
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7580 (单位为bit)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7581 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7582 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7583 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7584 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7585 .B vratetol=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7586 文件大小控制中允许出入的数量,单位为kbit。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7587 1000\-100000是一个合理的范围。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7588 (警告:1kbit = 1000 bits)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7589 (默认值:8000)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7590 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7591 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7592 vratetol在第二阶段编码中不应设得太大,否则当设置了vrc_(min|max)rate时,可能会产
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7593 生问题。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7594 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7595 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7596 .B vrc_maxrate=<value>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7597 最大比特率,单位为kbit/\:sec
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7598 (默认值:0,无限制)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7599 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7600 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7601 .B vrc_minrate=<value>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7602 最小比特率,单位为kbit/\:sec
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7603 (默认值:0,无限制)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7604 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7605 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7606 .B vrc_buf_size=<value>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7607 缓冲大小,单位为kbit。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7608 在MPEG-1/2中该选项同时设置了vbv缓冲的大小,对于VCD请使用327,对于SVCD使用917,而
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7609 DVD使用1835。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7610 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7611 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7612 .B vrc_buf_aggressivity
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7613 当前没有什么作用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7614 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7615 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7616 .B vrc_strategy
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7617 码率控制方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7618 注意当vrc_strategy不设为0时,一些影响码率控制的选项将不起任何作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7619 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7620 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7621 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7622 使用内置的lavc码率控制方式(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7623 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7624 使用Xvid的码率控制方式(仅供测试用;要求MEncoder编译时加入对Xvid 1.1或更高版本的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7625 支持)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7626 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7627 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7628 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7629 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7630 .B vb_qfactor=<\-31.0\-31.0>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7631 B帧和非B帧间的量化参数因数(默认值1.25)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7632 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7633 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7634 .B vi_qfactor=<\-31.0\-31.0>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7635 I帧和非I帧间的量化参数因数(默认值0.8)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7636 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7637 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7638 .B vb_qoffset=<\-31.0\-31.0>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7639 B帧和非B帧间的量化参数偏移量(默认值1.25)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7640 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7641 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7642 .B vi_qoffset=<\-31.0\-31.0>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7643 (默认值0.0)
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7644 .br
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7645 如果v{b|i}_qfactor > 0
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7646 .br
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7647 I/B帧量化参数 = P帧量化参数 * v{b|i}_qfactor + v{b|i}_qoffset
20241
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7648 .br
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7649 否则
8cb530138808 convert chinese man page to UTF-8
kraymer
parents: 19559
diff changeset
7650 .br
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7651 使用常规的码率控制方式(不限定于下一个P帧的量化参数)而设置
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7652 q= \-q * v{b|i}_qfactor + v{b|i}_qoffset
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7653 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7654 .I 提示:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7655 要执行恒定量化参数的编码而对I/P和B帧应用不同的量化参数,你可以使用:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7656 lmin= <I/P帧量化参数>:lmax= <I/P帧量化参数>:vb_qfactor= <B帧量化参数/\:I/P帧量化参数>。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7657 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7658 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7659 .B vqblur=<0.0\-1.0>(第一阶段编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7660 量化参数模糊系数(默认值:0.5),值越大将使量化参数在时间上分布得越平均(变化得
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7661 越慢)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7662 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7663 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7664 .IPs 0.0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7665 禁用量化参数模糊功能。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7666 .IPs 1.0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7667 使量化参数在所有先前出现的帧中平均化。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7668 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7669 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7670 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7671 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7672 .B vqblur=<0.0\-99.0>(第二阶段编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7673 量化参数高斯模糊(默认值:0.5),值越大将使量化参数在时间上分布得越平均(变化得
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7674 越慢)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7675 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7676 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7677 .B vqcomp=<0.0\-1.0>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7678 量化参数压缩,vrc_eq选项依赖于该选项(默认值:0.5)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7679 例如,假设使用了默认的码率控制方程式,如果vqcomp=1.0,那么码率控制过程中将分配给
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7680 每个帧足够的比特数,以使它们在同一个量化参数下编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7681 如果vqcomp=0.0,那么码率控制中将分配给每个帧相同的比特数,也就是严格的CBR模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7682 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7683 以上都是极端性的设置,应当从不使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7684 在这两个极端值之间的某个值能使感观质量达到最优。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7685 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7686 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7687 .B vrc_eq=<equation>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7688 主码率控制方程式
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7689 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7690 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7691 .IPs "1\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7692 恒定比特率
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7693 .IPs "tex\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7694 恒定质量
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7695 .IPs 1+(tex/\:avgTex-1)*qComp
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7696 近似于以前码率控制代码所用的方程式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7697 .IPs tex^qComp
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7698 式中qcomp为0.5或某个类似设置(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7699 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7700 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7701 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7702 中置运算符:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7703 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7704 .RSs
24936
8e531e1f3a1b Escape some more '-'.
diego
parents: 24927
diff changeset
7705 .IPs +,\-,*,/,^
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7706 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7707 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7708 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7709 变量:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7710 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7711 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7712 .IPs "tex\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7713 纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7714 .IPs iTex,pTex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7715 内部、非内部纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7716 .IPs avgTex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7717 平均纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7718 .IPs avgIITex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7719 I帧中的平均内部纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7720 .IPs avgPITex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7721 P帧中的平均内部纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7722 .IPs avgPPTex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7723 P帧中的平均非内部纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7724 .IPs avgBPTex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7725 B帧中的平均非内部纹理复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7726 .IPs "mv\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7727 用于运动矢量的比特数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7728 .IPs fCode
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7729 以log2对数值计量的最大运动矢量长度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7730 .IPs iCount
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7731 内部宏块数/宏块数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7732 .IPs "var\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7733 空间复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7734 .IPs mcVar
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7735 时间复杂度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7736 .IPs qComp
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7737 命令行输入的qcomp值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7738 .IPs "isI, isP, isB"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7739 若图像类型为I/P/B则为1,否则为0。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7740 .IPs "Pi,E\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7741 参见你最喜欢的数学书。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7742 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7743 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7744 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7745 函数:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7746 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7747 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7748 .IPs max(a,b),min(a,b)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7749 最大值/最小值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7750 .IPs gt(a,b)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7751 若a>b则为1,否则为0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7752 .IPs lt(a,b)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7753 若a<b则为1,否则为0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7754 .IPs eq(a,b)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7755 若a==b则为1,否则为0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7756 .IPs "sin, cos, tan, sinh, cosh, tanh, exp, log, abs"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7757 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7758 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7759 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7760 .B vrc_override=<options>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7761 用户指定的针于影片特定部分(尾声、演职员表……)的质量值。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7762 选项有<start-frame>、<end-frame>、<quality>[/<start-frame>,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7763 <end-frame>, <quality>[/...]]:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7764 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7765 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7766 .IPs "quality (2\-31)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7767 量化参数
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7768 .IPs "quality (\-500\-0)"
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7769 质量修正的百分比程度
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7770 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7771 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7772 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7773 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7774 .B vrc_init_cplx=<0\-1000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7775 初始复杂度(第一阶段编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7776 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7777 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7778 .B vrc_init_occupancy=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7779 初始缓冲占用量,为vrc_buf_size值的一个分数(默认值:0.9)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7780 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7781 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7782 .B vqsquish=<0|1>
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
7783 指定如何使量化参数保持在qmin和qmax之间。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7784 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7785 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7786 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7787 使用截断方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7788 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7789 使用一种不错的微分函数(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7790 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7791 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7792 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7793 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7794 .B vlelim=<\-1000\-1000>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7795 设置亮度的单一系数消减阈值。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7796 设为负数值则将同时考量直流系数(在以quant=1编码时应当至少设为\-4或更低):
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7797 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7798 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7799 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7800 禁用(默认值)
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7801 .IPs \-4
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7802 JVT推荐值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7803 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7804 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7805 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7806 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7807 .B vcelim=<\-1000\-1000>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7808 设置色度的单一系数消减阈值。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7809 设为负数值则将同时考量直流系数(在以quant=1编码时应当至少设为\-4或更低):
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7810 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7811 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7812 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7813 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7814 .IPs 7
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7815 JVT推荐值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7816 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7817 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7818 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7819 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7820 .B vstrict=<\-2|\-1|0|1>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7821 严格符合编码标准
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7822 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7823 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7824 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7825 禁用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7826 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7827 只有当你想让MPEG-4标准解码器读取编码输出结果时才推荐使用
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7828 .IPs \-1
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7829 允许使用libavcodec专用的扩展功能(默认值)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
7830 .IPs \-2
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7831 启用实验性的编解码器和功能,这些可能在将来版本的MPlayer中无法播放(用于snow)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7832 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7833 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7834 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7835 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7836 .B "vdpart\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7837 数据分隔。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7838 每个视频数据包增加2字节内容,从而改善在不可靠信道上传输时(例如,在因特网上传输
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7839 流媒体)的容错能力。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7840 每个视频数据包将编码为3个独立的部分:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7841 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7842 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7843 .IPs "1. MVs"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7844 运动信息
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7845 .IPs "2. DC coefficients(直流系数)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7846 低分辨率画面
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7847 .IPs "3. AC coefficients(交流系数)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7848 细节
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7849 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7850 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7851 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7852 MV和DC最为重要,丢失这两个部分似乎远比丢失AC部分和1. & 2.部分严重得多。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7853 (MV & DC)远比3.部分(AC)小得多,这意味着传输错误更多出现在AC部分而不是MV & DC部
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7854 分。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7855 所以,画面在数据分割后将比未分割时看上去更好,因为未分割时传输错误将同等地损坏
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7856 AC/\:DC/\:MV三个部分。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7857 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7858 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7859 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7860 .B vpsize=<0\-10000>(另参见vbpart)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7861 视频数据包的大小,用于改善容错能力。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7862 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7863 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7864 .IPs "0\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7865 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7866 .IPs 100\-1000
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7867 较好的选择
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7868 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7869 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7870 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7871 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7872 .B "ss\ \ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7873 用于H.263+的分片结构模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7874 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7875 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7876 .B "gray\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7877 仅灰度的编码(较快)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7878 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7879 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7880 .B vfdct=<0\-10>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7881 DCT算法
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7882 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7883 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7884 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7885 自动选用一个良好的算法(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7886 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7887 快速整数式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7888 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7889 精确整数式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7890 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7891 MMX
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7892 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7893 mlib
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7894 .IPs 5
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7895 AltiVec
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7896 .IPs 6
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7897 浮点AAN
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7898 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7899 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7900 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7901 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7902 .B idct=<0\-99>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7903 IDCT算法
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7904 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7905 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7906 据我们所知,所有这些IDCT算法均通过IEEE1180测试。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7907 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7908 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7909 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7910 自动选用一个良好的算法(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7911 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7912 JPEG标准整数式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7913 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7914 简单式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7915 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7916 简单MMX
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7917 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7918 libmpeg2mmx(不精确,不要用于keyint >100模式下的编码)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7919 .IPs 5
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7920 ps2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7921 .IPs 6
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7922 mlib
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7923 .IPs 7
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7924 arm
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7925 .IPs 8
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7926 AltiVec
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7927 .IPs 9
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7928 sh4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7929 .IPs 10
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7930 simplearm
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7931 .IPs 11
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7932 H.264
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7933 .IPs 12
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7934 VP3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7935 .IPs 13
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7936 IPP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7937 .IPs 14
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7938 xvidmmx
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7939 .IPs 15
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7940 CAVS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7941 .IPs 16
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7942 simplearmv5te
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7943 .IPs 17
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7944 simplearmv6
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7945 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7946 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7947 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7948 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7949 .B lumi_mask=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7950 亮度屏蔽是一种‘心理感官性’的设置,一般认为其所利用的事实是人眼倾向于在画面中很
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7951 亮的部分里只注意到较少的细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7952 亮度屏蔽模式比中性的模式更大幅度地压缩明亮的区域,所以它能省下不少比特将其用于其
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7953 它的帧中,从而提高整体的主观感官质量,但同时可能降低了峰值信噪比。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7954 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7955 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7956 小心,值过大可能导致灾难性的后果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7957 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7958 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7959 值设得大可能在某些显示器上看起来效果好,但可能在其它显示器上就显得难看。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7960 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7961 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7962 .IPs "0.0\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7963 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7964 .IPs 0.0\-0.3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7965 合理的范围
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7966 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7967 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7968 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7969 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7970 .B dark_mask=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7971 暗度屏蔽是一种‘心理感官性’的设置,一般认为其所利用的事实是人眼倾向于在画面中很
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7972 暗的部分里只注意到较少的细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7973 暗度屏蔽模式比中性的模式更大幅度地压缩明亮的区域,所以它能省下不少比特将其用于其
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7974 它的帧中,从而提高整体的主观感官质量,但同时可能降低了峰值信噪比。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7975 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7976 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7977 小心,值过大可能导致灾难性的后果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7978 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7979 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7980 值设得大可能在某些显示器上看起来效果好,但可能在其它显示器/电视/液晶屏上就显得难
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7981 看。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7982 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7983 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7984 .IPs "0.0\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7985 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7986 .IPs 0.0\-0.3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7987 合理的范围
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7988 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7989 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7990 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7991 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7992 .B tcplx_mask=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7993 时间复杂度屏蔽(默认值:0.0(禁用))。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7994 设想一下一个场景中一只鸟飞过整个场景;tcplx_mask将提高描绘鸟的宏块的量化参数(从
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7995 而降低这些宏块的质量),而人眼通常没有时间去看清鸟的所有细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7996 注意如果被屏蔽的对象停止运动(例如鸟儿落地了),那么很有可能在短时间内这个对象会
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7997 显得很难看,直至编码器注意到这个对象不动了而需要更好的块来描绘。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7998 节省下来的比特将用于视频中的其它部分,只要tcplx_mask经过精心选取,这将提高主观感
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
7999 官质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8000 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8001 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8002 .B scplx_mask=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8003 空间复杂度屏蔽
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8004 如果没有解块效应滤镜用于解码过程,那么较大的值有助于消除块效应,但这可能不是一个
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8005 好办法。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8006 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8007 设想一下一个含有草丛(这通常有很大的空间复杂度)、蓝天和一间房子的场景;
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8008 scplx_mask将提高描绘草丛的宏块的量化参数,从而降低其质量,由此将更多的比特花在天
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8009 空和房子上。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8010 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8011 .I 提示:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8012 要充分切除所有的影片黑边,因为它们使宏块的质量下降(这同样适用于不用scplx_mask的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8013 情形)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8014 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8015 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8016 .IPs "0.0\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8017 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8018 .IPs 0.0\-0.5
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8019 合理的范围
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8020 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8021 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8022 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8023 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8024 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8025 这个设置与使用能更大幅度压缩高频信号的自定义量化矩阵不具有相同效果,因为
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8026 即使直流信号改变时scplx_mask也不会降低P块的质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8027 scplx_mask的效果可能也不如那种方式好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8028 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8029 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8030 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8031 .B p_mask=<0.0\-1.0>(另参见vi_qfactor)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8032 降低帧间块的质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8033 这等价于提高内部块的质量,因为码率控制器仍在整个视频序列上以相同的平均码率分配了
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8034 数据资源(默认值:0.0(禁用))。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8035 p_mask=1.0使分配到每个内部块的比特数加倍。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8036 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8037 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8038 .B border_mask=<0.0\-1.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8039 用于MPEG风格编码器的画面边缘处理模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8040 画面边缘处理模式提高距离画面帧边缘不到1/5个帧宽度/高度的宏块的量化参数,因为这些
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8041 宏块通常对于显示效果较为不重要。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8042 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8043 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8044 .B "naq\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8045 使自适应量化模式正态化(实验性选项)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8046 当使用自适应量化模式(*_mask)时,平均每个宏块的量化参数大小可能不再与所需要的帧
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8047 级别的量化参数相一致。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8048 Naq将尝试调整每个宏块的量化参数以保证平均值为适当的值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8049 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8050 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8051 .B "ildct\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8052 使用隔行扫描的DCT。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8053 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8054 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8055 .B "ilme\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8056 使用隔行扫描的运动估计模式(与qpel不能同时使用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8057 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8058 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8059 .B "alt\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8060 使用另一种扫描表。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8061 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8062 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8063 .B "top=<\-1\-1>\ \ \ "
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8064 .PD 0
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8065 .RSs
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8066 .IPs \-1
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8067 自动判断
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8068 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8069 下半扫描场先进入
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8070 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8071 上半扫描场先进入
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8072 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8073 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8074 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8075 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8076 .B format=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8077 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8078 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8079 .IPs "YV12\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8080 默认值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8081 .IPs "444P\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8082 用于ffv1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8083 .IPs "422P\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8084 用于HuffYUV、无损JPEG、dv和ffv1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8085 .IPs "411P\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8086 用于无损JPEG、dv和ffv1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8087 .IPs "YVU9\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8088 用于无损JPEG、ffv1和svq1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8089 .IPs "BGR32"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8090 用于无损JPEG和ffv1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8091 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8092 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8093 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8094 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8095 .B "pred\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8096 (用于HuffYUV)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8097 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8098 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8099 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8100 左预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8101 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8102 平面/\:梯度预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8103 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8104 中位数预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8105 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8106 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8107 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8108 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8109 .B "pred\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8110 (用于无损JPEG)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8111 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8112 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8113 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8114 左预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8115 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8116 上预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8117 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8118 左上预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8119 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8120 平面/\:梯度预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8121 .IPs 6
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8122 平均数预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8123 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8124 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8125 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8126 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8127 .B "coder\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8128 (用于ffv1)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8129 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8130 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8131 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8132 vlc编码(Golomb-Rice)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8133 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8134 算术编码(CABAC)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8135 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8136 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8137 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8138 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8139 .B context
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8140 (用于ffv1)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8141 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8142 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8143 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8144 小型上下文环境模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8145 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8146 大型上下文环境模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8147 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8148 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8149 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8150 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8151 (用于ffvhuff)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8152 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8153 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8154 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8155 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8156 预先确定的哈夫曼表(内置的或是二阶编码中产生的)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8157 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8158 自适应哈夫曼表
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8159 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8160 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8161 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8162 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8163 .B "qpel\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8164 使用四分之一像素的运动补偿模式(与ilme不能同时使用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8165 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8166 .I 提示:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8167 该选项似乎只对高比特率的编码有用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8168 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8169 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8170 .B mbcmp=<0\-2000>
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
8171 设置用于宏块决策的比较函数,只有当 mbd=0 时才有作用。
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
8172 该选项也用于一些运动搜索函数中,此时不管 mbd 设置如何它都有作用。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8173 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8174 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8175 .IPs "0 (SAD)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8176 绝对值差的合,运行快(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8177 .IPs "1 (SSE)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8178 误差的平方合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8179 .IPs "2 (SATD)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8180 Hadamard变换后绝对值差的合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8181 .IPs "3 (DCT)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8182 DCT变换后绝对值差的合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8183 .IPs "4 (PSNR)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8184 量化误差的平方合(避免使用,质量差)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8185 .IPs "5 (BIT)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8186 块中所需的比特的数量
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8187 .IPs "6 (RD)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8188 码率失真最优,运行慢
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8189 .IPs "7 (ZERO)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8190 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8191 .IPs "8 (VSAD)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8192 垂直方向绝对值差的合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8193 .IPs "9 (VSSE)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8194 垂直方向绝对值差的平方合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8195 .IPs "10 (NSSE)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8196 保留噪声的差值的平方合
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8197 .IPs "11 (W53)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8198 5/3小波,只用于snow中
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8199 .IPs "12 (W97)"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8200 9/7小波,只用于snow中
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8201 .IPs "+256\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8202 同时使用色度信息,当前无法在B帧中(正确)运行。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8203 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8204 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8205 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8206 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8207 .B ildctcmp=<0\-2000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8208 设置隔行扫描DCT决策中使用的比较函数(参见mbcmp以获取可用比较函数信息)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8209 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8210 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8211 .B precmp=<0\-2000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8212 设置运动估计预处理阶段所使用的比较函数(参见mbcmp以获取可用比较函数信息)(默认
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8213 值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8214 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8215 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8216 .B cmp=<0\-2000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8217 设置整像素运动估计中所使用的比较函数(参见mbcmp以获取可用比较函数信息)(默认
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8218 值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8219 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8220 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8221 .B subcmp=<0\-2000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8222 设置亚像素运动估计中所使用的比较函数(参见mbcmp以获取可用比较函数信息)(默认
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8223 值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8224 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8225 .TP
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8226 .B skipcmp=<0\-2000>
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8227 FIXME:为这个选项写说明文档。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8228 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8229 .TP
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8230 .B nssew=<0\-1000000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8231 该设置控制NSSE的权重,其中较大的权重将导致较多的噪声。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8232 0 NSSE与SSE是一样的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8233 如果你希望在你编码后的视频中保留一些噪声,而不是在编码时将他们滤除,那么你会发现
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8234 这个设置很有用(默认值:8)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8235 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8236 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8237 .B predia=<\-99\-6>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8238 运动估计预处理阶段中使用菱形的类型和大小
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8239 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8240 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8241 .B dia=<\-99\-6>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8242 运动估计中使用的菱形的类型和大小。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8243 运动搜索是一个迭代式的过程。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8244 使用一个较小的菱形并不会限制搜索中只找较小的运动矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8245 而是说在找到最合适的运动矢量前搜索更倾向于停止,尤其是在噪声介入的情形下。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8246 较大的菱形将允许对于最佳运动矢量的搜索更加广泛,从而搜索更加慢但得到的结果质量更
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8247 加好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8248 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8249 大型的常规菱形比自适应形状的菱形质量更好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8250 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8251 自适应形状的菱形在速度和质量之间有较好的折中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8252 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8253 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8254 常规菱形和自适应形状菱形在大小概念上的含义是不同的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8255 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8256 .IPs \-3
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8257 大小为3的自适形形状(快速)菱形
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8258 .IPs \-2
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8259 大小为2的自适形形状(快速)菱形
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8260 .IPs \-1
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8261 非均匀的多重六边形搜索(运行慢)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8262 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8263 size=1的常规菱形(默认值)=EPZS类型的菱形
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8264 .nf
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8265 .ne
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8266 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8267 000
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8268 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8269 .fi
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8270 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8271 size=2的常规菱形
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8272 .nf
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8273 .ne
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8274 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8275 000
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8276 00000
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8277 000
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8278 0
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
8279 .fi
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8280 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8281 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8282 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8283 .B "trell\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8284 使用格子因子搜索的量化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8285 该选项将为每个8x8块找到最优的编码方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8286 使用格子因子搜索的量化方式就是一种在峰值信噪比对比码率意义下最优的量化模式(假设
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8287 IDCT不造成任何数值舍入错误,这种情形显然不在讨论之列。)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8288 这种量化模式就是找一个具有最小错误数和lambda*bits值的块。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8289 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8290 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8291 .IPs lambda
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8292 与量化参数(QP)相关的常数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8293 .IPs "bits\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8294 编码这个块所需的比特数量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8295 .IPs error
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8296 量化错误数的平方和
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8297 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8298 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8299 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8300 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8301 .B "cbp\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8302 码率失真最优的编码后块的特征。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8303 将选取使削减值与lambda*rate值的合最小化的编码后块的特征。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8304 该选项只能与格子因子量化模式一起使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8305 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8306 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8307 .B "mv0\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8308 尝行在运动矢量=<0,0>的条件下编码每个宏块并选取最好的一个。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8309 当mbd=0时该选项没有作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8310 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8311 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8312 .B mv0_threshold=<任意非负整数>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8313 当周围的运动矢量为<0,0>,而当前块的运动估计评分小于mv0_threshold时,将使用<0,0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8314 作为运动矢量,而跳过进一步的运动估计步骤(默认值:256)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8315 将mv0_threshold降低至0可以使峰值信噪比有稍许(0.01dB)增加,并且可能使编码后的视
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8316 频看上去稍微好一些;将mv0_threshold设为高于320时将导致峰值信噪比和视觉质量大大降
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8317 减。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8318 较高的值使编码加快一点点(通常低于1%,这取决于所使用的其它选项)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8319 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8320 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8321 该选项不要求启用mv0选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8322 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8323 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8324 .B qprd(仅用于mbd=2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8325 对于每个宏块中给定lambda值的码率失真最优的量化参数(QP)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8326 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8327 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8328 .B last_pred=<0\-99>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8329 来自前一帧的运动预测器的数量
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8330 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8331 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8332 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8333 (默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8334 .IPs a
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8335 将使用2a+1 x 2a+1宏块数平方个来自前一帧的运动矢量预测器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8336 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8337 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8338 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8339 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8340 .B preme=<0\-2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8341 运动估计的预处理阶段
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8342 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8343 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8344 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8345 禁用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8346 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8347 只在I帧后使用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8348 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8349 总是使用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8350 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8351 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8352 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8353 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8354 .B subq=<1\-8>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8355 亚像素优化质量(用于qpel)(默认值:8(高质量))
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8356 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8357 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8358 该选项对速度有极大影响。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8359 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8360 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8361 .B refs=<1\-8>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8362 运动补偿中所考虑的参照帧的数量(仅用于Snow)(默认值:1)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8363 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8364 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8365 .B "psnr\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8366 编码后打印整个视频的PSNR(峰值信噪比),并将每个帧的PSNR存放在一个名字诸如
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8367 ‘psnr_hhmmss.log’的文件中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8368 返回的值单位为dB(分贝),值越高越好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8369 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8370 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8371 .B mpeg_quant
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8372 使用MPEG的量化器而不是H.263的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8373 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8374 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8375 .B "aic\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8376 启用MPEG-4的AC预测模式,或是H.263+的高级帧内预测模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8377 该选项将很有限地提升质量(大约0.02dB的PSNR),同时很有限地减慢编码速度(大约为
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8378 1%)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8379 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8380 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8381 vqmin应当设为8或更大以使用H.263+ AIC。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8382 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8383 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8384 .B "aiv\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8385 用于H.263+的另一种帧间vlc模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8386 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8387 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8388 .B "umv\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8389 无限制的运动矢量(MV)(仅用于H.263+)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8390 允许编码任意长的MV。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8391 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8392 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8393 .B ibias=<\-256\-256>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8394 帧内量化器偏向系数(256等价于1.0,MPEG类型的量化器的默认值:96,H.263类型的量化
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8395 器的默认值:0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8396 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8397 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8398 H.263 MMX量化器无法处理正值的偏向系数(应设置vfdct=1或2),
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8399 MPEG MMX量化器无法处理负值的偏向系数(应设置vfdct=1或2)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8400 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8401 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8402 .B pbias=<\-256\-256>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8403 帧间量化器偏向系数(256等价于1.0,MPEG类型的量化器的默认值:0,H.263类型的量化器
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8404 的默认值:\-64)
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8405 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8406 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8407 H.263 MMX量化器无法处理正值的偏向系数(应设置vfdct=1或2),
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8408 MPEG MMX量化器无法处理负值的偏向系数(应设置vfdct=1或2)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8409 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8410 .I 提示:
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8411 偏向系数的值越大(\-32 \- \-16而不是\-64)看上去越能提升PSNR。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8412 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8413 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8414 .B nr=<0\-100000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8415 噪声削减模式,0表示禁用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8416 0\-600对于典型的视频内容来说是一个有用的范围,但是你可能希望将其调高一点以用于噪
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8417 点十分多的视频内容(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8418 考虑到该选项对于编码速度影响小,你可能想更倾向于使用这个选项,而不是用诸如
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8419 denoise3d或hqdn3d之类的视频滤镜来过滤噪声。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8420 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8421 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8422 .B qns=<0\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8423 量化器噪声整形模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8424 该选项不是选择在PSNR上最接近源视频的量化模式,而是选择能使噪声(通常是色斑)会被
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8425 图像中相近频率内容所屏蔽的量化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8426 较大的值运行速度较慢,但可能不能产生较好的编码质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8427 该选项可以并且应当与格子因子量化模式一起使用,在这种情况下格子因子量化模式(对于
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8428 恒定权值是最优的)将作为迭代搜索的起始操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8429 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8430 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8431 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8432 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8433 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8434 仅降低系数的绝对值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8435 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8436 仅改变最后一个非零系数+1之前的系数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8437 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8438 尝试所有可能操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8439 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8440 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8441 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8442 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8443 .B inter_matrix=<逗号分隔的矩阵>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8444 使用自定义的帧间矩阵。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8445 该选项需要一个用逗号分隔的64个整数组成的字符串。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8446 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8447 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8448 .B intra_matrix=<comma separated matrix>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8449 使用自定义的帧内矩阵。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8450 该选项需要一个用逗号分隔的64个整数组成的字符串。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8451 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8452 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8453 .B vqmod_amp
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8454 实验性的量化器调整模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8455 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8456 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8457 .B vqmod_freq
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8458 实验性的量化器调整模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8459 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8460 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8461 .B "dc\ \ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8462 以比特为单位的帧内DC精度(默认值:8)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8463 如果你指定了vcodec=mpeg2video,那么这个值可以是8、9、10或11。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8464 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8465 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8466 .B cgop(另参见sc_threshold)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8467 关闭所有的GOP。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8468 当前该选项只有当场景切换侦测功能禁用时才能工作(sc_threshold=1000000000)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8469 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8470 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
8471 .B (no)lowdelay
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
8472 设置用于 MPEG-1/2 的低延迟标志(禁用B帧)。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
8473 .
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
8474 .TP
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8475 .B vglobal=<0\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8476 控制写入全局视频头部信息的方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8477 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8478 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8479 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8480 编解码器决在哪里写入全局头部信息(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8481 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8482 只在extradata(额外数据)域中写入全局头部信息(.mp4/MOV/NUT需要这样做)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8483 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8484 只在关键帧之前写入全局头部信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8485 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8486 结合1和2两种方式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8487 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8488 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8489 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8490 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8491 .B aglobal=<0\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8492 与vglobal相同,用于音频头部信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8493 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8494 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8495 .B level=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8496 设置编解码器环境等级。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8497 使用31或41以在Playstation 3上播放视频。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8498 .
24007
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8499 .TP
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8500 .B skip_exp=<0\-1000000>
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8501 FIXME:为这个选项写说明文档。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8502 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8503 .TP
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8504 .B skip_factor=<0\-1000000>
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8505 FIXME:为这个选项写说明文档。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8506 .
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8507 .TP
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8508 .B skip_threshold=<0\-1000000>
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8509 FIXME:为这个选项写说明文档。
31f77c1c966e This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
kraymer
parents: 23814
diff changeset
8510 .
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
8511 .TP
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
8512 .B "o\ \ \ \ \ \ "
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
8513 FIXME:没有说明文档
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
8514 .
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8515 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8516 .SS nuv(\-nuvopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8517 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8518 Nuppel视频基于RTJPEG和LZO。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8519 默认方式下,帧首先以RTJPEG方式编码,然后再用LZO压缩,但可以禁用这两个阶段的一个
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8520 或两个。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8521 于是,你可以实际上输出的是原始的i420、LZO压缩的i420、RTJPEG或默认情况下的经LZO压
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8522 缩的RTJPEG。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8523 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8524 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8525 nuvrec文件包含了一些关于用于大多数常见TV编码的设置的建议和示例。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8526 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8527 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8528 .B c=<0\-20>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8529 色度阈值(默认值:1)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8530 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8531 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8532 .B l=<0\-20>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8533 亮度阈值(默认值:1)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8534 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8535 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8536 .B "lzo\ \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8537 启用LZO压缩(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8538 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8539 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8540 .B "nolzo\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8541 禁用LZO压缩。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8542 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8543 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8544 .B q=<3\-255>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8545 质量等级(默认值:255)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8546 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8547 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8548 .B "raw \ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8549 禁用RTJPEG编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8550 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8551 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8552 .B "rtjpeg\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8553 启用RTJPEG编码。(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8554 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8555 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8556 .SS xvidenc (\-xvidencopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8557 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8558 有三个模式可以使用:恒定比特率模式(CBR)、固定量化器模式和二阶段编码模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8559 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8560 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8561 .B pass=<1|2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8562 在二阶段编码模式中指定哪一个阶段。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8563 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8564 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8565 .B turbo(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8566 通过使用更快的算法并禁用大量消耗CPU的选项,以加速第一阶段编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8567 该选项可能稍许降低全局的PSNR,并且改变单个帧的类型,以及稍许提升这个帧的PSNR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8568 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8569 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8570 .B bitrate=<value>(用于CBR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8571 设置所使用的比特率。若值小于16000,则单位为千比特/\:秒;若值大于16000,则单位
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8572 为bits/\:second。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8573 如果<value>为负数,那么Xvid将把这个值的绝对值作为视频的目标大小(单位为
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8574 kBytes),并自动计算出相应的比特率(默认值:687kbits/s)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8575 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8576 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8577 .B fixed_quant=<1\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8578 切换至固定量化器模式,并指定所使用的量化器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8579 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8580 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8581 .B zones=<zone0>[/<zone1>[/...]](CBR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8582 用户指定的针对影片特定部分(片尾、演职员表、……)的质量值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8583 每个zone的格式是<start-frame>,<mode>,<value>,其中<mode>可以是
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8584 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8585 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8586 .IPs "q"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8587 更改恒定量化器,在这种模式下value=<2.0\-31.0>,代表量化参数值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8588 .IPs "w"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8589 更改码率控制权值,在这种模式下value=<0.01\-2.00>,代表单位为%的质量修正值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8590 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8591 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8592 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8593 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8594 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8595 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8596 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8597 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8598 .IPs zones=90000,q,20
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8599 将90000开始的所有帧以恒定量化参数20编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8600 .IPs zones=0,w,0.1/10001,w,1.0/90000,q,20
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8601 将0\-10000帧以10%的比特率编码,将90000直至结尾的帧以20的恒定量化参数编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8602 注意需要有第二个zone以限定第一个zone,因为没有它直至89999的所有帧都会以10%的比特
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8603 率编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8604 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8605 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8606 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8607 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8608 .B me_quality=<0\-6>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8609 该选项控制运动估计子系统。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8610 值越高,运动估计就越精确(默认值:6)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8611 运动估计越精确,就能节省越多的比特。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8612 提高精度是以牺牲CPU时间为代价的,所以如果你需要实时编码,那么就降低这个设置。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8613 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8614 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8615 .B (no)qpel
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8616 MPEG-4默认在其运动搜索中采用半像素的精度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8617 标准中提出了一种允许编码器采用四分之一像素精度的模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8618 该选项通常导致图像较为锐化。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8619 不幸的是,该选项对于比特率有很大影响,并且有时候这种较高的比特率的占用阻碍其在固
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8620 定比特率下给予图像较好质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8621 最好在启用和禁用这个选项的情况下测试一下,以看看是否值得激活该选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8622 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8623 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8624 .B (no)gmc
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8625 启用全局运动补偿模式,该模式使Xvid生成特殊的帧(GMC帧),这种帧相当适合带有摇摄
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8626 /\:推近/\:旋转等镜头的画面。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8627 使用该选项是否能节省比特是高度取决于源视频素材。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8628 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8629 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8630 .B (no)trellis
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8631 格子因子量化模式是一种自适应的量化方式,该方式通过修改量化后的系数,以使这些系数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8632 能被熵编码器更大幅度地压缩,从而节省比特。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8633 其对质量的提升是不错的,如果VHQ对你来说占用了太多CPU,那么这个设置可能是相比VHQ
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8634 而言以较少代价节省一些比特(并且提升固定比特率下画面质量)的一种替代方法(默认
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8635 值:打开)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8636 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8637 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8638 .B (no)cartoon
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8639 如果你编码的帧序列是动画/\:卡通的话,那么就激活这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8640 这个选项修改Xvid内部的一些阈值,以使Xvid在针对外观平面化的卡通片的帧类型和运动矢
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8641 量的决策中有较好判断。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8642 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8643 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8644 .B (no)chroma_me
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8645 通常的运动估计算法仅使用亮度信息寻找最佳的运动矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8646 然而对于一些视频素材,使用色度平面能有助于找到更好的矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8647 该设置开启在运动估计中对于色度平面的使用(默认值:开启)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8648 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8649 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8650 .B (no)chroma_opt
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8651 启用色度优化器的一个预过滤器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8652 这个预过滤器将对色彩信息做一些额外的特殊处理,以使图形边缘的阶梯性变化效果降至最
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8653 低。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8654 这个预过滤器会以牺牲编码速度为代价以提升质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8655 这自然会降低PSNR,因为相对于原始画面的数学上的偏移将增大,但是主观感觉上图像的质
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8656 量将得到提升。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8657 由于其依据色彩信息而工作,因而在以灰度模式编码时你可能想把这个选项关掉。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8658 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8659 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8660 .B (no)hq_ac
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8661 对于来自邻近块的内部帧,激活对于AC系数的高质量预测模式(默认值:开启)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8662 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8663 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8664 .B vhq=<0\-4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8665 运动搜索算法基于一种对于通常色彩域的搜索,并且尝试找到一个能将参照帧和编码所得帧
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8666 的差别降至最小的运动矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8667 激活该选项时,Xvid将同时利用频率域(DCT)以搜索到一个既将空间上的差别降至最小,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8668 又将块的编码长度降至最短的运动矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8669 从运行最快至运行最慢的设置有:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8670 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8671 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8672 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8673 关闭
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8674 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8675 根椐模式决定(帧间/\:帧内宏块)(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8676 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8677 限制性搜索
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8678 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8679 中性搜索
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8680 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8681 宽泛性搜索
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8682 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8683 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8684 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8685 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8686 .B (no)lumi_mask
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8687 自适应的量化模式使宏块的量化器能在每个帧中有所不同。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8688 这是一种‘心理感官性’的设置,一般认为它所利用的事实是人眼倾向于在画面中十分亮的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8689 和十分暗的部分只注意到较少的细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8690 相对于中性的区域,该选项对于这些区域压缩幅度更大,这将节省一些比特而将其用在其它
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8691 的帧中,从而提升整体的主观视觉质量但可能降低了PSNR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8692 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8693 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8694 .B (no)grayscale
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8695 使Xvid丢弃色度平面信息,从而使编码得到的视频只是灰度模式的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8696 注意该选项并不加快编码速度,而只是在编码的最后阶段阻止写入色度数据。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8697 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8698 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8699 .B (no)interlacing
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8700 编码隔行扫描视频内容的扫描场。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8701 打开该选项以用于隔行扫描内容。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8702 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8703 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8704 如果你要改变视频的尺寸,那么你需要一个能识别隔行扫描内容的缩放器,你可以使用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8705 \-vf scale=<width>:<height>:1来激活这种缩放器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8706 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8707 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8708 .B min_iquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8709 最小I帧量化参数(默认值:2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8710 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8711 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8712 .B max_iquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8713 最大I帧量化参数(默认值:31)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8714 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8715 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8716 .B min_pquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8717 最小P帧量化参数(默认值:2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8718 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8719 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8720 .B max_pquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8721 最大P帧量化参数(默认值:31)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8722 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8723 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8724 .B min_bquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8725 最小B帧量化参数(默认值:2)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8726 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8727 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8728 .B max_bquant=<0\-31>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8729 最大B帧量化参数(默认值:31)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8730 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8731 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8732 .B min_key_interval=<value>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8733 关键帧间的最小间隔(默认值:0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8734 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8735 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8736 .B max_key_interval=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8737 关键帧间的最大间隔(默认值:10*fps)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8738 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8739 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8740 .B quant_type=<h263|mpeg>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8741 设置所使用的量化器类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8742 对于高码率,你会发现MPEG量化模式保留了更多的细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8743 对于低码率,H.263的平滑特性会为了你带来较少的宏噪声。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8744 当使用自定义的量化矩阵时,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8745 .B 必须
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8746 使用MPEG量化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8747 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8748 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8749 .B quant_intra_matrix=<filename>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8750 载入一个自定义的帧内量化矩阵文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8751 你可以使用xvid64conf的矩阵编码器以构建这样的文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8752 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8753 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8754 .B quant_inter_matrix=<filename>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8755 载入一个自定义的帧间量化矩阵文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8756 你可以使用xvid64conf的矩阵编码器以构建这样的文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8757 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8758 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8759 .B keyframe_boost=<0\-1000>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8760 将一些比特从其它帧类型的空间储备中转移至内部帧中,从而提高关键帧的质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8761 该数量是增加的百分比量,所以值为10将给你的关键帧带来比通常情况下多10%的比特量
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8762 (默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8763 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8764 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8765 .B kfthreshold=<value>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8766 与kfreduction一同使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8767 定义一个最小距离,低于这个距离你就认为两个帧应当视作是连续的,从而根据
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8768 kfreduction的设置处理这个情况
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8769 (默认值:10)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8770 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8771 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8772 .B kfreduction=<0\-100>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8773 以上两个设置可用于调整那些你认为过于接近(一个序列中)头个帧的关键帧的大小。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8774 kfthreshold设置了在哪个范围内的关键帧要被削减,而kfreduction决定了这些关键帧被削
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8775 减比特率的量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8776 最后一个I帧将以通常的方式处理
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8777 (默认值:30)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8778 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8779 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8780 .B max_bframes=<0\-4>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8781 放置于I/P帧间的B帧的最大数量(默认值:2)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8782 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8783 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8784 .B bquant_ratio=<0\-1000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8785 B帧与非B帧间的量化参数比,150=1.50(默认值:150)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8786 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8787 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8788 .B bquant_offset=<\-1000\-1000>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8789 B帧与非B帧间的量化参数差值,100=1.00(默认值:100)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8790 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8791 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
8792 .B bf_threshold=<\-255\-255>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8793 该选项让你指定使用B帧的优先级。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8794 这个值越高,B帧就越可能被使用(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8795 不要忘了B帧通常量化参数比较高,从而过分产生B帧可能导致视觉质量变差。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8796 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8797 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8798 .B (no)closed_gop
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8799 该选项告诉Xvid封闭每个GOP(Group Of Pictures——由两个I帧分隔出来的画面组),这
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8800 使GOP彼此之间相互独立。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8801 这就是意味着GOP的最后一个帧要么是P帧,要么是N帧,而不是B帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8802 通常开启这个选项是比较好的(默认值:开启)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8803 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8804 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8805 .B (no)packed
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8806 该选项意在解决编码至诸如AVI之类的不能处理乱序帧序列的容器格式时,所发生的帧顺序
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8807 问题。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8808 实际应用中,大多数解码器(无论是软件的还是硬件的)都能够自己处理帧的顺序,因而当
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8809 此选项开启时可能反而引起混乱,所以你可以放心地让这个选项保留为关闭状态,除非你确
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8810 实知道你在做什么。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8811 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8812 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8813 该选项会产生非法的比特流,从而不能被DivX/\:libavcodec/\:Xvid以外的ISO-MPEG-4的解
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8814 码器解码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8815 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8816 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8817 该选项同时会在文件中存入一个虚假的DivX版本号,所以某些解码器中有问题的自动侦测系
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8818 统可能会搞不清楚。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8819 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8820 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8821 .B frame_drop_ratio=<0\-100>(仅用于max_bframes=0时)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8822 该设置控制可变帧率视频流的创建。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8823 该设置的值指定了一个阈值,如果后一个帧相对于前一个帧的差别低于或等于这个阈值,那
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8824 么将跳过对于一个帧的编码(一个所谓的n-vop将放置于视频流中)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8825 在播放时,当遇到一个n-vop时,将显示前一个帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8826 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8827 .I 警告:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8828 滥用这个设置可能导致视频跳跃,所以使用该选项后果自负!
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8829 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8830 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8831 .B rc_reaction_delay_factor=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8832 该参数控制CBR码率控制在对于比特率变后作出反应并且对其作出补偿,以使比特率在一个
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8833 平均化范围内的帧中保持恒定前,所等待的帧的数量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8834 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8835 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8836 .B rc_averaging_period=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8837 真正的CBR是很难达到的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8838 由于视频素材的不同,比特率可能是变化而难以预测的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8839 所以Xvid采用了一种平均化周期,在这个周期中它保证比特数量为给定的一个值(减去一个
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8840 较小的可变值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8841 这个设置所表达的是Xvid使“多少数量的帧”的比特率平均化从而达到CBR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8842 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8843 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8844 .B rc_buffer=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8845 码率控制缓冲的大小
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8846 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8847 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8848 .B curve_compression_high=<0\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8849 该设置让Xvid从高比特率的场景中拿出一定百分比的比特,而将这些比特还给比特预留储备
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8850 中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8851 你也可以使用这个设置,如果你的一个视频有太多的比特分配给了高比特率的场景,以致于
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8852 (较)低比特率的场景变得看上去很糟糕(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8853 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8854 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8855 .B curve_compression_low=<0\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8856 该设置让Xvid将一定百分比的额外的比特分给低比特率的场景,而从整个视频剪辑中拿去一
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8857 部分比特。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8858 如果你的一些低比特率场景仍然有马赛克,那么这个设置可能很好用(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8859 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8860 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8861 .B overflow_control_strength=<0\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8862 在二阶段编码模式的第一阶段,计算出了一个经过缩放的比特率曲线。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8863 这个所期望曲线与编码中得到的曲线之间的差值称为溢出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8864 显然,二阶段编码的码率控制器尝试弥补这个溢出量,将这个差值派分到后续帧中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8865 该设置控制了每次有一个新帧时,有多少溢出量分配至其上。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8866 较低的值允许使用较迟缓的溢出控制,较大的码率喷发将较慢地得到补偿(可能导致小型视
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8867 频剪辑中缺乏精度)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8868 较大的值将使比特再分配过程中的变化更具突发性,如果你设得太高则可能太突然,以致产
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8869 生损伤(默认值:5)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8870 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8871 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8872 该设置对于质量极具影响,小心使用!
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8873 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8874 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8875 .B max_overflow_improvement=<0\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8876 在帧所用比特的分配过程中,溢出控制可能增加帧的大小。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8877 该参数溢出控制所允许相对理想分配曲线所增加帧大小的最大的百分比
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8878 (默认值:5)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8879 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8880 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8881 .B max_overflow_degradation=<0\-100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8882 在帧所用比特的分配过程中,溢出控制可能减少帧的大小。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8883 该参数溢出控制所允许相对理想分配曲线所减小帧大小的最大的百分比
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8884 (默认值:5)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8885 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8886 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8887 .B container_frame_overhead=<0...>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8888 指定每帧的平均开销,单位为字节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8889 大多数时候用户表达的是他们针对视频的目标比特率,而不关心视频容器文件的开销。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8890 这种较小的但(往往)恒定的开销可以导致目标文件大小超过预期值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8891 Xvid让用户设置容器产生的平均每帧的开销数量(只给出每帧的平均值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8892 0具有特殊的含义,这个值让Xvid采用自己的默认值(默认值:24——AVI的平均开销)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8893 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8894 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8895 .B profile=<profile_name>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8896 根据简单配置集(Simple Profile)、高级简单配置集(Advanced Simple Profile)以及
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8897 DivX配置集(DivX Profile)限制选项的使用和VBV(短时间内的峰值比特率)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8898 所产生的视频应该能够在符合这些配置集标准的独立播放器上播放。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8899 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8900 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8901 .IPs unrestricted
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8902 没有限制(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8903 .IPs "sp0\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8904 第0级的简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8905 .IPs "sp1\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8906 第1级的简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8907 .IPs "sp2\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8908 第2级的简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8909 .IPs "sp3\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8910 第3级的简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8911 .IPs "asp0\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8912 第0级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8913 .IPs "asp1\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8914 第1级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8915 .IPs "asp2\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8916 第2级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8917 .IPs "asp3\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8918 第3级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8919 .IPs "asp4\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8920 第4级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8921 .IPs "asp5\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8922 第5级的高级简单配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8923 .IPs dxnhandheld
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8924 DXN手持式设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8925 .IPs dxnportntsc
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8926 DXN便携NTSC制式设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8927 .IPs dxnportpal
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8928 DXN便携PAL制式设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8929 .IPs dxnhtntsc
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8930 DXN家庭影院NTSC制式设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8931 .IPs dxnhtpal
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8932 DXN家庭影院PAL制式设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8933 .IPs dxnhdtv
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8934 DXN高清电视设备配置集
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8935 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8936 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8937 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8938 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8939 这些配置集应当与适当的\-ffourcc选项一起使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8940 通常DX50是可以采用的,因为某些播放器不能识别Xvid但大多数能识别DivX。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8941 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8942 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8943 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8944 .B par=<mode>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8945 指定像素宽高比(Pixel Aspect Ratio)模式(不要与DAR——屏幕宽高比——混淆在一起
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8946 )。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8947 PAR是单个像素的宽度和高度的比例。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8948 所以两者的关系如下:DAR = PAR * (宽度/高度)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8949 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8950 MPEG-4定义了5种像素宽高比以及一种泛用宽高比,这为指定一种专用的像素宽高比
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8951 留下了余地。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8952 可以指定5种标准模式:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8953 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8954 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8955 .IPs vga11
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8956 这是通常用于PC视频内容的PAR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8957 像素是正方形单元。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8958 .IPs pal43
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8959 PAL标准的4:3的PAR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8960 像素是长方形的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8961 .IPs pal169
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8962 与前面同理
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8963 .IPs ntsc43
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8964 与前面同理
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8965 .IPs ntsc169
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8966 与前面同理(不要忘了给出精确的比率)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8967 .IPs "ext\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8968 允许你使用par_width和par_height指定你自己的像素宽高比。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8969 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8970 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8971 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8972 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8973 通常,设置aspect和autoaspect选项就已经足够了。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8974 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8975 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8976 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8977 .B par_width=<1\-255>(仅用于par=ext时)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8978 指定自定像素宽高比的宽度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8979 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8980 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8981 .B par_height=<1\-255>(仅用于par=ext时)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8982 指定自定像素宽高比的高度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8983 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8984 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8985 .B aspect=<x/y | f(浮点值)>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8986 将影片的宽高比存放于文件内部,就像MPEG文件一样。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8987 与重新缩放的效果好很多,因为质量并不下降。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8988 MPlayer与其它一些播放器能正确播放这些文件,除此之外的播放器会以错误的宽高比显示
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8989 这些文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8990 宽高比参数可以以比率或是浮点数的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8991 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8992 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8993 .B (no)autoaspect
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8994 与aspect选项相同,但是是自动计算宽高比,在此过程中考虑了滤镜链中所进行的所有的调
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8995 整(crop/\:expand/\:scale/\:等等)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8996 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8997 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8998 .B "psnr\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
8999 编码之后打印出整个视频的PSNR(峰值信噪比),并将逐帧计算的PSNR保存在当前目录中名
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9000 字诸如‘psnr_hhmmss.log’的一个文件里。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9001 返回值的单位是dB(分贝),值越高越好。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9002 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9003 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9004 .B "debug\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9005 将逐帧计算的统计信息保存在./xvid.dbg中。(这个文件不是二阶段编码模式中的码率控制
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9006 文件。)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9007 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9008 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9009 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9010 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9011 以下选项只存在于Xvid 1.1.x中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9012 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9013 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9014 .B bvhq=<0|1>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9015 该设置允许通过使用一种针对码率失真优化的运算,来选取用于编码中使用的B帧的候
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9016 选运动矢量,对于P帧这种方式是通过vhq选项实现的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9017 该方式产生的B帧看上去较好,而同时也几乎不影响性能(默认值:1)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9018 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9019 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9020 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9021 以下选项只存在于1.2.x版的Xvid中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9022 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9023 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9024 .B threads=<0\-n>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9025 创建n个线程用以运行运动估计任务(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9026 最多可以使用的线程的数量为画面的高度除以16所得的值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9027 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9028 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9029 .SS x264enc(\-x264encopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9030 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9031 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9032 .B bitrate=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9033 设置所采用的平均比特率,单位为千比特/\:秒(默认值:关闭)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9034 由于局部比特率会变化,因而这个平均值对于十分短的视频来说可以不精确
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9035 (参见ratetol)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9036 可以通过将此设置与vbv_maxrate一起使用来实现恒定的比特率,代价是质量严重下降。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9037 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9038 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9039 .B qp=<0\-51>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9040 该选项选择的是用于P帧的量化器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9041 I与B帧的话分别是该值加上ip_factor与pb_factor后得到的值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9042 20\-40是一个有用的范围。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9043 较低的值产生较好的精确,但导致比特率较高。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9044 0代表无损。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9045 注意H.264的量化模式与MPEG-1/2/4的工作方式不同:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9046 H.264的量化参数是基于对数尺度的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9047 两者之间的映射关系大至是H264QP = 12 + 6*log2(MPEGQP)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9048 例如,MPEG的QP=2与H.264的QP=18是等价的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9049 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9050 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9051 .B crf=<1.0\-50.0>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9052 启用恒定质量模式,并选择质量值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9053 该质量值的尺度与QP的相类似。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9054 就像基于比特率的模式一样,该模式允许每个帧根据帧的复杂度使用不同的QP。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9055 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9056 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9057 .B pass=<1\-3>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9058 启用2或3阶段编码模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9059 推荐总是以2或3阶段编码模式编码,因为该模式使比特的分配更佳,从而提升整体质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9060 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9061 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9062 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9063 第一阶段
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9064 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9065 (二阶段编码模式中的)第二阶段
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9066 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9067 第N阶段(三阶段编码模式的第二和第三阶段)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9068 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9069 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9070 以下介绍的是其如何工作,以及使用这个参数:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9071 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9072 第一阶段(pass=1)收集视频上的统计信息,并将这些信息写入一个文件中。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9073 除了那些默认为打开的选项,你可能想关闭一些消耗CPU的选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9074 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9075 在二阶段编码模式,第二阶段(pass=2)读取统计信息文件,并基于这个文件进行码率控制
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9076 决策。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9077 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9078 在三阶段编码模式中,第二阶段(pass=3——这是不打印错误)同时做两件事:其首先读取
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9079 统计信息,然后重写这些统计信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9080 你可以使用所有的编码选项,除了那些十分消耗CPU的选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9081 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9082 第三阶段(pass=3)与第二阶段相同,只是这一阶段基于第二阶段产生的统计信息工作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9083 你可以使用所有的编码选项,包括消耗CPU的那些选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9084 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9085 第一阶段可以使用平均比特率模式,或是使用恒定量化器模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9086 推荐使用ABR,因为该模式不需求猜测所要使用的量化器。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9087 后续的阶段是ABR模式的,并且必须指定比特率。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9088 .REss
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9089 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9090 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9091 .B turbo=<0\-2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9092 快速第一阶段模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9093 在二阶段或更多阶段编码的第一阶段中,可以通过禁用一些对于最终阶段输出质量影响甚
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9094 小,甚至没有影响的选项,以提升运行速度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9095 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9096 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9097 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9098 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9099 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9100 减小subq、frameref的值,并且禁用一些宏块间划分分析的模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9101 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9102 减小subq、frameref至1,使用菱形运动估计搜索,并且禁用所有划分分析模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9103 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9104 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9105 第1级可以最多使第一阶段的速度加快至2倍,而与完全质量的第一阶段模式相比,对于最
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9106 终阶段的全局PSNR没有任何改变。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9107 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9108 第2级可以最多使第一阶段的速度加快至4倍,而与完全质量的第一阶段模式相比,对于最
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9109 终阶段的全局PSNR有大约+/\- 0.05dB的改变。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9110 .REss
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9111 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9112 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9113 .B keyint=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9114 设置IDR帧间的最大间隔(默认值:250)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9115 较大的值节省比特,从而提高质量,代价是降低播放中的定位精度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9116 与MPEG-1/2/4不同,H.264在keyint值很大是并不受DCT漂移效应影响。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9117 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9118 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9119 .B keyint_min=<1\-keyint/2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9120 设置IDR帧间的最小间隔(默认值:25)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9121 如果这个间隔中出现了场景切换,那么这个切换仍然编码为I帧,但不产生新的GOP。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9122 在H.264中,I帧并不一定约束出一个封闭的GOP,因为这里允许P帧在其前面的一帧之前预测
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9123 出来(另参见frameref)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9124 所以,I帧并不一定可用于播放定位。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9125 IDR帧限制其后续P帧,不让它们参照该IDR帧之前的帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9126 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9127 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9128 .B scenecut=<\-1\-100>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9129 控制插入额外I帧行为的激进程度(默认值:40)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9130 当scenecut值小时,编解码器在即将超过keyint所规定值时总是强制使用I帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9131 scenectu值设置得好可能为I帧找到一个更好的位置。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9132 较大的数值导致使用多于所需要的I帧,从而浪费了比特。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9133 \-1表示禁用场景切换侦测,这样I帧只有每过keyint个帧时才会插入一个,即使场景切换之
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9134 前就已发生。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9135 这种方式不推荐使用,并且其浪费比特率,因为场景切换编码为P帧与编码为I帧几乎差不多
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9136 大,但其并不重置‘keyint计数器’。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9137 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9138 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9139 .B frameref=<1\-16>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9140 B帧和P帧中的预测器里所使用的之前出现的帧的数量(默认值:1)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9141 该选项在动画是有效果的,但在实况视频素材中,大约6个参照帧之后参照帧的优化效果急
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9142 剧下降。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9143 该选项对于解码速度没有影响,但确实增加了解码所需的内存量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9144 某些解码器最多只能处理15个参照帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9145 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9146 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9147 .B bframes=<0\-16>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9148 I帧和P帧之间连续出现的B帧的最大数量(默认值:0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9149 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9150 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9151 .B (no)b_adapt
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9152 自动决定何时使用B帧以及使用多少,数量上限为以上所指定的最大值(默认值:开启)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9153 如果禁用了这个该项,那么将使用的B帧数为最大值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9154 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9155 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9156 .B b_bias=<\-100\-100>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9157 控制b_adapt所做的决策。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9158 b_bias值最高产生的B帧越多(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9159 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9160 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9161 .B (no)b_pyramid
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9162 允许B帧作用预测其它帧的参照帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9163 例如,考虑3个连续的B帧:IO B1 B2 B3 P4。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9164 不用这个选项的话,B帧的样式与MPEG-[124]中的一样。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9165 这样这些帧将以IO P4 B1 B2 B3的次序编码,而所有的B帧都是从IO和P4中预测出来的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9166 使用了这个选项后,这些帧将编码为IO 04 B2 B1 B3。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9167 B2与前面所述的一样,但B1是从IO和B2预测出来的,而B3是从B2和P4预测出来的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9168 这种方式通常产生稍许好一些的压缩效果,而几乎没有运行速度上的开销。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9169 然而,这是一个实验性的选项:没有完全调整好并且可能不能总是起作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9170 要求bframes >= 2。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9171 缺点:将解码延迟量增加至2帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9172 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9173 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9174 .B (no)deblock
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9175 使用反块效应滤镜(默认值:开启)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9176 由于相对于其提高的质量而言,该选项占用极少时间,所以不推荐禁用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9177 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9178 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9179 .B deblock=<\-6\-6>,<\-6\-6>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9180 第一个参数是AlphaC0(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9181 该参数调整的是H.264内循环反块效应滤镜所用的阈值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9182 第一,该参数调整的是滤镜对于任何一个像素所允许产生的变动的最大数量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9183 第二,该参数影响的是将被滤除的边界两侧差别的阈值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9184 正数值使更多的块效应损伤得到削减,但同时也会损伤画面细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9185 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9186 第二个参数是Beta(默认值:0)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9187 该参数影响的是画面细节的阈值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9188 细节很多的块将不被过滤,因为滤镜产生的平滑效果会比原来的块效应效果更加明显。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9189 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9190 滤镜的默认行为几乎总是带来最优的质量,所以最好要么不调这个选项,要么只对其作少量
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9191 调整。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9192 然而,如果你的源视频素材已经有一些块效应或噪声效果你想要去除,那么可能将这个选项
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9193 调高一点是个不错的办法。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9194 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9195 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9196 .B (no)cabac
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9197 使用CABAC模式(Context-Adaptive Binary Arithmetic Coding,上下文自适应的二进制算
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9198 术编码)(默认值:开启)。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9199 稍稍减慢编码和解码的速度,但应该可以节省10\-15%的比特率。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9200 除非你要解码速度,否则你不该禁用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9201 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9202 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9203 .B qp_min=<1\-51>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9204 最小量化参数,10\-30似乎是一个有用的范围(默认值:10)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9205 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9206 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9207 .B qp_max=<1\-51>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9208 最大量化参数(默认值:51)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9209 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9210 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9211 .B qp_step=<1\-50>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9212 量化参数在帧之间增加/降低的最大数值(默认值:4)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9213 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9214 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9215 .B ratetol=<0.1\-100.0>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9216 相对于平均比特率的所允许的变化程度(不针对特定编码单元)(默认值:1.0)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9217 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9218 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9219 .B vbv_maxrate=<value>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9220 局部最大的比特率,单位为千比特/\:秒(默认值:禁用)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9221 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9222 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9223 .B vbv_bufsize=<value>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9224 计算vbv_maxrate时所使用的平均化周期,单位为千比特
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9225 (默认值:无,如果启用了vbv_maxrate那么必须指定这个选项)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9226 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9227 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9228 .B vbv_init=<0.0\-1.0>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9229 初始缓冲占用量,为相对于vbv_bufsize值的一个分数(默认值:0.9)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9230 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9231 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9232 .B ip_factor=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9233 I帧和P帧间的量化参数因数(默认值:1.4)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9234 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9235 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9236 .B pb_factor=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9237 P帧和B帧间的量化参数因数(默认值:1.3)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9238 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9239 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9240 .B qcomp=<0\-1>(用于ABR或二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9241 量化器压缩率(默认值:0.6)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9242 值越小使比特率越恒定,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9243 而值越大使量化参数越恒定。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9244 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9245 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9246 .B cplx_blur=<0\-999>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9247 估计出的帧复杂度的时间模糊度,应用于曲线压缩之前(默认值:20)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9248 值越低则让量化参数值浮动得越多,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9249 值越高则使其变化得越平滑。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9250 cplx_blur保证每个I帧的质量与其后的P帧相当,并保证复杂度高低交替变化的帧(例如,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9251 低帧率的动画)不会因为量化参数的波动而浪费比特。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9252 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9253 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9254 .B qblur=<0\-99>(仅用于二阶段编码模式)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9255 量化参数的时间模糊度,应用于曲线压缩之后(默认值:0.5)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9256 值越低则允许量化参数浮动得越多,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9257 值越高则使其变化得越平滑。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9258 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9259 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9260 .B zones=<zone0>[/<zone1>[/...]]
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9261 用户指定的用于影片特定部分(片尾、演职员表、……)的质量值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9262 每个zone的格式是<start-frame>,<end-frame>,<option>,其中option可能是
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9263 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9264 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9265 .IPs "q=<0\-51>"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9266 量化参数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9267 .IPs "b=<0.01\-100.0>"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9268 比特率的倍数
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9269 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9270 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9271 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9272 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9273 量化参数选项不是严重执行的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9274 其影响的只是码率控制过程中的计划阶段,并且仍然受制于溢出补偿和qp_min/qp_max选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9275 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9276 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9277 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9278 .B direct_pred=<name>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9279 决定用于B帧中直接模式宏块的运动预测的类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9280 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9281 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9282 .IPs none
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9283 不使用直接模式的宏块。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9284 .IPs spatial
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9285 运动矢量由邻接块推断出来。(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9286 .IPs temporal
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9287 运动矢量由其后的P帧推断出来。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9288 .IPs auto
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9289 编解码器为每个帧分别选择是用spatial还是用temporal。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9290 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9291 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9292 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9293 spatial和temporal速度上和PSNR上大致相同,选择两者中的哪一个取决于视频的内容。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9294 auto稍稍好一些,但运行慢一些。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9295 当与多阶段编码模式一同使用时,auto非常有效。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9296 direct_pred=none不仅运行速度较慢而且质量也较差。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9297 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9298 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9299 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9300 .B (no)weight_b
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9301 使用B帧中带权重的预测模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9302 不用这个选项的话,双向预测出的宏块给每个所参照的帧相等的权重值。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9303 使用了这个选项后,权重值是根据B帧相对参照帧的时间位置而决定的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9304 要求bframes > 1。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9305 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9306 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9307 .B partitions=<list>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9308 启用一些可选的宏块类型(默认值:p8x8,b8x8,i8x8,i4x4)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9309 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9310 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9311 .IPs p8x8
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9312 启用p16x8、p8x16、p8x8类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9313 .IPs p4x4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9314 启用p8x4、p4x8、p4x4类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9315 p4x4只在subq >= 5,并且分辨率低时才推荐使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9316 .IPs b8x8
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9317 启用b16x8、b8x16、b8x8类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9318 .IPs i8x8
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9319 启用i8x8类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9320 除非启用了8x8dct,否则i8x8没有任何效果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9321 .IPs i4x4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9322 启用i4x4类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9323 .IPs all
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9324 启用以上所有类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9325 .IPs none
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9326 禁用以上所有类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9327 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9328 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9329 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9330 不管这个选项设为何值,p16x16、b16x16和i16x16三种宏块类型总是启用的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9331 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9332 其思想是找到最适合描绘画面某一区域的宏块类型和尺寸。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9333 例如,全局摇摄镜头较好以16x16的块来表示,而小型移动物体较好以小一点的块来表示。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9334 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9335 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9336 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9337 .B (no)8x8dct
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9338 自适应空间变换尺寸:允许宏块在4x4和8x8的DCT间选择一种。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9339 同时允许使用i8x8的宏块类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9340 不使用这个选项,则只使用4x4的DCT。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9341 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9342 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9343 .B me=<name>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9344 选择全像素运动估计算法。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9345 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9346 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9347 .IPs dia
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9348 菱形搜索,半径为1(运行快)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9349 .IPs hex
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9350 六边形搜索,半径为2(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9351 .IPs umh
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9352 非均匀的多六边形搜索(运行慢)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9353 .IPs esa
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9354 彻底性搜索(运行非常慢,而且不比umh好多少)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9355 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9356 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9357 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9358 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9359 .B me_range=<4\-64>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9360 彻底性运动搜索或多六边形运动搜索的半径(默认值:16)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9361 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9362 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9363 .B subq=<1\-7>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9364 调整亚像素优化质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9365 该参数控制的是运动估计决策过程中质量与速度的权衡。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9366 subq=5能比subq=1多压缩掉10%。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9367 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9368 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9369 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9370 对于所有候选宏块类型运行全像素精度的运动估计操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9371 然后选择最佳的类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9372 然后优化这种类型的运动值,使其达到快速四分之一像素模式的精度(运行最快)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9373 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9374 对于所有候选宏块类型运行半像素精度的运动估计操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9375 然后选择最佳的类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9376 然后优化这种类型的运动值,使其达到快速四分之一像素模式的精度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9377 .IPs 3
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9378 与2相似,但采用较慢的四分之一像素优化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9379 .IPs 4
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9380 对于所有候选宏块类型运行快速四分之一像素精度的运动估计操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9381 然后选择最佳的类型。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9382 然后完成对于此种类型的四分之像素模式的优化操作。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9383 .IPs 5
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9384 在选择最佳类型之前,对于所有候选宏块类型运行最佳质量的四分之一像素精度的运动估计
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9385 操作(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9386 .IPs 6
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9387 启用I帧和P帧中宏块类型的码率失真优化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9388 .IPs 7
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9389 启用运动矢量和帧内模式的码率失真优化模式。(最佳)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9390 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9391 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9392 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9393 以上内容中,“所有的候选宏块类型”并不恰恰意味着所有已启用的类型:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9394 4x4、4x8、8x4只有当8x8比16x16好时才尝试采用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9395 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9396 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9397 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9398 .B (no)chroma_me
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9399 在亚像素运动搜索中考虑色度信息(默认值:启用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9400 要求subq>=5。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9401 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9402 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9403 .B (no)mixed_refs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9404 允许每个8x8或16x8的运动部分独立地选取一个参照帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9405 不用这个选项的话,整个宏块必须采用同一个参照帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9406 要求frameref>1。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9407 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9408 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9409 .B (no)brdo
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9410 启用B帧中宏块类型的码率失真优化。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9411 要求subq>=6。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9412 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9413 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9414 .B (no)bime
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9415 优化双向宏块中所用的两个运动矢量,而不是重复使用向前和向后搜索中得到的矢量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9416 没有B帧时这个选项没有任何作用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9417 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9418 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9419 .B trellis=<0\-2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9420 码率失真最优的量化模式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9421 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9422 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9423 .IPs 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9424 禁用(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9425 .IPs 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9426 仅对最终编码启用
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9427 .IPs 2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9428 启用所有模式下的决策(运行慢,要求subq>=6)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9429 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9430 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9431 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9432 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9433 .B deadzone_inter=<0\-32>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9434 设置非格子因子量化模式中帧间亮度量化无效区的大小(默认值:21)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9435 较小的值有助于保留最好的细节和影片的粒度感(特别是对于高比特率/质量编码有用),
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9436 而较大的值有助于滤除这些细节从而省下比特以用在其它宏块和帧上(特别是对于低比特率
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9437 的编码有用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9438 推荐你在更改这个参数先调试一下deadzone_intra。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9439 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9440 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9441 .B deadzone_intra=<0\-32>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9442 置非格子因子量化模式中帧内亮度量化无效区的大小(默认值:11)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9443 该选项与deadzon_inter有相同的效果,不同在于其影响的是内部帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9444 推荐你在更改deadzone_inter之前先调试一下这个参数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9445 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9446 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9447 .B (no)fast_pskip
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9448 执行P帧中的早期跳跃侦测功能(默认值:启用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9449 该选项通常不花任何代价而提升编码速度,但其有时可能在缺乏细节的画面区域,如天空,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9450 产生画面损伤。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9451 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9452 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9453 .B (no)dct_decimate
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9454 去除只含有单个微小系数的P帧中的DCT块(默认值:启用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9455 该选项会去除一切画面细节,所以其会省下一些比特以用在其它帧上,从而有可能提升整体
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9456 的主观质量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9457 如果你正以较高的目标比特率压缩非动画视频内容,那么你可能希望禁用这个选项以尽可能
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9458 保留画面细节。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9459 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9460 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9461 .B nr=<0\-100000>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9462 噪声削减强度,0表示禁用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9463 100\-1000对于典型内容来说是一个有用的范围,但你可能希望对噪声很强的视频内容调高
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9464 一些这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9465 考虑到这个选项对于运行速度影响小,你可能希望倾向于使用这个选项,而不是使用诸如
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9466 denoise3d或hqdn3d之类的视频滤镜来滤除噪声。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9467 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9468 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9469 .B chroma_qp_offset=<\-12\-12>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9470 相对于亮度来说为色度使用一个不同的量化参数。
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9471 有用值的范围是<\-2\-2>(默认值:0)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9472 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9473 .TP
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9474 .B aq_mode=<0\-2>
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9475 定议自适应量化模式(AQ)如何分配比特:
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9476 .PD 0
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9477 .RSs
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9478 .IPs 0
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9479 禁用
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9480 .IPs 1
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9481 避免在帧间转移比特。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9482 .IPs 2
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9483 在帧间转移比特(依据默认方式)。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9484 .RE
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9485 .PD 1
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9486 .
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9487 .TP
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9488 .B aq_strength=<positive float value>
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9489 控制自适应量化模式(AQ)在平坦和有纹理的区域能减少多少块效应和模糊(默认值:1.0)。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9490 值为 0.5 将导致较弱的 AQ 和较少的细节,而值为 1.5 则能产生较强的 AQ 和更多的细节。
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9491 .
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9492 .TP
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9493 .B cqm=<flat|jvt|<filename>>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9494 要么使用一个预先定义好的自定义量化矩阵,要么加一个JM格式的矩阵文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9495 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9496 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9497 .IPs "flat\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9498 使用预先定义好的平坦16矩阵(默认值)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9499 .IPs "jvt\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9500 使用预先定义好的JVT矩阵。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9501 .IPs <filename>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9502 使用所给出的JM格式矩阵文件。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9503 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9504 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9505 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9506 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9507 Windows CMD.EXE的用户如果尝试使用全部CQM列表时,可能在解析命令行时遇到问题。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9508 这是因为命令行长度有限制。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9509 在这种情况下推荐将列表存在一个JM格式的CQM文件中,然后像上面所说那样加载进来。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9510 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9511 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9512 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9513 .B cqm4iy=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9514 自定义的4x4帧内亮度矩阵,以由16个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9515 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9516 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9517 .B cqm4ic=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9518 自定义的4x4帧内色度矩阵,以由16个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9519 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9520 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9521 .B cqm4py=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9522 自定义的4x4帧间亮度矩阵,以由16个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9523 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9524 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9525 .B cqm4pc=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9526 自定义的4x4帧间色度矩阵,以由16个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9527 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9528 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9529 .B cqm8iy=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9530 自定义的8x8帧内亮度矩阵,以由64个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9531 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9532 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9533 .B cqm8py=<list>(另参见cqm)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9534 自定义的8x8帧间亮度矩阵,以由64个逗号分隔值域为1\-255的值组成的列表的形式给出。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9535 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9536 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9537 .B level_idc=<10\-51>
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9538 将比特率的等级设置为H.264标准附件A中定义的值(默认值:51——5.1级)。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9539 该选项用于告诉解码器其需要支持怎么样的性能。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9540 只有当你知道这个参数是什么意思,并且需要设置它时,才使用这个参数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9541 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9542 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9543 .B threads=<0\-16>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9544 生成线程以在多个CPU上平行编码(默认值:1)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9545 该选项对于压缩质量稍有一些影响。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9546 0或‘auto’告诉x264让其侦测你有多个CPU,并选取一个适当的线程数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9547 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9548 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9549 .B (no)global_header
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9550 使SPS和PPS只出现一次,即在比特流的开始部分(默认值:禁用)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9551 某些播放器,诸如Sony PSP,需要使用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9552 默认的行为是使SPS和PPS在每个IDR帧前重复出现。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9553 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9554 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9555 .B (no)interlaced
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9556 将视频内容作为隔行扫描内容对待。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9557 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9558 .TP
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9559 .B log=<\-1\-3>
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9560 调整打印在屏幕上的日志信息的量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9561 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9562 .RSs
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
9563 .IPs "\-1"
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9564
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9565 .IPs " 0"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9566 只打印错误信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9567 .IPs " 1"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9568 警告信息
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9569 .IPs " 2"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9570 当编码结束时打印PSNR以及其它分析统计信息(默认值)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9571 .IPs " 3"
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9572 每个帧的PSNR、QP、帧类型、大小,以及其它统计信息
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9573 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9574 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9575 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9576 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9577 .B (no)psnr
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9578 打印信噪比统计信息。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9579 .br
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9580 .I 注意:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9581 PSNR的‘Y’、‘U’、‘V’和‘Avg’域在数学上并不完美(这些值只是逐帧PSNR的平均值
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9582 )。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9583 这些只是为了与JM标准的编解码器相比较,而保留下来的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9584 出于其它目的的话,请采用log=3打印的‘Global’PSNR,或是逐帧的PSNR。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9585 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9586 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9587 .B (no)ssim
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9588 打印结构相似度计量结果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9589 该值为PSNR的一种替代计量值,并且可能与压缩后视频上观察到的质量有更好的相关性。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9590 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9591 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9592 .B (no)visualize
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9593 启用x264在编码时的可视化效果。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9594 如果你系统上的x264支持这个选项,那么在编码过程中将打开一个新窗口,在这个窗口中,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9595 x264会尝试总体性地显示出每一帧是如何编码。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9596 在可视化模式下影片的每种块类型将以如下方式着色:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9597 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9598 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9599 .IPs 红/粉红
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9600 帧内块
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9601 .IPs "蓝\ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9602 帧间块
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9603 .IPs 绿
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9604 跳跃
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9605 .IPs 黄
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9606 B块
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9607 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9608 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9609 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9610 该功能可以认为是实验性,并且容易变化。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9611 特别是,其需要x264编译时启用可视化功能。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9612 注意在写这部分内容时,x264在编码并可视化显示每一帧后会暂停,等待用户按一个键,
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9613 在此之后才编码下一帧。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9614 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9615 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9616 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9617 .SS xvfw(\-xvfwopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9618 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9619 使用Windows视频编解码器编码基本上是过时的做法,除非你希望编码为某种难懂而极端的
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9620 编解码器格式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9621 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9622 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9623 .B codec=<name>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9624 用于编码的二进制编解码器文件的文件名。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9625 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9626 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9627 .B compdata=<file>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9628 vfw2menc创建的编解码器设置文件的文件名(如firstpass.mcf)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9629 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9630 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9631 .SS MPEG muxer(\-mpegopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9632 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9633 MPEG muxer可以生成5种类型的视频流,每种都有较好的默认参数,而用户可以更改这些参
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9634 数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9635 通常,当生成MPEG文件时,建议禁用MEncoder的跳帧指令(参见\-noskip、\-mc以及视频滤
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9636 镜harddup和softskip)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9637 .PP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9638 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9639 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9640 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9641 .IPs format=mpeg2:tsaf:vbitrate=8000
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9642 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9643 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9644 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9645 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9646 .B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd | pes1 | pes2>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9647 视频流格式(默认值:mpeg2)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9648 pes1与pes2是非常有问题的格式(没有打包头,没有填充),但VDR使用这些格式;不要选
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9649 用这些格式,除非你确切知道你在做什么。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9650 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9651 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9652 .B size=<最大65535>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9653 单位为字节的打包大小,不要更改这个值除非你确切知道你在做什么(默认值:2048)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9654 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9655 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9656 .B muxrate=<int>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9657 打包头部信息中的单位kbit/s的标称复合流速率(默认值:1800 kb/s)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9658 当‘format=mpeg1’或‘mpeg2’时将根据需要获得更新。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9659 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9660 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9661 .B "tsaf\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9662 如果可能,在所有帧上设置时间戳值;推荐当format=dvd时使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9663 如果dvdauthor报警输出信息,例如“..audio sector out of range...”时,那么你可能
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9664 不该启用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9665 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9666 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9667 .B interleaving2
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9668 使用一种更好的算法来交织音频和视频数据包,其所基于的原则是流合并器将总是尝试在空
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9669 闲空间所占百分比最大的条件下填充流。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9670 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9671 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9672 .B vdelay=<1\-32760>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9673 初始视频延迟时间,单位为毫秒(默认值:0),
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9674 如果你想让视频相对音频有一定延后,那么就使用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9675 这个选项在使用了:drop时无效。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9676 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9677 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9678 .B adelay=<1\-32760>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9679 初始音频延迟时间,单位为毫秒(默认值:0),
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9680 如果你想让音频相对视频有一定延后,那么就使用这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9681 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9682 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9683 .B "drop\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9684 当与vdelay一起使用时,流合并器将丢弃先于视频出现的那部分音频。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9685 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9686 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9687 .B vwidth, vheight=<1\-4095>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9688 当视频是MPEG-1/2时,设置视频的宽度和高度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9689 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9690 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9691 .B vpswidth, vpsheight=<1\-4095>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9692 当视频是MPEG-2时,设置全景显示模式(pan-scan)下视频的宽度和高度。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9693 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9694 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9695 .B vaspect=<1 | 4/3 | 16/9 | 221/100>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9696 设置MPEG-2视频的显示宽高比。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9697 不要对MPEG-1视频使用这个选项,否则产生的宽高比将完全错误。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9698 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9699 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9700 .B vbitrate=<int>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9701 设置MPEG-1/2视频单位为kbit/s的视频比特率。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9702 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9703 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9704 .B vframerate=<24000/1001 | 24 | 25 | 30000/1001 | 30 | 50 | 60000/1001 | 60 >
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9705 设置MPEG-1/2视频的帧率。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9706 如果与telecine选项一同使用,那么将忽略这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9707 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9708 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9709 .B telecine
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9710 启用3:2下拉软性电视图像化模式:流合并器将使视频流看上去像是以30000/1001fps编码
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9711 的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9712 只有当输出帧率为24000/1001fps时这个选项才对MPEG-2有效,如需要则使用\-ofps改变输
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9713 出帧率。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9714 其它的帧率与该选项不兼容。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9715 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9716 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9717 .B film2pal
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9718 启用FILM和NTSC至PAL软性电视图像化模式:流合并器将使视频流看上去像是以25fps编码
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9719 的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9720 只有当输出帧率为24000/1001fps时这个选项才对MPEG-2有效,如需要则使用\-ofps改变输
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9721 出帧率。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9722 其它的帧率与该选项不兼容。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9723 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9724 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9725 .B tele_src and tele_dest
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9726 使用Donand Graft的DGPulldown代码启用任意电视图像化模式。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9727 你需要指定原始帧率和所期望的帧率;流合并器将使视频流看上去像是以所期望的帧率编码
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9728 的。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9729 只有当输入的帧率比输出的帧率小,并且帧率的增加量 <= 1.5时,这个选项才对MPEG-2视
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9730 频有效。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9731 .sp 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9732 .RS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9733 .I 示例:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9734 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9735 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9736 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9737 .IPs tele_src=25,tele_dest=30000/1001
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9738 PAL至NTSC的电视图像化处理
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9739 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9740 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9741 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9742 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9743 .B vbuf_size=<40\-1194>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9744 设置视频解码器的缓冲大小,以千字节为单位表示。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9745 只有当视频流的比特率对于所选的格式来说太高了,并且你完全了解你在做什么时,才指定
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9746 这个选项。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9747 太高的值可能导致影片无法播放,这取决于播放器的能力。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9748 当合并HDTV视频流时,400的值应该足够了。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9749 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9750 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9751 .B abuf_size=<4\-64>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9752 设置音频解码器的缓冲大小,以千字节为单位表示。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9753 针对vbuf_size的原则在此同样适用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9754 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9755 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9756 .SS FFmpeg libavformat demuxers(\-lavfdopts)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9757 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9758 .TP
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9759 .B analyzeduration=<value>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9760 单位为秒的分析媒体流属性时的最大长度。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9761 .
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9762 .TP
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9763 .B format=<value>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9764 强制使用一个特定的 libav 格式库的分离器。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9765 .
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9766 .TP
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9767 .B "o\ \ \ \ \ \ "
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9768 FIXME:没有说明文档
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9769 .
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9770 .TP
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9771 .B probesize=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9772 在侦测阶段所探测的最大数据量。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9773 在MPEG-TS的情况下,这个值指定了所扫描TS包的最大个数。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9774 .
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9775 .TP
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9776 .B cryptokey=<hexstring>
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9777 分离器要使用的加密密钥。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9778 该值是密钥的原始二进制数据转换后得到十六进制字符串。
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9779 .
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9780 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9781 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9782 .SS FFmpeg libavformat muxers(\-lavfopts)(另参见\-of lavf)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9783 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9784 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9785 .B delay=<value>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9786 当前只对MPEG[12]有意义:单位为秒的,对于任意出现的流,输出流参照计时器(SCR)和
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9787 解码时间戳(DTS)之间的最大所允许的差距。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9788 默认值为0.7(与MPEG标准所定义的强制执行值相同)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9789 较高的值要求较大的缓冲,因而不应使用。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9790 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9791 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9792 .B format=<container_format>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9793 重新定义所合并输出的是哪种容器格式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9794 (默认值:根据输出文件的扩展名自动侦测)。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9795 .PD 0
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9796 .RSs
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9797 .IPs "mpg\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9798 MPEG-1系统以及MPEG-2 PS
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9799 .IPs "asf\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9800 高级流媒体格式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9801 .IPs "avi\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9802 音视频交织文件
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9803 .IPs "wav\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9804 波形音频
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9805 .IPs "swf\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9806 Macromedia Flash
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9807 .IPs "flv\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9808 Macromedia Flash视频文件
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9809 .IPs "rm\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9810 RealAudio和RealVideo
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9811 .IPs "au\ \ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9812 SUN AU格式
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9813 .IPs "nut\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9814 NUT开放容器格式(实验性)
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9815 .IPs "mov\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9816 QuickTime
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9817 .IPs "mp4\ \ "
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9818 MPEG-4格式
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
9819 .IPs "ipod\ "
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
9820 含有苹果 iPod 固件所需额外标志数据的 MPEG-4 格式
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9821 .IPs "dv\ \ \ "
26452
c357954b1da7 sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26152
diff changeset
9822 Sony 数字视频容器格式
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9823 .RE
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9824 .PD 1
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9825 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9826 .B muxrate=<rate>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9827 流合流时的标称比特率,单位为比特每秒;
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9828 当前该选项只对MPEG[12]有意义。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9829 有时需要提高这个值以防止“缓冲下溢”。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9830 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9831 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9832 .B packetsize=<size>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9833 所选格式单个数据包的大小,以字节为单位表示。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9834 当将流合并至MPEG[12]的实现格式时,默认值为:
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9835 对于[S]VCD为2324,对于所有其它格式为2048。
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9836 .
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9837 .TP
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9838 .B preload=<distance>
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9839 当前只对MPEG[12]有意义:单位为秒,对于任意出现的流,输出流参照计时器(SCR)和解
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
9840 码时间戳(DTS)间的初始差距(流分离至解码间的延迟)。
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
9841 .
26949
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9842 .TP
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9843 .B "o\ \ \ \ \ \ "
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9844 FIXME:没有说明文档
7b02ed4cf581 sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 26452
diff changeset
9845 .
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
9846 .
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
9847 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9848 .\" --------------------------------------------------------------------------
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9849 .\" 环境变量
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9850 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9851 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
9852 .SH "环境变量"
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9853 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9854 有环境变量用于控制 MPlayer 和 MEncoder 的行为。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9855 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9856 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9857 .B MPLAYER_CHARSET (也请参见 \-msgcharset)
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9858 转换控制台的消息显示为指定字符集 (默认值是自动检测: autodetect)。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9859 值 "noconv" 表示不要转换。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9860 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9861 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9862 .B MPLAYER_HOME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9863 MPlayer 寻找设置的目录。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9864 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9865 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9866 .B MPLAYER_VERBOSE (也请参见 \-v 和 \-msglevel)
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
9867 对所有的消息模块设置初始冗赘级别 (默认是: 0)。
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
9868 最终的冗赘级别是 \-msglevel 5 的级别再加上 MPLAYER_VERBOSE 的值。
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9869 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9870 .SS libaf:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9871 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9872 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9873 .B LADSPA_PATH
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9874 如果设置了 LADSPA_PATH, 它会寻找指定的文件。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9875 如果没设置, 你就必须提供完整的路径名。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9876 FIXME: 这也在 ladspa 一节有提到.
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9877 .
20675
7c7bd35a4877 Partial sync w/ en/mplayer.1 (6)
kraymer
parents: 20600
diff changeset
9878 .SS libdvdcss:
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9879 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9880 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9881 .B DVDCSS_CACHE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9882 指定目录以储存标题的钥匙值。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9883 这会加速 DVD 在缓存中的译码过程。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9884 如果 DVDCSS_CACHE 目录不存在就创建它,
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9885 并创建以 DVD 标题或生产日期为名称的子目录。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9886 如果 DVDCSS_CACHE 没设置或是空的, libdvdcss 会使用默认值为
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9887 Unix 的 "${HOME}/.dvdcss/" 或
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9888 Win32 的 "C:\\Documents and Settings\\$USER\\Application Data\\dvdcss\\"。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9889 特殊值 "off" 停用缓存。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9890 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9891 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9892 .B DVDCSS_METHOD
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9893 设置 libdvdcss 用于解读加密盘片的认证和解密方法。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9894 可以是 title(标题), key(钥匙) 或 disc(盘片) 的其中之一。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9895 .PD 0
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9896 .RSs
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9897 .IPs "key\ \ "
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9898 是默认方法。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9899 libdvdcss 会使用一套计算过的播放器密钥,尝试取得盘片的钥匙。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9900 如果驱动器不认识播放器的任何钥匙就会失败。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9901 .IPs "disc\ "
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9902 是钥匙方法失败的备用方法。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9903 代之使用播放器钥匙, libdvdcss 会使用蛮横暴力的算法破解盘片钥匙。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9904 此过程需要 CPU 高强度运行和 64 MB 内存以储存临时的数据。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9905 .IPs title
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9906 是所有其它方法的备用方法。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9907 它不依靠与 DVD 设备交换钥匙, 而是使用一种密码机(crypto)攻击法来猜测标题钥匙。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9908 此失败的情况极少, 因为盘片上没有足够的加密数据来低档统计攻击法,
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9909 但是另一方面这是仅有的方法来破译储存在硬盘上的 DVD,
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9910 和 RPC2 设备上不同地区码的 DVD。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9911 .RE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9912 .PD 1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9913 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9914 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9915 .B DVDCSS_RAW_DEVICE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9916 指定使用的原始设备。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9917 确切的用法依赖于你的操作系统, 例如 Linux 工具建立的原始设备是 raw(8)。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9918 请注意在大多数操作系统上, 使用原始设备需要高度对齐的缓冲(aligned buffers):
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9919 Linux 需要 2048 字节(等于 DVD 扇区大小)的对齐。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9920 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9921 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9922 .B DVDCSS_VERBOSE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9923 设置 libdvdcss 冗赘级别。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9924 .PD 0
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9925 .RSs
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9926 .IPs 0
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9927 一点都不输出消息。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9928 .IPs 1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9929 输出错误消息到 stderr。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9930 .IPs 2
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9931 输出错误和调试消息到 stderr。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9932 .RE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9933 .PD 1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9934 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9935 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9936 .B DVDREAD_NOKEYS
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9937 启动时跳过访问所有的钥匙。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9938 目前停用。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9939 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9940 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9941 .B HOME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9942 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9943 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9944 .SS libao2:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9945 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9946 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9947 .B AO_SUN_DISABLE_SAMPLE_TIMING
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9948 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9949 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9950 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9951 .B AUDIODEV
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9952 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9953 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9954 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9955 .B AUDIOSERVER
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9956 指定 nas 音频输出驱动应该去连接的和传输的
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9957 网络音频系统(Network Audio System)服务器。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9958 如果没设置, 就使用 DISPLAY。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9959 传输可以是 tcp 和 unix 其中之一。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9960 语法是 tcp/<某主机>:<某端口>, <某主机>:<实例号> 或 [unix]:<实例号>。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9961 NAS 基端口是 8000 而 <实例号> 在其之上再增加。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9962 .sp 1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9963 .RS
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9964 .I 示例:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9965 .RE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9966 .PD 0
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9967 .RSs
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9968 .IPs AUDIOSERVER=somehost:0
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9969 连接到 NAS 服务器, 某主机上使用默认的端口和传输协议。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9970 .IPs AUDIOSERVER=tcp/somehost:8000
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9971 连接到 NAS 服务器, 某主机上监听 TCP 端口8000。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9972 .IPs AUDIOSERVER=(unix)?:0
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9973 连接到 NAS 服务器, 本地主机上的实例 0 使用 unix 域套接口。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9974 .RE
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
9975 .PD 1
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9976 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9977 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9978 .B DISPLAY
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9979 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9980 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9981 .SS vidix:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9982 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9983 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9984 .B VIDIX_CRT
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9985 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9986 .
27141
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
9987 .TP
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
9988 .B VIDIXIVTVALPHA
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
9989 将该选项设为‘disable’可以阻止 VIDIX 驱动控制阿尔法混合的参数。
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
9990 然后你就可以自己使用‘ivtvfbctl’操作这一参数。
e0327ea6589f sync w/r27132, patch by JRaSH
gpoirier
parents: 26949
diff changeset
9991 .
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9992 .SS osdep:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9993 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9994 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9995 .B TERM
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9996 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9997 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9998 .SS libvo:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
9999 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10000 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10001 .B DISPLAY
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10002 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10003 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10004 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10005 .B FRAMEBUFFER
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10006 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10007 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10008 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10009 .B HOME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10010 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10011 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10012 .SS libmpdemux:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10013 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10014 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10015 .B HOME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10016 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10017 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10018 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10019 .B HOMEPATH
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10020 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10021 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10022 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10023 .B http_proxy
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10024 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10025 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10026 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10027 .B LOGNAME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10028 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10029 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10030 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10031 .B USERPROFILE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10032 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10033 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10034 .SS libmpcodecs:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10035 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10036 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10037 .B XANIM_MOD_DIR
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10038 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10039 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10040 .SS GUI:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10041 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10042 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10043 .B CHARSET
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10044 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10045 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10046 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10047 .B DISPLAY
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10048 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10049 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10050 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10051 .B HOME
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10052 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10053 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10054 .SS libavformat:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10055 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10056 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10057 .B AUDIO_FLIP_LEFT
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10058 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10059 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10060 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10061 .B BKTR_DEV
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10062 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10063 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10064 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10065 .B BKTR_FORMAT
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10066 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10067 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10068 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10069 .B BKTR_FREQUENCY
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10070 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10071 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10072 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10073 .B http_proxy
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10074 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10075 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10076 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10077 .B no_proxy
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10078 FIXME: 待解释。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10079 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10080 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10081 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10082 .\" --------------------------------------------------------------------------
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10083 .\" 文件
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10084 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10085 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10086 .SH "相关文件"
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10087 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10088 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10089 /usr/\:local/\:etc/\:mplayer/\:mplayer.conf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10090 MPlayer 范围的设置
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10091 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10092 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10093 /usr/\:local/\:etc/\:mplayer/\:mencoder.conf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10094 MEncoder 范围的设置
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10095 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10096 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10097 ~/.mplayer/\:config
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10098 MPlayer 用户设置
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10099 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10100 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10101 ~/.mplayer/\:mencoder.conf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10102 MEncoder 用户设置
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10103 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10104 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10105 ~/.mplayer/\:input.conf
20842
c15751f13cf9 1. convert single quotation mark to double one for better looking
kraymer
parents: 20838
diff changeset
10106 输入绑定 (按键的完整列表请参见 "\-input keylist" 的输出)
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10107 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10108 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10109 ~/.mplayer/\:gui.conf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10110 GUI 配置文件
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10111 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10112 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10113 ~/.mplayer/\:gui.pl
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10114 GUI 播放列表
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10115 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10116 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10117 ~/.mplayer/\:font/
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10118 字体目录 (里面必须有一个 font.desc 文件和带 .RAW 后缀的文件。)
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10119 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10120 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10121 ~/.mplayer/\:DVDkeys/
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10122 缓存的 CSS 钥匙
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10123 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10124 .TP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10125 假如播放文件是 /path/\:to/\:movie.avi, MPlayer 按以下顺序搜索字幕文件:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10126 .RS
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10127 /path/\:to/\:movie.sub
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10128 .br
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10129 ~/.mplayer/\:sub/\:movie.sub
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10130 .RE
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10131 .PD 1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10132 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10133 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10134 .\" --------------------------------------------------------------------------
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10135 .\" 示例
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10136 .\" --------------------------------------------------------------------------
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10137 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10138 .SH "MPLAYER的使用范例"
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10139 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10140 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10141 .B 快速上手播放 DVD:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10142 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10143 mplayer dvd://1
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10144 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10145 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10146 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10147 .B 播放日文对话和英文字幕:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10148 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10149 mplayer dvd://1 \-alang ja \-slang en
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10150 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10151 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10152 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10153 .B 只播放第 5, 6, 7 场景:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10154 .nf
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
10155 mplayer dvd://1 \-chapter 5\-7
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10156 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10157 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10158 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10159 .B 只播放第 5, 6, 7 标题:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10160 .nf
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
10161 mplayer dvd://5\-7
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10162 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10163 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10164 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10165 .B 播放多视角 DVD:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10166 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10167 mplayer dvd://1 \-dvdangle 2
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10168 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10169 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10170 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10171 .B 从不同的 DVD 设备播放:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10172 .nf
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
10173 mplayer dvd://1 \-dvd\-device /dev/\:dvd2
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10174 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10175 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10176 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10177 .B 从目录中的 VOB 文件播放 DVD 视频:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10178 .nf
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
10179 mplayer dvd://1 \-dvd\-device /path/\:to/\:directory/
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10180 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10181 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10182 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10183 .B 复制 DVD 标题到硬盘, 保存文件名为 "title1.vob":
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10184 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10185 mplayer dvd://1 \-dumpstream \-dumpfile title1.vob
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10186 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10187 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10188 .PP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10189 .B 使用 dvdnav 播放一张 /dev/sr1: 路径下的 DVD 碟片
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10190 .nf
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10191 mplayer dvdnav:////dev/sr1
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10192 .fi
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10193 .
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10194 .PP
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10195 .B 播放 HTTP 流:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10196 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10197 mplayer http://mplayer.hq/example.avi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10198 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10199 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10200 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10201 .B 播放 RTSP 流:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10202 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10203 mplayer rtsp://server.example.com/streamName
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10204 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10205 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10206 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10207 .B 转换字幕为 MPsub 格式:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10208 .nf
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10209 mplayer dummy.avi \-sub source.sub \-dumpmpsub
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10210 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10211 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10212 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10213 .B 转换字幕为 MPsub 格式但不播放:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10214 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10215 mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10216 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10217 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10218 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10219 .B 从标准的 V4L 输入:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10220 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10221 mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10222 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10223 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10224 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10225 .B 回放 Zoran 卡 (旧方法, 废弃):
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10226 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10227 mplayer \-vo zr \-vf scale=352:288 file.avi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10228 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10229 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10230 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10231 .B 回放 Zoran 卡 (新方法):
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10232 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10233 mplayer \-vo zr2 \-vf scale=352:288,zrmjpeg file.avi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10234 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10235 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10236 .PP
25404
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10237 .B 以直通模式播放 DTS-CD:
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10238 .nf
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10239 mplayer \-ac hwdts \-rawaudio format=0x2001 \-cdrom\-device /dev/cdrom cdda://
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10240 .fi
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10241 .br
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10242 你可以使用 \-afm hwac3 代替 \-ac hwdts。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10243 调整‘/dev/cdrom’使其与你系统中的 CD-ROM 设备相适应。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10244 如果你的外部的接收设备支持解码原始 DTS 音频流,那么你可以通过 cdda://
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10245 直接播放,而不用设置格式,hwac3 或 hwdts。
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10246 .
c372c3b40e97 partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24941
diff changeset
10247 .PP
21028
22b8d2ea10a0 Update section "AUDIO FILTERS"; Some sync w/ r21026;
kraymer
parents: 20842
diff changeset
10248 .B 只用两个扬声器播放 6-声道 AAC 文件:
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10249 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10250 mplayer \-rawaudio format=0xff \-demuxer rawaudio \-af pan=2:.32:.32:.39:.06:.06:.39:.17:-.17:-.17:.17:.33:.33 adts_he-aac160_51.aac
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10251 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10252 .br
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10253 你可能想用 pan 值播放片断 (例如用放大值) 以增加音量或者避免剪切。
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10254 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10255 .PP
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10256 .B 使用geq滤镜产生的颠倒的棋盘:
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10257 .nf
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
10258 mplayer \-vf geq='128+(p(X\,Y)\-128)*(0.5\-gt(mod(X/SW\,128)\,64))*(0.5\-gt(mod(Y/SH\,128)\,64))*4'
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10259 .fi
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10260 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10261 .
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10262 .SH "MENCODER的使用范例"
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10263 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10264 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10265 .B 编码 DVD 标题 #2 中选择的场景:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10266 .nf
24927
de9234096ef2 Escape a ton of '-'. Note that this is likely not complete.
diego
parents: 24272
diff changeset
10267 mencoder dvd://2 \-chapter 10\-15 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
20600
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10268 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10269 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10270 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10271 .B 编码 DVD 标题 #2, 缩放到 640x480:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10272 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10273 mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10274 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10275 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10276 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10277 .B 编码 DVD 标题 #2, 缩放到 512xHHH (保持宽高比):
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10278 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10279 mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10280 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10281 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10282 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10283 .B 同上, 但使用比特率 1800kbit 和优化的 macroblocks:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10284 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10285 mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4:mbd=1:vbitrate=1800
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10286 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10287 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10288 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10289 .B 同上, 但使用 MJPEG 压缩:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10290 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10291 mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mjpeg:mbd=1:vbitrate=1800
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10292 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10293 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10294 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10295 .B 编码当前目录下的所有 *.jpg 文件:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10296 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10297 mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc lavc \-lavcopts vcodec=mpeg4
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10298 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10299 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10300 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10301 .B 从电视调谐器编码 (指定格式用 \-vf format):
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10302 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10303 mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10304 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10305 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10306 .PP
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10307 .B 从管道编码:
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10308 .nf
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10309 rar p test-SVCD.rar | mencoder \-ovc lavc \-lavcopts vcodec=mpeg4:vbitrate=800 \-ofps 24 \-
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10310 .fi
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10311 .
66977473f677 Partial sync w/ en/mplayer.1 (5).
kraymer
parents: 20553
diff changeset
10312 .
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10313 .\" --------------------------------------------------------------------------
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10314 .\" 错误, 作者, 标准声明
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10315 .\" --------------------------------------------------------------------------
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10316 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10317 .SH "程序错误"
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10318 不要惊慌。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10319 如果你发现错误, 报告我们, 但请首先确认你已阅读了所有的文档。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10320 也要小心那些表情符号 :)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10321 许多错误是不正确的设置和参数使用引起的。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10322 错误报告的文档一节
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10323 (http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:bugreports.html)
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10324 解释了如何创建有用的错误报告。
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10325 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10326 .
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10327 .
23370
f3add453c968 Partial sync with r23370, with only one section obsolete.
gpoirier
parents: 23144
diff changeset
10328 .SH "程序的作者"
20553
4db6f615ca38 update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
kraymer
parents: 20520
diff changeset
10329 MPlayer 最初由 Arpad Gereoffy 制作。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
10330 其它许多贡献者的部分清单, 请参见 AUTHORS(作者) 文件。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10331 .PP
25850
eab778ff9ce1 sync with r25821, patch by JRaSH (jrash06 163 com)
kraymer
parents: 25538
diff changeset
10332 MPlayer 是 (C) 2000\-2008 The MPlayer Team (MPlayer 团队) 所有
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10333 .PP
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
10334 本(英文)手册页主要由 Gabucino, Jonas Jermann 和 Diego Biurrun 编写,
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10335 由 Diego Biurrun 维护。
23792
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
10336 视频滤镜、通用编解码器选项、特定编解码器专用选项三个章节由
ac22aefd69ac sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
gpoirier
parents: 23467
diff changeset
10337 JRaSH <jrash06 AT 163.com> 重新翻译
24941
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
10338 参于翻译本中文手册页的有: JRaSH<jrash06 At 163.com>,
fc0f3ac875f1 sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
gpoirier
parents: 24936
diff changeset
10339 Sheldon Jin <jinsh2 AT yahoo.com>, Lu Ran <hephooey AT fastmail.fm> 等。
20459
231f139a324d Partial sync with en/mplayer.1 (2)
kraymer
parents: 20445
diff changeset
10340 有关本文的联系请发送邮件到 MPlayer-DOCS 邮件列表。
20481
b6d0fe33648e Partially synced with en/mplayer.1 (3).
kraymer
parents: 20459
diff changeset
10341 与翻译相关的邮件属于 MPlayer-translations 邮件列表。
9840
2a219cbb1435 Chinese translation for main branch
luran
parents:
diff changeset
10342 .\" end of file