comparison DOCS/man/en/mplayer.1 @ 20231:4e68aabaf49b

Escape some more - signs.
author diego
date Sun, 15 Oct 2006 14:12:18 +0000
parents d625febef0fa
children 81a514f118d2
comparison
equal deleted inserted replaced
20230:ef5f196c3a05 20231:4e68aabaf49b
504 .PP 504 .PP
505 If an option is marked as (XXX only), it will only work in combination with 505 If an option is marked as (XXX only), it will only work in combination with
506 the XXX option or if XXX is compiled in. 506 the XXX option or if XXX is compiled in.
507 .PP 507 .PP
508 .I NOTE: 508 .I NOTE:
509 The suboption parser (used for example for -ao pcm suboptions) supports 509 The suboption parser (used for example for \-ao pcm suboptions) supports
510 a special kind of string-escaping intended for use with external GUIs. 510 a special kind of string-escaping intended for use with external GUIs.
511 .br 511 .br
512 It has the following format: 512 It has the following format:
513 .br 513 .br
514 %n%string_of_length_n 514 %n%string_of_length_n
515 .br 515 .br
516 .I EXAMPLES: 516 .I EXAMPLES:
517 .br 517 .br
518 mplayer -ao pcm:file=%10%C:test.wav test.avi 518 mplayer \-ao pcm:file=%10%C:test.wav test.avi
519 .br 519 .br
520 Or in a script: 520 Or in a script:
521 .br 521 .br
522 mplayer -ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi 522 mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
523 .PP 523 .PP
524 . 524 .
525 .\" -------------------------------------------------------------------------- 525 .\" --------------------------------------------------------------------------
526 .\" Configuration files 526 .\" Configuration files
527 .\" -------------------------------------------------------------------------- 527 .\" --------------------------------------------------------------------------
637 Prints all available options. 637 Prints all available options.
638 . 638 .
639 .TP 639 .TP
640 .B \-msgcharset <charset> 640 .B \-msgcharset <charset>
641 Convert console messages to the specified character set (default: autodetect). 641 Convert console messages to the specified character set (default: autodetect).
642 Text will be in the encoding specified with the --charset configure option. 642 Text will be in the encoding specified with the \-\-charset configure option.
643 Set this to "noconv" to disable conversion (for e.g.\& iconv problems). 643 Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
644 .br 644 .br
645 .I NOTE: 645 .I NOTE:
646 The option takes effect after command line parsing has finished. 646 The option takes effect after command line parsing has finished.
647 The MPLAYER_CHARSET environment variable can help you get rid of 647 The MPLAYER_CHARSET environment variable can help you get rid of
779 drivers. 779 drivers.
780 . 780 .
781 .TP 781 .TP
782 .B \-crash-debug (DEBUG CODE) 782 .B \-crash-debug (DEBUG CODE)
783 Automatically attaches gdb upon crash or SIGTRAP. 783 Automatically attaches gdb upon crash or SIGTRAP.
784 Support must be compiled in by configuring with --enable-crash-debug. 784 Support must be compiled in by configuring with \-\-enable-crash-debug.
785 . 785 .
786 .TP 786 .TP
787 .B \-edlout <filename> 787 .B \-edlout <filename>
788 Creates a new file and writes edit decision list (EDL) records to it. 788 Creates a new file and writes edit decision list (EDL) records to it.
789 During playback, the user hits 'i' to mark the start or end of a skip block. 789 During playback, the user hits 'i' to mark the start or end of a skip block.
8485 Encode the fields of interlaced video material. 8485 Encode the fields of interlaced video material.
8486 Turn this option on for interlaced content. 8486 Turn this option on for interlaced content.
8487 .br 8487 .br
8488 .I NOTE: 8488 .I NOTE:
8489 Should you rescale the video, you would need an interlace-aware resizer, 8489 Should you rescale the video, you would need an interlace-aware resizer,
8490 which you can activate with -vf scale=<width>:<height>:1. 8490 which you can activate with \-vf scale=<width>:<height>:1.
8491 . 8491 .
8492 .TP 8492 .TP
8493 .B "4mv\ \ \ \ " 8493 .B "4mv\ \ \ \ "
8494 Use 4 motion vectors per macroblock. 8494 Use 4 motion vectors per macroblock.
8495 This might give better compression, but slows down encoding. 8495 This might give better compression, but slows down encoding.
10180 .fi 10180 .fi
10181 . 10181 .
10182 .PP 10182 .PP
10183 .B Convert subtitles to MPsub format without watching the movie: 10183 .B Convert subtitles to MPsub format without watching the movie:
10184 .nf 10184 .nf
10185 mplayer /dev/\:zero \-rawvideo pal:fps=xx -demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub 10185 mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
10186 .fi 10186 .fi
10187 . 10187 .
10188 .PP 10188 .PP
10189 .B input from standard V4L: 10189 .B input from standard V4L:
10190 .nf 10190 .nf