comparison DOCS/man/en/mplayer.1 @ 11943:c504f20feaac

GENERAL OPTIONS section added with a few entries, misc changes.
author diego
date Tue, 10 Feb 2004 06:48:40 +0000
parents 5c3e44a8326f
children 86da102d74d8
comparison
equal deleted inserted replaced
11942:5c3e44a8326f 11943:c504f20feaac
177 more. 177 more.
178 .PP 178 .PP
179 .B gmplayer 179 .B gmplayer
180 is MPlayer with a graphical user interface. 180 is MPlayer with a graphical user interface.
181 It has the same options as MPlayer. 181 It has the same options as MPlayer.
182 .PP
183 .B Also see the HTML documentation!
182 . 184 .
183 . 185 .
184 .\" -------------------------------------------------------------------------- 186 .\" --------------------------------------------------------------------------
185 .\" Keyboard control 187 .\" Keyboard control
186 .\" -------------------------------------------------------------------------- 188 .\" --------------------------------------------------------------------------
187 . 189 .
188 .SH "KEYBOARD CONTROL" 190 .SH "KEYBOARD CONTROL"
189 .I NOTE:
190 .br
191 MPlayer has a fully configurable, command driven, control layer 191 MPlayer has a fully configurable, command driven, control layer
192 which allow you to control MPlayer using keyboard, mouse, joystick 192 which allow you to control MPlayer using keyboard, mouse, joystick
193 or remote control (using lirc). 193 or remote control (using lirc).
194 .br 194 .br
195 The default configuration file for the input system is 195 The default configuration file for the input system is
304 . 304 .
305 .\" -------------------------------------------------------------------------- 305 .\" --------------------------------------------------------------------------
306 .\" Options 306 .\" Options
307 .\" -------------------------------------------------------------------------- 307 .\" --------------------------------------------------------------------------
308 . 308 .
309 .SH "GENERAL NOTES" 309 .SH "USAGE"
310 .B Also see the HTML documentation!
311 .PP
312 Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the 310 Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the
313 \-fs option is \-nofs. 311 \-fs option is \-nofs.
314 .PP 312 .PP
315 You can put all of the options in a configuration file which will be read 313 You can put all of the options in a configuration file which will be read
316 every time MPlayer is run. 314 every time MPlayer is run.
349 If you wish to have a configuration file for a file called 'movie.avi', create a file 347 If you wish to have a configuration file for a file called 'movie.avi', create a file
350 named 'movie.avi.conf' with the file-specific options in it and put it in 348 named 'movie.avi.conf' with the file-specific options in it and put it in
351 ~/.mplayer or in the same directory as the file. 349 ~/.mplayer or in the same directory as the file.
352 . 350 .
353 . 351 .
352 .SH "GENERAL OPTIONS"
353 .TP
354 .B \-codecs-file <filename>
355 Use the specified file instead of system wide installed or builtin codecs.conf.
356 See also \-afm, \-ac, \-vfm and \-vc.
357 .TP
358 .B \-include <configuration\ file>
359 Specify configuration file to be parsed after the default ones.
360 .TP
361 .B \-quiet \ \
362 With this option the status line (i.e. A: 0.7 V: 0.6 A-V: 0.068 ...)
363 will not be displayed.
364 Particularly useful on slow terminals or broken ones that do not properly
365 handle carriage return (i.e. \\r).
366 .TP
367 .B \-v, \-verbose
368 Increment verbose level (more \-v means more verbosity).
369 .
370 .PD 0
371 .RSs
372 .IPs 0
373 only some informal output (default)
374 .IPs 1
375 some basic debug infos, avi header, function values (init debug)
376 .IPs 2
377 print avi indexes, chunk inputs, more debug infos (player debug)
378 .IPs 3
379 prints everything related to input parsers (parser debug)
380 .RE
381 .PD 1
382 .
383 .
384 .
354 .SH "PLAYER OPTIONS (MPLAYER ONLY)" 385 .SH "PLAYER OPTIONS (MPLAYER ONLY)"
355 .TP 386 .TP
356 .B \-autoq <quality> (use with \-vf [s]pp) 387 .B \-autoq <quality> (use with \-vf [s]pp)
357 Dynamically changes the level of postprocessing depending on available spare 388 Dynamically changes the level of postprocessing depending on available spare
358 CPU time. 389 CPU time.
512 Play files according to a playlist (1 file per row or Winamp or ASX format). 543 Play files according to a playlist (1 file per row or Winamp or ASX format).
513 .br 544 .br
514 .I NOTE: 545 .I NOTE:
515 This option is considered an entry so options found after it will apply 546 This option is considered an entry so options found after it will apply
516 only to the elements of this playlist. 547 only to the elements of this playlist.
517 .TP
518 .B \-quiet \ \
519 With this option the status line (i.e. A: 0.7 V: 0.6 A-V: 0.068 ...)
520 will not be displayed.
521 Particularly useful on slow terminals or broken ones that do not properly
522 handle carriage return (i.e. \\r).
523 .TP 548 .TP
524 .B \-really-quiet 549 .B \-really-quiet
525 Display even less output and status messages. 550 Display even less output and status messages.
526 .TP 551 .TP
527 .B \-shuffle 552 .B \-shuffle
2076 \-aspect 16:9 or \-aspect 1.7777 2101 \-aspect 16:9 or \-aspect 1.7777
2077 .RE 2102 .RE
2078 .PD 1 2103 .PD 1
2079 . 2104 .
2080 .TP 2105 .TP
2081 .B \-codecs-file <filename>
2082 Use the specified file instead of system wide installed or builtin codecs.conf.
2083 See also \-afm, \-ac, \-vfm and \-vc.
2084 .TP
2085 .B \-flip \ 2106 .B \-flip \
2086 Flip image upside-down. 2107 Flip image upside-down.
2087 .TP 2108 .TP
2088 .B \-lavdopts <option1:option2:...> (DEBUG CODE) 2109 .B \-lavdopts <option1:option2:...> (DEBUG CODE)
2089 If decoding with libavcodec, you can specify its parameters here. 2110 If decoding with libavcodec, you can specify its parameters here.
3691 will have the output file contain 'div3' as video fourcc. 3712 will have the output file contain 'div3' as video fourcc.
3692 .RE 3713 .RE
3693 .PD 1 3714 .PD 1
3694 . 3715 .
3695 .TP 3716 .TP
3696 .B \-include <configuration\ file>
3697 Specify configuration file to be parsed after the default ones.
3698 .TP
3699 .B \-info <option1:option2:...> (AVI only) 3717 .B \-info <option1:option2:...> (AVI only)
3700 Specify the info header of the resulting AVI file. 3718 Specify the info header of the resulting AVI file.
3701 .br 3719 .br
3702 Available options are: 3720 Available options are:
3703 . 3721 .
3799 to the given file instead of the default divx2pass.log. 3817 to the given file instead of the default divx2pass.log.
3800 .TP 3818 .TP
3801 .B \-skiplimit <value> 3819 .B \-skiplimit <value>
3802 Maximum skippable frames after non-skipped one 3820 Maximum skippable frames after non-skipped one
3803 (\-noskiplimit for unlimited number). 3821 (\-noskiplimit for unlimited number).
3804 .TP
3805 .B \-v, \-verbose
3806 Increment verbose level (more \-v means more verbosity).
3807 .
3808 .PD 0
3809 .RSs
3810 .IPs 0
3811 only some informal output (default)
3812 .IPs 1
3813 some basic debug infos, avi header, function values (init debug)
3814 .IPs 2
3815 print avi indexes, chunk inputs, more debug infos (player debug)
3816 .IPs 3
3817 prints everything related to input parsers (parser debug)
3818 .RE
3819 .PD 1
3820 .
3821 .TP 3822 .TP
3822 .B \-vobsubout <basename> 3823 .B \-vobsubout <basename>
3823 Specify the basename for the output .idx and .sub files. 3824 Specify the basename for the output .idx and .sub files.
3824 This turns off subtitle rendering in the encoded movie and diverts it to 3825 This turns off subtitle rendering in the encoded movie and diverts it to
3825 Vobsub subtitle files. 3826 Vobsub subtitle files.