comparison DOCS/mplayer.1 @ 1363:7203fb5ec26a

-vfm -afm -vc -ac
author gabucino
date Fri, 20 Jul 2001 16:47:10 +0000
parents c311bfd737b1
children b511c6c5642d
comparison
equal deleted inserted replaced
1362:11673118f37f 1363:7203fb5ec26a
16 .RB [ \-bps\ value ] 16 .RB [ \-bps\ value ]
17 .RB [ \-aid\ id ] 17 .RB [ \-aid\ id ]
18 .RB [ \-vid\ id ] 18 .RB [ \-vid\ id ]
19 .RB [ \-fps\ rate ] 19 .RB [ \-fps\ rate ]
20 .RB [ \-mc\ seconds/5f ] 20 .RB [ \-mc\ seconds/5f ]
21 .RB [ \-afm\ audio\ decoder ]
22 .RB [ \-fs\ ] 21 .RB [ \-fs\ ]
23 .RB [ \-vm\ ] 22 .RB [ \-vm\ ]
24 .RB [ \-zoom\ ] 23 .RB [ \-zoom\ ]
25 .RB [ \-x\ x ] 24 .RB [ \-x\ x ]
26 .RB [ \-y\ y ] 25 .RB [ \-y\ y ]
52 .RB [ \-osdlevel\ level ] 51 .RB [ \-osdlevel\ level ]
53 .RB [ \-config\ file ] 52 .RB [ \-config\ file ]
54 .RB [ \-display\ name ] 53 .RB [ \-display\ name ]
55 .RB [ \-unicode ] 54 .RB [ \-unicode ]
56 .RB [ \-fsmode\ mode ] 55 .RB [ \-fsmode\ mode ]
56 .RB [ \-vc\ video\ codec\ name ]
57 .RB [ \-ac\ audio\ codec\ name ]
58 .RB [ \-vfm\ video\ codec\ family ]
59 .RB [ \-afm\ audio\ codec\ family ]
57 .I - or file 60 .I - or file
58 .PP 61 .PP
59 .SH DESCRIPTION 62 .SH DESCRIPTION
60 .I mplayer 63 .I mplayer
61 Yes. Yet another movie player for linux. 64 Yes. Yet another movie player for linux.
167 .SH "ADVANCED OPTIONS" 170 .SH "ADVANCED OPTIONS"
168 .TP 171 .TP
169 .I NOTE 172 .I NOTE
170 These options can help you solve your particular problem.. Also, see the DOCS! 173 These options can help you solve your particular problem.. Also, see the DOCS!
171 .TP 174 .TP
175 .B \-vc <name>
176 force usage of a specific video codec, according to its name in codecs.conf,
177 for example :
178
179 -vc divx use VFW DivX codec
180 -vc divxds use DirectShow DivX codec
181 -vc ffdivx use libavcodec's DivX codec
182 -vc divx4 use ProjectMayo's DivX codec
183 .TP
184 .B \-ac <name>
185 force usage of a specific audio codec, according to its name in codecs.conf,
186 for example :
187
188 -ac mp3 use libmp3 MP3 codec
189 -ac mp3acm use l3codeca.acm MP3 codec
190 -ac ac3 use AC3 codec
191 .TP
192 .B \-vfm <1-5>
193 force usage of a specific codec FAMILY. For example:
194 2 : use VFW (Win32) codecs
195 4 : use DirectShow (Win32) codecs
196 5 : use libavcodec codecs
197 .TP
172 .B \-afm <1-5> 198 .B \-afm <1-5>
173 force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw 199 force usage of a specific audio format. For example:
174 200 1 : MPEG
175 .I NOTE 201 2 : PCM
176 With DivX AVIs with MP3 audio, you can choose whether to use MP3LIB (option 1), 202 3 : AC3
177 or Win32 DLL l3codeca.acm (option 4) (default). On CPUs with the 3DNow! 203 4 : Win32
178 instruction set, the first gives more performance. Your mileage may vary. 204 5 : aLaw
179 .TP 205 .TP
180 .B \-sb\ position 206 .B \-sb\ position
181 seek to byte position 207 seek to byte position
182 .TP 208 .TP
183 .B \-ss\ second 209 .B \-ss\ second
273 to display on. For example : -display xtest.localdomain:0 299 to display on. For example : -display xtest.localdomain:0
274 .TP 300 .TP
275 .B \-unicode 301 .B \-unicode
276 tells MPlayer to handle the subtitle file (with -sub option) as UNICODE. 302 tells MPlayer to handle the subtitle file (with -sub option) as UNICODE.
277 Contrary: -nounicode 303 Contrary: -nounicode
278 .TP
279 .B \-lircconf\ configfile
280 specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc
281 .TP 304 .TP
282 .B \-fsmode\ mode 305 .B \-fsmode\ mode
283 This option workarounds some problems when using specific windowmanagers and 306 This option workarounds some problems when using specific windowmanagers and
284 fullscreen mode. If you experience fullscreen problems, try changing this 307 fullscreen mode. If you experience fullscreen problems, try changing this
285 value between 0 and 7. 308 value between 0 and 7.