comparison DOCS/man/en/mplayer.1 @ 11286:d5f8358ab487

Torinthiel: -nocolorkey removed (-colorkey present), \ missing, -user-agent in alphabetical order Small fixes, fil filter reworked.
author diego
date Mon, 27 Oct 2003 01:25:52 +0000
parents e8d032162e3c
children e9f585aec12e
comparison
equal deleted inserted replaced
11285:e8d032162e3c 11286:d5f8358ab487
482 Use an alternative menu.conf. 482 Use an alternative menu.conf.
483 .TP 483 .TP
484 .B \-menu-root <value> (BETA CODE) 484 .B \-menu-root <value> (BETA CODE)
485 Specify the main menu. 485 Specify the main menu.
486 .TP 486 .TP
487 .B \-nocolorkey
488 Disables the colorkeying.
489 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xvidix and xover
490 video out drivers.
491 .TP
492 .B \-nojoystick 487 .B \-nojoystick
493 Turns off joystick support. 488 Turns off joystick support.
494 Default is on, if compiled in. 489 Default is on, if compiled in.
495 .TP 490 .TP
496 .B \-nolirc 491 .B \-nolirc
829 extension is used to select demuxer. It always falls back to content-based 824 extension is used to select demuxer. It always falls back to content-based
830 demuxer selection. 825 demuxer selection.
831 .TP 826 .TP
832 .B \-passwd <password> (see \-user option too) 827 .B \-passwd <password> (see \-user option too)
833 Specify password for http authentication. 828 Specify password for http authentication.
834 .TP
835 .B \-user-agent <string>
836 Use string as User-Agent for HTTP streaming.
837 .TP 829 .TP
838 .B \-prefer-ipv4 830 .B \-prefer-ipv4
839 Use IPv4 on network connections. 831 Use IPv4 on network connections.
840 Falls back to IPv6 automatically. 832 Falls back to IPv6 automatically.
841 .TP 833 .TP
1044 choose an audio output of the capture card, if it has more of them 1036 choose an audio output of the capture card, if it has more of them
1045 .IPs [volume|bass|treble|balance]=<0\-65535> 1037 .IPs [volume|bass|treble|balance]=<0\-65535>
1046 .IPs [volume|bass|treble|balance]=<0\-100> 1038 .IPs [volume|bass|treble|balance]=<0\-100>
1047 These options set parameters of the mixer on the video capture card. 1039 These options set parameters of the mixer on the video capture card.
1048 They will have no effect, if your card doesn't have one. 1040 They will have no effect, if your card doesn't have one.
1049 For v4l1, 0-65535 is a valid range. 1041 For v4l1, 0\-65535 is a valid range.
1050 For v4l2, the valid range is 0 to 100, and 50 maps to the default value of the 1042 For v4l2, the valid range is 0 to 100, and 50 maps to the default value of the
1051 control, as reported by the driver. 1043 control, as reported by the driver.
1052 .IPs immediatemode=<bool> 1044 .IPs immediatemode=<bool>
1053 A value of 0 means capture and buffer audio and video together 1045 A value of 0 means capture and buffer audio and video together
1054 (default for MEncoder). 1046 (default for MEncoder).
1082 .RE 1074 .RE
1083 . 1075 .
1084 .TP 1076 .TP
1085 .B \-user <user name> (see \-passwd option too) 1077 .B \-user <user name> (see \-passwd option too)
1086 Specify user name for http authentication. 1078 Specify user name for http authentication.
1079 .TP
1080 .B \-user-agent <string>
1081 Use string as User-Agent for HTTP streaming.
1087 .TP 1082 .TP
1088 .B \-vid <id> 1083 .B \-vid <id>
1089 Select video channel [MPG: 0\-15 ASF: 0\-255 MPEG-TS: 17\-8190]. 1084 Select video channel [MPG: 0\-15 ASF: 0\-255 MPEG-TS: 17\-8190].
1090 When playing an MPEG-TS stream, MPlayer/Mencoder will use the first program 1085 When playing an MPEG-TS stream, MPlayer/Mencoder will use the first program
1091 (if present) with the chosen video stream. 1086 (if present) with the chosen video stream.
2591 .B spp[=quality[:qp]]\ \ \ 2586 .B spp[=quality[:qp]]\ \ \
2592 simple postprocessing filter 2587 simple postprocessing filter
2593 .RSs 2588 .RSs
2594 .IPs quality 2589 .IPs quality
2595 0\-6 2590 0\-6
2596 .IPs qp\ \ 2591 .IPs qp\ \ \
2597 force quantization parameter 2592 force quantization parameter
2598 .RE 2593 .RE
2599 .TP 2594 .TP
2600 .B test\ \ \ 2595 .B test\ \ \
2601 Generate various test patterns. 2596 Generate various test patterns.
2777 2 fields (so called half pictures), so you can process (filter) them 2772 2 fields (so called half pictures), so you can process (filter) them
2778 independently and then re-interleave them. 2773 independently and then re-interleave them.
2779 .PD 0 2774 .PD 0
2780 .RSs 2775 .RSs
2781 .IPs d 2776 .IPs d
2782 deinterleave 2777 deinterleave (placing one above the other)
2783 .IPs i 2778 .IPs i
2784 interleave 2779 interleave
2785 .IPs s 2780 .IPs s
2786 swap fields (exchange even & odd lines) 2781 swap fields (exchange even & odd lines)
2787 .RE 2782 .RE
2788 .PD 1 2783 .PD 1
2789 .TP 2784 .TP
2790 .B "fil=[i|d]" 2785 .B "fil=[i|d]"
2791 (de)interleaves lines. 2786 (de)interleaves lines.
2792 fil=d deinterleaves the fields and puts then left-right 2787 This filter is very similar to the il filter but much faster, the main
2793 fil=i interleave them again (reverses the effect of fil=d) 2788 disadvantage is that it doesn't always work.
2794 so this filter is very similar to the il filter but much faster, the main 2789 Especially if combined with other filters it may produce randomly messed
2795 dissadvantage is that it doesnt always work. especially if combined with 2790 up images, so be happy if it works but don't complain if it doesn't for
2796 other filters it may produce randomly messed up images, so be happy if it works 2791 your combination of filters.
2797 but dont complain if it doesnt for your combination of filters. 2792 .PD 0
2793 .RSs
2794 .IPs d
2795 Deinterleave fields, placing them side by side.
2796 .IPs i
2797 Interleave fields again (reversing the effect of fil=d).
2798 .RE
2799 .PD 1
2798 .TP 2800 .TP
2799 .B "field[=n]" 2801 .B "field[=n]"
2800 Extracts a single field from an interlaced image using stride arithmetic 2802 Extracts a single field from an interlaced image using stride arithmetic
2801 to avoid wasting CPU time. 2803 to avoid wasting CPU time.
2802 The optional argument n specifies whether to extract the even or the odd 2804 The optional argument n specifies whether to extract the even or the odd