comparison DOCS/man/en/mplayer.1 @ 18216:141c23cee05e

document message charset functionality
author reimar
date Sun, 23 Apr 2006 08:56:40 +0000
parents 38c3d604d18b
children 9876dc5d0ebe
comparison
equal deleted inserted replaced
18215:0be11077266d 18216:141c23cee05e
575 .TP 575 .TP
576 .B \-list-options 576 .B \-list-options
577 Prints all available options. 577 Prints all available options.
578 . 578 .
579 .TP 579 .TP
580 .B \-msgcharset 580 .B \-msgcharset (see also MPLAYER_CHARSET environment variable)
581 FIXME: Document this! 581 Convert console messages to the specified charset (default: autodetect).
582 This will only come into effect after commandline parsing has finished,
583 use MPLAYER_CHARSET to get rid of the first lines of garbled output.
584 You can set this to "noconv" to completely disable the conversion (e.g. if you
585 have problems with iconv). Text will then be in the encoding specified
586 with the --charset configure option.
582 . 587 .
583 .TP 588 .TP
584 .B \-msglevel <all=<level>:<module>=<level>:...> 589 .B \-msglevel <all=<level>:<module>=<level>:...>
585 Control verbosity directly for each module. 590 Control verbosity directly for each module.
586 The 'all' module changes the verbosity of all the modules not 591 The 'all' module changes the verbosity of all the modules not
9390 . 9395 .
9391 There are a number of environment variables that can be used to 9396 There are a number of environment variables that can be used to
9392 control the behavior of MPlayer and MEncoder. 9397 control the behavior of MPlayer and MEncoder.
9393 . 9398 .
9394 .TP 9399 .TP
9395 .B MPLAYER_CHARSET 9400 .B MPLAYER_CHARSET (see also \-msgcharset commandline option)
9396 FIXME: Document this. 9401 Convert console messages to the specified charset (default: autodetect).
9402 A value of "noconv" means no conversion will be done.
9397 . 9403 .
9398 .TP 9404 .TP
9399 .B MPLAYER_HOME 9405 .B MPLAYER_HOME
9400 Directory where MPlayer looks for user settings. 9406 Directory where MPlayer looks for user settings.
9401 . 9407 .