comparison DOCS/man/en/mplayer.1 @ 18220:9876dc5d0ebe

Fix up -msgcharset and MPLAYER_CHARSET.
author diego
date Sun, 23 Apr 2006 12:43:50 +0000
parents 141c23cee05e
children 8c35bd43135f
comparison
equal deleted inserted replaced
18219:2ea5d88eacd4 18220:9876dc5d0ebe
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 (see also MPLAYER_CHARSET environment variable) 580 .B \-msgcharset <charset>
581 Convert console messages to the specified charset (default: autodetect). 581 Convert console messages to the specified character set (default: autodetect).
582 This will only come into effect after commandline parsing has finished, 582 Text will be in the encoding specified with the --charset configure option.
583 use MPLAYER_CHARSET to get rid of the first lines of garbled output. 583 Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
584 You can set this to "noconv" to completely disable the conversion (e.g. if you 584 .br
585 have problems with iconv). Text will then be in the encoding specified 585 .I NOTE:
586 with the --charset configure option. 586 The option takes effect after command line parsing has finished.
587 The MPLAYER_CHARSET environment variable can help you get rid of
588 the first lines of garbled output.
587 . 589 .
588 .TP 590 .TP
589 .B \-msglevel <all=<level>:<module>=<level>:...> 591 .B \-msglevel <all=<level>:<module>=<level>:...>
590 Control verbosity directly for each module. 592 Control verbosity directly for each module.
591 The 'all' module changes the verbosity of all the modules not 593 The 'all' module changes the verbosity of all the modules not
9395 . 9397 .
9396 There are a number of environment variables that can be used to 9398 There are a number of environment variables that can be used to
9397 control the behavior of MPlayer and MEncoder. 9399 control the behavior of MPlayer and MEncoder.
9398 . 9400 .
9399 .TP 9401 .TP
9400 .B MPLAYER_CHARSET (see also \-msgcharset commandline option) 9402 .B MPLAYER_CHARSET (also see \-msgcharset)
9401 Convert console messages to the specified charset (default: autodetect). 9403 Convert console messages to the specified charset (default: autodetect).
9402 A value of "noconv" means no conversion will be done. 9404 A value of "noconv" means no conversion.
9403 . 9405 .
9404 .TP 9406 .TP
9405 .B MPLAYER_HOME 9407 .B MPLAYER_HOME
9406 Directory where MPlayer looks for user settings. 9408 Directory where MPlayer looks for user settings.
9407 . 9409 .