comparison DOCS/en/mplayer.1 @ 11178:d5644a03c32e

Fixed a few still missed \- and better linebreaks.
author wight
date Sun, 19 Oct 2003 19:51:10 +0000
parents 33aaf024ddd1
children 3ec115f5f8b8
comparison
equal deleted inserted replaced
11177:005360a754a6 11178:d5644a03c32e
200 You can put all of the options in a configuration file which will be read 200 You can put all of the options in a configuration file which will be read
201 every time MPlayer is run. 201 every time MPlayer is run.
202 The system-wide configuration file 'mplayer.conf' is in your configuration 202 The system-wide configuration file 'mplayer.conf' is in your configuration
203 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user 203 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
204 specific one is '~/\:.mplayer/\:config'. 204 specific one is '~/\:.mplayer/\:config'.
205 User specific options override system\-wide options and options given on the 205 User specific options override system-wide options and options given on the
206 command line override either. 206 command line override either.
207 The syntax of the configuration files is 'option=<value>', everything after 207 The syntax of the configuration files is 'option=<value>', everything after
208 a '#' is considered a comment. 208 a '#' is considered a comment.
209 Options that work without values can be enabled by setting them to 'yes' 209 Options that work without values can be enabled by setting them to 'yes'
210 or '1' and disabled by setting them to 'no' or '0'. 210 or '1' and disabled by setting them to 'no' or '0'.
266 go to next/\:previous alternative source (asx playlist only) 266 go to next/\:previous alternative source (asx playlist only)
267 .IPs "p / SPACE" 267 .IPs "p / SPACE"
268 pause movie (any key unpauses) 268 pause movie (any key unpauses)
269 .IPs "q / ESC" 269 .IPs "q / ESC"
270 stop playing and quit 270 stop playing and quit
271 .IPs "+ and \-" 271 .IPs "+ and -"
272 adjust audio delay by +/\:\- 0.1 second 272 adjust audio delay by +/\:- 0.1 second
273 .IPs "/ and *" 273 .IPs "/ and *"
274 decrease/\:increase volume 274 decrease/\:increase volume
275 .IPs "9 and 0" 275 .IPs "9 and 0"
276 decrease/\:increase volume 276 decrease/\:increase volume
277 .IPs m\ \ \ \ 277 .IPs m\ \ \ \
291 .IP F\ \ \ \ 291 .IP F\ \ \ \
292 toggle display of "forced subtitles" 292 toggle display of "forced subtitles"
293 .IPs a\ \ \ \ 293 .IPs a\ \ \ \
294 toggle subtitle aligment: top/middle/bottom 294 toggle subtitle aligment: top/middle/bottom
295 .IPs "z and x" 295 .IPs "z and x"
296 adjust subtitle delay by +/\:\- 0.1 second 296 adjust subtitle delay by +/\:- 0.1 second
297 .IPs "r and t" 297 .IPs "r and t"
298 adjust subtitle position 298 adjust subtitle position
299 .IPs i\ \ \ \ 299 .IPs i\ \ \ \
300 set EDL mark 300 set EDL mark
301 301
1003 choose an audio output of the capture card, if it has more of them 1003 choose an audio output of the capture card, if it has more of them
1004 .IPs [volume|bass|treble|balance]=<0\-65535> 1004 .IPs [volume|bass|treble|balance]=<0\-65535>
1005 .IPs [volume|bass|treble|balance]=<0\-100> 1005 .IPs [volume|bass|treble|balance]=<0\-100>
1006 These options set parameters of the mixer on the video capture card. 1006 These options set parameters of the mixer on the video capture card.
1007 They will have no effect, if your card doesn't have one. 1007 They will have no effect, if your card doesn't have one.
1008 For v4l1, 0-65535 is a valid range. For v4l2, the valid range is 1008 For v4l1, 0-65535 is a valid range.
1009 0 to 100, and 50 maps to the default value of the control, as reported 1009 For v4l2, the valid range is 0 to 100, and 50 maps to the default value of the
1010 by the driver. 1010 control, as reported by the driver.
1011 .IPs immediatemode=<bool> 1011 .IPs immediatemode=<bool>
1012 A value of 0 means capture and buffer audio and video together 1012 A value of 0 means capture and buffer audio and video together
1013 (default for MEncoder). 1013 (default for MEncoder).
1014 A value of 1 (default for MPlayer) means to do video capture only and let the 1014 A value of 1 (default for MPlayer) means to do video capture only and let the
1015 audio go through a loopback cable from the TV card to the soundcard. 1015 audio go through a loopback cable from the TV card to the soundcard.
1627 .B \-fsmode-dontuse <0\-31> (OBSOLETE) (use \-fs option) 1627 .B \-fsmode-dontuse <0\-31> (OBSOLETE) (use \-fs option)
1628 Try this option if you still experience fullscreen problems. 1628 Try this option if you still experience fullscreen problems.
1629 .TP 1629 .TP
1630 .B \-fstype <type1,type2,...> 1630 .B \-fstype <type1,type2,...>
1631 Specify a priority list of fullscreen layer setting modes to be 1631 Specify a priority list of fullscreen layer setting modes to be
1632 used. The available types are: 1632 used.
1633 The available types are:
1633 1634
1634 .PD 0 1635 .PD 0
1635 .RSs 1636 .RSs
1636 .IPs "above" 1637 .IPs "above"
1637 Use _NETWM_STATE_ABOVE hint if available. 1638 Use _NETWM_STATE_ABOVE hint if available.
2339 \-zoom. 2340 \-zoom.
2340 2341
2341 2342
2342 .SH "VIDEO FILTERS" 2343 .SH "VIDEO FILTERS"
2343 Video filter are plugins that allow you to modify the video stream and its 2344 Video filter are plugins that allow you to modify the video stream and its
2344 properties. The syntax is: 2345 properties.
2346 The syntax is:
2345 .TP 2347 .TP
2346 .B \-vf <filter1[=options],filter2,...> 2348 .B \-vf <filter1[=options],filter2,...>
2347 Setup a chain of video filters. 2349 Setup a chain of video filters.
2348 .TP 2350 .TP
2349 .B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE) 2351 .B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE)
2350 Setup a chain of video filters, to be applied in 2352 Setup a chain of video filters, to be applied in
2351 .B reverse 2353 .B reverse
2352 order. Deprecated in favor of \-vf. 2354 order.
2355 Deprecated in favor of \-vf.
2353 .RE 2356 .RE
2354 2357
2355 The parameters are optional and if omitted, some of them are set to default 2358 The parameters are optional and if omitted, some of them are set to default
2356 values. 2359 values.
2357 Use '-1' to keep the default value. 2360 Use '-1' to keep the default value.