annotate DOCS/mplayer.1 @ 5020:41b864ac05f2

fullscreen with 'f' key
author gabucino
date Sun, 10 Mar 2002 08:19:43 +0000
parents 8e6ccd3e5325
children a6aa78385c26
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3953
0e22f7d7f67d (C) 2001 -> 2002
gabucino
parents: 3949
diff changeset
1 .\" MPlayer (C) 2000-2002 Arpad Gereoffy <sendmail@to.mplayer-users>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 .\" This manpage was/is done by Gabucino
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3 .\"
4776
47f0a86e8b8e man2html compatibility (patch by Goetz Waschk <waschk@informatik.uni-rostock.de>)
gabucino
parents: 4680
diff changeset
4 .TH MPlayer 1
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 .SH NAME
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 mplayer \- Movie Player for Linux
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7 .SH SYNOPSIS
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 .B mplayer
2099
gabucino
parents: 2084
diff changeset
9 .RB [ \-gui ]
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
10 .RB [ \-v ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
11 .RB [ \-help / -h / --help ]
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
12 .RB [ \-quiet ]
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
13 .RB [ \-vo\ <driver>[:<device>] ]
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
14 .RB [ \-ao\ <driver>[:<device>] ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
15 .RB [ \-vcd\ <track\ number> ]
4635
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
16 .RB [ \-cdrom-device\ <path\ to\ device> ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
17 .RB [ \-sb\ <byte\ position> ]
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
18 .RB [ \-nosound ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
19 .RB [ \-abs\ <bytes> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
20 .RB [ \-delay\ <secs> ]
2099
gabucino
parents: 2084
diff changeset
21 .RB [ \-nobps ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
22 .RB [ \-aid\ <id> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
23 .RB [ \-alang\ <audio\ stream\ languages> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
24 .RB [ \-vid\ <id> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
25 .RB [ \-fps\ <rate> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
26 .RB [ \-mc\ <seconds/5f> ]
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
27 .RB [ \-fs ]
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
28 .RB [ \-vm ]
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
29 .RB [ \-zoom ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
30 .RB [ \-x\ <x> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
31 .RB [ \-y\ <y> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
32 .RB [ \-sws\ <software\ scaler\ type> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
33 .RB [ \-xy\ <factor> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
34 .RB [ \-pp\ <quality> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
35 .RB [ \-include\ <config\ file> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
36 .RB [ \-lircconf\ <config\ file> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
37 .RB [ \-ffactor\ <number> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
38 .RB [ \-sub\ <filename> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
39 .RB [ \-subfps\ <rate> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
40 .RB [ \-subdelay\ <seconds> ]
4086
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
41 .RB [ \-vobsub\ <vobsub\ file\ without\ extention> ]
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
42 .RB [ \-vobsubid\ <vobsub\ subtitle\ id> ]
3949
2a114488e3ca zlib range 0-8 -> 0-9
arpi
parents: 3943
diff changeset
43 .RB [ \-z\ <0-9> ]
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
44 .RB [ \-idx ]
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
45 .RB [ \-noidx ]
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
46 .RB [ \-forceidx ]
646
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
47 .RB [ \-nodshow ]
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
48 .RB [ \-noxv ]
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
49 .RB [ \-forcexv ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
50 .RB [ \-ss\ <time> ]
2099
gabucino
parents: 2084
diff changeset
51 .RB [ \-dumpaudio ]
gabucino
parents: 2084
diff changeset
52 .RB [ \-dumpvideo ]
3371
45865d6538a1 -dumpstream added
gabucino
parents: 3322
diff changeset
53 .RB [ \-dumpstream ]
2099
gabucino
parents: 2084
diff changeset
54 .RB [ \-noframedrop ]
gabucino
parents: 2084
diff changeset
55 .RB [ \-framedrop ]
gabucino
parents: 2084
diff changeset
56 .RB [ \-nodouble ]
gabucino
parents: 2084
diff changeset
57 .RB [ \-double ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
58 .RB [ \-stereo\ <mode> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
59 .RB [ \-channels\ <n> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
60 .RB [ \-srate\ <Hz> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
61 .RB [ \-osdlevel\ <level> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
62 .RB [ \-config\ <file> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
63 .RB [ \-display\ <name> ]
4389
94f9cef44fdb kapja be aki hosszu opciokat szeret
gabucino
parents: 4155
diff changeset
64 .RB [ \-xineramascreen\ <screen\ number> ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
65 .RB [ \-wid\ <window\ id> ]
2099
gabucino
parents: 2084
diff changeset
66 .RB [ \-unicode ]
gabucino
parents: 2084
diff changeset
67 .RB [ \-utf8 ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
68 .RB [ \-fsmode\ <mode> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
69 .RB [ \-vc\ <video\ codec\ name> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
70 .RB [ \-ac\ <audio\ codec\ name> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
71 .RB [ \-vfm\ <video\ codec\ family> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
72 .RB [ \-afm\ <audio\ codec\ family> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
73 .RB [ \-frames\ <number> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
74 .RB [ \-autoq\ <quality> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
75 .RB [ \-fb\ <device> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
76 .RB [ \-fbmode\ <modename> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
77 .RB [ \-fbmodeconfig\ <filename> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
78 .RB [ \-monitor_hfreq\ <horizontal\ frequency\ range> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
79 .RB [ \-monitor_vfreq\ <vertical\ frequency\ range> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
80 .RB [ \-monitor_dotclock\ <dotclock\ (or\ pixelclock)\ range> ]
2099
gabucino
parents: 2084
diff changeset
81 .RB [ \-benchmark ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
82 .RB [ \-dvd\ <title\ id> ]
4635
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
83 .RB [ \-dvd-device\ <path\ to\ device> ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
84 .RB [ \-chapter\ <chapter\ id> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
85 .RB [ \-dvdangle\ <angle\ id> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
86 .RB [ \-alang\ <country\ code> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
87 .RB [ \-slang\ <country\ code> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
88 .RB [ \-sid\ <subtitle \id> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
89 .RB [ \-dvdkey\ <key> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
90 .RB [ \-skin\ <skin\ name> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
91 .RB [ \-aspect\ <ratio> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
92 .RB [ \-monitoraspect\ <ratio> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
93 .RB [ \-subcp\ <codepage> ]
2207
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
94 .RB [ \-dumpmpsub ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
95 .RB [ \-dumpfile ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
96 .RB [ \-dumpsub ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
97 .RB [ \-screenw\ <pixels> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
98 .RB [ \-screenh\ <pixels> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
99 .RB [ \-cache\ <kbytes> ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
100 .RB [ \-bpp\ <depth> ]
2363
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
101 .RB [ \-flip ]
2664
f23882410024 decreasing my todo list
gabucino
parents: 2561
diff changeset
102 .RB [ \-playlist\ <filename> ]
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
103 .RB [ \-slave ]
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
104 .RB [ \-loop\ <num> ]
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
105 .RB [ \-mixer\ <device> ]
3927
b8e0fee75aec some fixes
gabucino
parents: 3912
diff changeset
106 .RB [ \-tv\ <suboptions> ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
107 .RB [ \-dapsync ]
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
108 .RB [ \-softsleep ]
3912
gabucino
parents: 3856
diff changeset
109 .RB [ \-rootwin ]
4066
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
110 .RB [ \-font\ <path\ to\ font.desc\ file> ]
4908
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
111 .RB [ \-conf\ <path\ to\ input.conf\ file> ]
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
112 .I < - | file | URL | device >
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
113 .PP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
114 .SH DESCRIPTION
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
115 .I mplayer
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
116 MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86
3927
b8e0fee75aec some fixes
gabucino
parents: 3912
diff changeset
117 CPUs, see section 6). It plays most MPEG, AVI, MOV/QT and ASF/WMV files, supported by
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
118 many native and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, and even
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
119 DivX movies too (and you don't need the avifile library at all!).
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
120
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
121 Another big feature of mplayer is the wide range of supported output drivers :
4090
853322325bb9 blah. fixes.
gabucino
parents: 4086
diff changeset
122 X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, GGI, SDL (and all the drivers
853322325bb9 blah. fixes.
gabucino
parents: 4086
diff changeset
123 they support), VESA (on every VESA compatible card, even without X!), and some
3943
3bd045208f7a -dapsync -softsleep
gabucino
parents: 3942
diff changeset
124 lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too! Most of them
3bd045208f7a -dapsync -softsleep
gabucino
parents: 3942
diff changeset
125 supports software or hardware scaling, so you can enjoy movies in fullscreen.
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
126
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
127 Several subtitles types are supported (curently 9 !) and the fonts are
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
128 rendered with nice big antialiased shaded fonts ! Of course there is support
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
129 for european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic, korean
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
130 fonts.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
131 .LP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
132 .SH "GUI OPTIONS"
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
133 .I NOTE:
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
134 The GUI code has to be compiled in *explicitly*, for details see the
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
135 documentation.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
136 .TP
2099
gabucino
parents: 2084
diff changeset
137 .B \-gui
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
138 start MPlayer in GUI mode.
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
139 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
140 .B \-skin <skin\ directory>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
141 load skin from this directory (WITHOUT path name!). For example '-skin fittyfene' tries these :
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
142
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
143 /usr/local/share/mplayer/Skin/fittyfene
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
144 ~/.mplayer/Skin/fittyfene
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
145 .LP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
146 .SH "DVD OPTIONS"
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
147 .I NOTE:
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
148 These options are valid only with DVD support compiled in. For details,
2099
gabucino
parents: 2084
diff changeset
149 see the documentation.
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
150 .I NOTE:
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
151 DVD playback sometimes requires deinterlacing: see '-pp 0x20000' or '-npp lb' options.
790
6a49986251d0 *** empty log message ***
gabucino
parents: 747
diff changeset
152 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
153 .B \-dvd\ titleid
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
154 tell MPlayer which movies (marked with titleid) to play. For example
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
155 sometimes '1' are trailers, and '2' is the real movie.
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
156 .TP
4635
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
157 .B \-dvd-device\ <path\ to\ device>
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
158 override default DVD device name /dev/dvd
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
159 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
160 .B \-chapter\ <chapter\ id>
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
161 specify which chapter to start playing at. Optionally specify which chapter to
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
162 end playing at. Examples can be found below.
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
163 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
164 .B \-dvdangle\ <angle\ id>
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
165 some DVD discs contain scenes that can be viewed from multiple angles.
2099
gabucino
parents: 2084
diff changeset
166 Here you can tell MPlayer which angles to use. Examples can be found below.
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
167 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
168 .B \-alang\ <audio\ stream\ language>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
169 Used when playing DVD disks. Expects a two-letter country code(s) as
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
170 parameter, and always tries to play back audio streams those language
3799
f41bbaebcea3 not us, but en.
gabucino
parents: 3797
diff changeset
171 matches the given code. For example: -alang hu,en will always try to play
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
172 hungarian or if it's non-existant then english audio streams if there are any.
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
173 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
174 .B \-slang\ <subtitle\ language>
3927
b8e0fee75aec some fixes
gabucino
parents: 3912
diff changeset
175 See the -sid option, but this one needs a two-letter parameter, a country code.
3799
f41bbaebcea3 not us, but en.
gabucino
parents: 3797
diff changeset
176 Like: -slang hu,en will always select hungarian or if it's non existant then
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
177 english subtitles, if there are any. For the list of available subtitles, use
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
178 with the -v switch and look at the output.
4069
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
179 .TP
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
180 .B \-sid\ <id>
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
181 Turns on DVD subtitle displaying. Also, you MUST specify a number which
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
182 corresponds to a DVD subtitle language (0-31). For the list of available
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
183 subtitles, use with the -v switch and look at the output.
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
184 .LP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
185 .SH "GENERAL OPTIONS"
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
186 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
187 .I NOTE
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
188 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
189 .TP
1287
df45bcd5d3ec *** empty log message ***
gabucino
parents: 1275
diff changeset
190 .B \-vo\ <driver>[:<device>]
1288
c311bfd737b1 fix subdriver stuff
arpi
parents: 1287
diff changeset
191 select video output driver and optinaly device. "device" is valid with
c311bfd737b1 fix subdriver stuff
arpi
parents: 1287
diff changeset
192 SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib).
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
193
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
194 you can get the list of available drivers executing
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
195 .I mplayer -vo help
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
196
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
197 .TP
1287
df45bcd5d3ec *** empty log message ***
gabucino
parents: 1275
diff changeset
198 .B \-ao\ <driver>[:<device>]
1288
c311bfd737b1 fix subdriver stuff
arpi
parents: 1287
diff changeset
199 select audio output driver and optinaly device. "device" is valid with
2099
gabucino
parents: 2084
diff changeset
200 SDL too, it means sub-driver then (for example: -vo sdl:esd).
1208
570b32414d1a reviewed for release
gabucino
parents: 1206
diff changeset
201
570b32414d1a reviewed for release
gabucino
parents: 1206
diff changeset
202 If using OSS, you can specify which sound device to use like this :
1288
c311bfd737b1 fix subdriver stuff
arpi
parents: 1287
diff changeset
203 -ao oss:/dev/dsp1 (replaces the old -dsp option)
986
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
204
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
205 you can get the list of available drivers executing
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
206 .I mplayer -ao help
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
207
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
208 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
209 .B \-vcd\ <track>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
210 play video cd track from device instead of plain file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
211 .TP
4635
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
212 .B \-cdrom-device\ <path\ to\ device>
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
213 override default CDROM drive name /dev/cdrom
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
214 .TP
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
215 .B \-nosound
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
216 don't play sound
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
217 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
218 .B \-fs
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
219 fullscreen playing (centers movie, and makes black
5020
41b864ac05f2 fullscreen with 'f' key
gabucino
parents: 4918
diff changeset
220 bands around it). Toggle it with the 'f' key (not all video
41b864ac05f2 fullscreen with 'f' key
gabucino
parents: 4918
diff changeset
221 outputs support it).
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
222 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
223 .B \-vm
2366
2df2a1c1c2dc *** empty log message ***
gabucino
parents: 2363
diff changeset
224 try to change to a different video mode. dga2, x11 (XF86VidMode) and sdl
2df2a1c1c2dc *** empty log message ***
gabucino
parents: 2363
diff changeset
225 output drivers support it.
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
226 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
227 .B \-zoom
2366
2df2a1c1c2dc *** empty log message ***
gabucino
parents: 2363
diff changeset
228 use software scaling, where available (use with -nofs). svga, x11, vesa
2df2a1c1c2dc *** empty log message ***
gabucino
parents: 2363
diff changeset
229 output drivers support it.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
230 .TP
2363
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
231 .B \-flip
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
232 flip image (useful for example for old Indeo codecs). Supported only(?)
2369
10a6a6535670 misinformation corrected
gabucino
parents: 2368
diff changeset
233 by the 'sdl' and 'x11' outputs.
2363
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
234 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
235 .B \-x\ <x>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
236 scale image to x width (if driver suppports)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
237 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
238 .B \-y\ <y>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
239 scale image to y height (if driver supports)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
240 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
241 .B \-sws\ <software\ scaler\ type>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
242 this option sets the quality (and speed, respectively) of the software scaler,
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
243 with the -zoom option. For example with x11 or other outputs which lack
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
244 hardware acceleration. Possible settings are :
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
245
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
246 0 - fast bilinear (default)
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
247 1 - bilinear
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
248 2 - bicubic (best quality)
4908
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
249 3 - ?
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
250 4 - nearest neighbor (bad quality)
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
251 5 - area averageing scaling support
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
252 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
253 .B \-xy\ <factor>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
254 scale image by <factor>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
255 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
256 .B \-autoq\ <quality>
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
257 dynamically changes the level of postprocess, depending on spare CPU time
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
258 available. The number you specify will be the maximum level used. Usually you
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
259 can use some big number. You may not use together with -pp but it's ok with
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
260 -npp !
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
261 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
262 .B \-ffactor\ <number>
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
263 resample alphamap of the font. Can be:
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
264
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
265 0 plain white fonts
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
266 0.75 very narrow black outline [default]
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
267 1 narrow black outline
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
268 10 bold black outline
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
269 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
270 .B \-sub\ <subtitle\ file>
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
271 use/display this subtitle file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
272 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
273 .B \-subfps\ <rate>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
274 specify frame/sec rate of subtitle file (float number)
521
8f86163f8dc3 *** empty log message ***
gabucino
parents: 484
diff changeset
275 (ONLY for frame-based SUB files, i.e. NOT MicroDVD format!)
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
276 (default: the same fps as the movie)
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
277 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
278 .B \-subdelay\ <sec>
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
279 delays subtitles by <sec> seconds. Can be negative.
1035
197fd410d982 *** empty log message ***
gabucino
parents: 1022
diff changeset
280 .TP
4086
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
281 .B \-vobsub\ <vobsub\ file\ without\ extention>
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
282 specify the VobSub files that are to be used for subtitle. This is
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
283 the full pathname without extensions, i.e. without the ".idx", ".ifo"
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
284 or ".sub".
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
285 .TP
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
286 .B \-vobsubid\ <vobsub\ subtitle\ id>
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
287 specify the VobSub subtitle id. Valid values range from 0 to 31.
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
288 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
289 .B \-osdlevel\ <level>
1037
2767682b85de *** empty log message ***
gabucino
parents: 1036
diff changeset
290 specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer)
2767682b85de *** empty log message ***
gabucino
parents: 1036
diff changeset
291 (default = 2)
1208
570b32414d1a reviewed for release
gabucino
parents: 1206
diff changeset
292 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
293 .B \-lircconf\ <config\ file>
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2664
diff changeset
294 specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc
1516
0053e6d0cda0 *** empty log message ***
gabucino
parents: 1500
diff changeset
295 .TP
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
296 .B \-v
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
297 enable verbose output (more -v means more verbosity)
1516
0053e6d0cda0 *** empty log message ***
gabucino
parents: 1500
diff changeset
298 .TP
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
299 .B \-quiet
1516
0053e6d0cda0 *** empty log message ***
gabucino
parents: 1500
diff changeset
300 display less output, status messages.
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
301 .TP
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
302 .B \-benchmark
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
303 used in combination with -nosound and -vo null for benchmarking.
1865
538b993b3518 -skin option
gabucino
parents: 1855
diff changeset
304 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
305 .B \-aspect <ratio>
2084
d7c9646d7075 *** empty log message ***
gabucino
parents: 1988
diff changeset
306 set aspect ratio of movies. It's autodetected on MPEG files, and can't be
d7c9646d7075 *** empty log message ***
gabucino
parents: 1988
diff changeset
307 autodetected on AVI files. Examples:
d7c9646d7075 *** empty log message ***
gabucino
parents: 1988
diff changeset
308
2167
c138a19bae77 hopp, fixed
gabucino
parents: 2154
diff changeset
309 -aspect 4:3 or -aspect 1.3333
c138a19bae77 hopp, fixed
gabucino
parents: 2154
diff changeset
310 -aspect 16:9 or -aspect 1.7777
2084
d7c9646d7075 *** empty log message ***
gabucino
parents: 1988
diff changeset
311
2110
ab7b6c1e0e1b added -monitoraspect
gabucino
parents: 2099
diff changeset
312 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
313 .B \-monitoraspect <ratio>
2110
ab7b6c1e0e1b added -monitoraspect
gabucino
parents: 2099
diff changeset
314 set aspect ratio of your screen. Examples:
ab7b6c1e0e1b added -monitoraspect
gabucino
parents: 2099
diff changeset
315
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2207
diff changeset
316 -monitoraspect 4:3 or 1.3333
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2207
diff changeset
317 -monitoraspect 16:9 or 1.7777
2110
ab7b6c1e0e1b added -monitoraspect
gabucino
parents: 2099
diff changeset
318
2664
f23882410024 decreasing my todo list
gabucino
parents: 2561
diff changeset
319 .TP
f23882410024 decreasing my todo list
gabucino
parents: 2561
diff changeset
320 .B \-playlist <file>
4908
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
321 play files according to this filelist (1 file/row or Winamp or ASX format).
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
322 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
323 .B \-ss\ <time>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
324 seek to given time position. For example :
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
325
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
326 -ss 56 seeks to 56 seconds
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
327 -ss 01:10:00 seeks to 1 hour 10 min
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
328
3566
92b3028b10f3 err... minor fixes/additions
gabucino
parents: 3488
diff changeset
329 .TP
92b3028b10f3 err... minor fixes/additions
gabucino
parents: 3488
diff changeset
330 .B \-loop\ <num>
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
331 loops movie playback <num> times. 0 means forever.
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
332 .TP
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
333 .B \-mixer\ <device>
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
334 this option will tell MPlayer to use a different device for mixing than
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
335 /dev/mixer.
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
336 .TP
4918
8e6ccd3e5325 -master is obsoleted
gabucino
parents: 4908
diff changeset
337 .B \-master
8e6ccd3e5325 -master is obsoleted
gabucino
parents: 4908
diff changeset
338 obsoleted option, use Software audio mixer plugin instead (see DOCS).
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
339 .TP
3927
b8e0fee75aec some fixes
gabucino
parents: 3912
diff changeset
340 .B \-tv\ <suboptions>
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
341 this option enables the TV grabbing feature of MPlayer. For complete
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3721
diff changeset
342 documentation, please see documentation.html chapter 2.5
3912
gabucino
parents: 3856
diff changeset
343 .TP
gabucino
parents: 3856
diff changeset
344 .B \-rootwin
gabucino
parents: 3856
diff changeset
345 play movie in the root window (desktop background) instead of opening
gabucino
parents: 3856
diff changeset
346 a new one. Works only with the xv and xmga drivers.
4066
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
347 .TP
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
348 .B \-font\ <path\ to\ font.desc\ file>
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
349 search for the OSD/SUB fonts in an alternative directory (default :
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
350 ~/.mplayer/font/font.desc). For example:
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
351
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
352 -font ~/.mplayer/arial-14/font.desc
4908
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
353 .TP
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
354 .B \-conf\ <path\ to\ input.conf\ file>
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
355 get input bindings from an alternative input.conf file (default :
9b2b09d3ff8b strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents: 4776
diff changeset
356 ~/.mplayer/input.conf).
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
357 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
358 .SH "ADVANCED OPTIONS"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
359 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
360 .I NOTE
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
361 These options can help you solve your particular problem.. Also, see the
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
362 documentation !
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
363 .TP
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
364 .B \-vc <name>
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
365 force usage of a specific video codec, according to its name in codecs.conf,
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
366 for example :
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
367
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
368 -vc divx use VFW DivX codec
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
369 -vc divxds use DirectShow DivX codec
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
370 -vc ffdivx use libavcodec's DivX codec
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
371 -vc ffmpeg12 use libavcodec's MPEG1/2 codec
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
372 -vc divx4 use ProjectMayo's DivX codec
1988
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
373
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
374 See '-vc help' for FULL list !
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
375 .TP
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
376 .B \-ac <name>
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
377 force usage of a specific audio codec, according to its name in codecs.conf,
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
378 for example :
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
379
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
380 -ac mp3 use libmp3 MP3 codec
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
381 -ac mp3acm use l3codeca.acm MP3 codec
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
382 -ac ac3 use AC3 codec
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
383 -ac hwac3 enable Hardware AC3 passthrough
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
384 (see documentation)
1855
ac02aa845e01 *** empty log message ***
gabucino
parents: 1851
diff changeset
385 -ac vorbis use libvorbis
1931
33a6314a43d9 added ffmp3
gabucino
parents: 1917
diff changeset
386 -ac ffmp3 use ffmpeg's MP3 decoder (SLOW)
1988
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
387
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
388 See '-ac help' for FULL list !
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
389 .TP
3222
71a3d16f344f hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents: 2848
diff changeset
390 .B \-vfm <1-12>
1380
2695d7fdba46 *** empty log message ***
gabucino
parents: 1377
diff changeset
391 force usage of a specific codec FAMILY, and FALLBACK to default if failed.
1377
bde3559c97f0 -vfm updated
gabucino
parents: 1364
diff changeset
392 For example:
1364
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
393
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
394 -vfm 2 use VFW (Win32) codecs
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
395 -vfm 3 use OpenDivX/DivX4 codec (YV12)
1380
2695d7fdba46 *** empty log message ***
gabucino
parents: 1377
diff changeset
396 (same as -vc odivx but fallback)
1364
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
397 -vfm 4 use DirectShow (Win32) codecs
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
398 -vfm 5 use libavcodec codecs
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
399 -vfm 7 use DivX4 codec (YUY2)
1380
2695d7fdba46 *** empty log message ***
gabucino
parents: 1377
diff changeset
400 (same as -vc divx4 but fallback)
2408
2453b4af2661 uptodate, baby!
gabucino
parents: 2369
diff changeset
401 -vfm 10 use XAnim codecs
1377
bde3559c97f0 -vfm updated
gabucino
parents: 1364
diff changeset
402
1988
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
403 See -vc help for FULL list !
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
404
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
405 .I NOTE:
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
406 if libdivxdecore support was compiled in, then type 3 and 7 now contains
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
407 just the same DivX4 codec, but different APIs to reach it. For difference
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
408 between them and when to use which, check the DivX4 section in the
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
409 documentation.
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
410 .TP
3222
71a3d16f344f hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents: 2848
diff changeset
411 .B \-afm <1-12>
1363
7203fb5ec26a -vfm -afm -vc -ac
gabucino
parents: 1288
diff changeset
412 force usage of a specific audio format. For example:
1364
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
413
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
414 -afm 1 use libmp3 (mp2/mp3, but not mp1)
1364
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
415 -afm 2 suppose raw PCM audio
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
416 -afm 3 use libac3
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
417 -afm 4 use a matching Win32 codec
b511c6c5642d *** empty log message ***
gabucino
parents: 1363
diff changeset
418 -afm 5 use aLaw/uLaw driver
1855
ac02aa845e01 *** empty log message ***
gabucino
parents: 1851
diff changeset
419 -afm 10 use libvorbis
2251
d6456c4160c2 *** empty log message ***
gabucino
parents: 2240
diff changeset
420 -afm 11 use ffmpeg's MP3 decoder (even mp1)
1988
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
421
f21bf0842a55 reviewed for release : round 2
gabucino
parents: 1932
diff changeset
422 See -ac help for FULL list !
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
423 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
424 .B \-sb\ <byte\ position>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
425 seek to byte position
1206
e9138e79ca69 *** empty log message ***
gabucino
parents: 1165
diff changeset
426 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
427 .B \-bpp\ <depth>
2363
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
428 use different color depth than autodetect. Not all -vo drivers support
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
429 it (fbdev, dga2, svga, vesa).
e87cbb7db151 some options previously forgot :(
gabucino
parents: 2362
diff changeset
430 .TP
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
431 .B \-pp\ <quality> (see -npp option too !)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
432 apply postprocess filter on decoded image
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
433
4066
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
434 Postprocessing effect depends on the codec and works only for MPEG1/2,
b57295270712 -font added, -pp updated
gabucino
parents: 3953
diff changeset
435 libavcodec codecs (ff*). It doesn't work for Win32/XAnim codecs.
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
436
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
437 This is the numerical mode to use postprocessing. The '-npp' option described
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
438 below has the same effects but with letters. To have several filters at the
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
439 same time, simply add the hexadecimal values.
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
440
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
441 .I EXAMPLE:
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
442 The following values are known to give good results:
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
443 \-pp 0x20000 <=> \-npp lb (deinterlacing - for DVD/MPEG2 playback e.g.)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
444 \-pp 0x7f <=> \-npp hb,vb,dr,al (smooth the images)
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
445 .TP
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
446 .B \-npp\ <options>
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
447 This option allows to give more litterate options for postprocessing, and is
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
448 another way of calling it (not with -pp).
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
449
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
450 .I EXAMPLE:
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
451 '-pp 0x2007f' <=> '-npp hb,vb,dr,al,lb'
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
452 '-pp 0x7f' <=> '-npp hb,vb,dr,al'
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
453
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
454 The options for -npp are a coma separated list of the keywords below:
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
455 help : display the options available and exit MPlayer
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
456 de or default : hdeblock:a,vdeblock:a,
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
457 dering:a,autolevels,tmpnoise:a:150:200:400
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
458 fa or fast : x1hdeblock:a,x1vdeblock:a,
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
459 dering:a,autolevels,tmpnoise:a:150:200:400
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
460 hb or hdeblock : horizontal deblocking filter
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
461 (luminance: 0x2 chrominance: 0x20)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
462 + 1st threshold : default is 1, higher means stronger deblocking
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
463 + 2nd threshold : default is 40, lower means stronger deblocking
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
464 vb or vdeblock : vertical deblocking filter
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
465 (luminance: 0x1 chrominance: 0x10)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
466 + 2 thresholds : shared with hdeblock thresholds
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
467 hr or rkhdeblock : Ramkishor & Karandikar's horizontal deblock
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
468 filter (0x1000)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
469 vr or rkvdeblock : R&K's vertical deblock filter (0x100)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
470 h1 or x1hdeblock : x1 horizontal deblock filter (0x2000)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
471 v1 or x1vdeblock : y1 horizontal deblock filter (0x200)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
472 dr or dering : dering
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
473 (luminance: 0x4 chrominance: 0x40)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
474 al or autolevels : auto brightness/contrast correction (0x8)
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
475 lb or linblenddeint : linear blend deinterlacing (0x20000)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
476 li or linipoldeint : linear interpolation deinterlacing (0x10000)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
477 ci or cubicipoldeint : cubic interpolation deinterlacing (0x40000)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
478 md or mediandeint : median deinterlacing (0x80000)
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
479 tn or tmpnoise : temporal noise reducer (0x100000)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
480 + 3 thresholds : t1 <= t2 <= t3 (larger means stronger filtering)
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
481 fq or forcequant : force quantizer [for low-quality movies
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
482 reencoded at high bitrates] (0x200000)
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
483
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
484 These keywords accept a '-' prefix to disable the option.
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
485
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
486 .I EXAMPLE:
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
487 '-npp de,-al' means 'default filters without brightness/contrast correction'
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
488
4531
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
489 A ':' followed by a letter may be appended to the option to indicate its
1736cd920aa4 applied pl's patch (sorry, overlooked it previously.. and procmailrc
gabucino
parents: 4502
diff changeset
490 scope:
3809
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
491 a : automatically switches the filter off if the cpu is too slow
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
492 c : do chrominance filtering too
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
493 y : do not do chrominance filtering (that is only luminance filtering)
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
494
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
495 Each filter defaults to 'c' (chrominance).
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
496
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
497 .I EXAMPLE:
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
498 '-npp de,tn:1:2:3' means 'enable default filters & temporal denoiser'
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
499 '-npp hb:y,vb:a -autoq 6' means 'deblock horizontal only luminance, and
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
500 automatically switch vertical deblocking on/off depending on available
0a7e95f17d3c applied pl's new patch (-pp and -npp)
gabucino
parents: 3799
diff changeset
501 cpu time'
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
502 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
503 .B \-slave
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
504 This option switches on slave mode. This is intended for use
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
505 of MPlayer as a backend to other programs. Instead of intercepting keyboard
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
506 events, MPlayer will read simplistic command lines from its stdin.
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
507 See section
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
508 .B SLAVE MODE PROTOCOL
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
509 for the syntax.
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
510 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
511 .B \-abs\ <bytes>
1917
970e92b85f81 minor additions/fixes
gabucino
parents: 1898
diff changeset
512 sound card audio buffer size (in bytes, default: measuring)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
513 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
514 .B \-delay\ <secs>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
515 audio delay in seconds (may be +/- float value)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
516 .TP
2099
gabucino
parents: 2084
diff changeset
517 .B \-nobps
gabucino
parents: 2084
diff changeset
518 don't use avg. byte/sec value for A-V sync (AVI)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
519 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
520 .B \-aid\ <id>
2256
6d7cbea82f59 this is a noname commit
gabucino
parents: 2251
diff changeset
521 select audio channel [MPG: 0-31 AVI: 1-99 ASF: 0-127 VOB: 128-...]
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
522 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
523 .B \-vid\ <id>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
524 select video channel [MPG: 0-15 AVI: -- ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
525 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
526 .B \-fps\ <value>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
527 force frame rate (if value is wrong in the header) (float number)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
528 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
529 .B \-mc\ <seconds/5frame>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
530 maximum sync correction per 5 frames (in seconds)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
531 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
532 .B \-ni
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
533 force usage of non-interleaved AVI parser (fixes playing
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
534 of some bad AVI files)
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
535 .TP
2099
gabucino
parents: 2084
diff changeset
536 .B \-include configfile
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
537 specify config file to be parsed after the default
532
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
538 .TP
3949
2a114488e3ca zlib range 0-8 -> 0-9
arpi
parents: 3943
diff changeset
539 .B \-z\ <0-9>
532
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
540 specifies compression level for PNG output
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
541 0 : no compression
3949
2a114488e3ca zlib range 0-8 -> 0-9
arpi
parents: 3943
diff changeset
542 9 : max compression
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
543 .TP
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
544 .B \-idx
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
545 rebuilds INDEX of the AVI, thus allowing seeking. Useful with broken/incomplete
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
546 downloads, or badly created AVIs.
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
547 .TP
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
548 .B \-noidx
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
549 disregards INDEX of the AVI. Useful for files with broken index (desyncs, etc).
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
550 Seeking will NOT be possible. You can fix the index permanently
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
551 with MEncoder, see the documentation.
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
552 .TP
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
553 .B \-forceidx
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
554 force rebuilding of INDEX. Useful for files with broken index (desyncs, etc).
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
555 Seeking will be possible. You can fix the index permanently with
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4663
diff changeset
556 MEncoder, see the documentation.
629
d65cc6099f49 last minute changes
gabucino
parents: 574
diff changeset
557 .TP
d65cc6099f49 last minute changes
gabucino
parents: 574
diff changeset
558 .B \-nodshow
630
5177e1ef2943 *** empty log message ***
gabucino
parents: 629
diff changeset
559 disables usage of DirectShow video codecs
646
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
560 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
561 .B \-noxv (SDL only)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
562 disable XVideo hardware acceleration
646
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
563 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
564 .B \-forcexv (SDL only)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
565 force using XVideo
791
d84618453249 -dumpaudio option added
gabucino
parents: 790
diff changeset
566 .TP
d84618453249 -dumpaudio option added
gabucino
parents: 790
diff changeset
567 .B \-dumpaudio
793
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
568 writes audio stream of the file to ./stream.dump (mostly usable
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
569 with mpeg/ac3)
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
570 .TP
3371
45865d6538a1 -dumpstream added
gabucino
parents: 3322
diff changeset
571 .B \-dumpstream
45865d6538a1 -dumpstream added
gabucino
parents: 3322
diff changeset
572 dumps the file to ./stream.dump . Useful for example
45865d6538a1 -dumpstream added
gabucino
parents: 3322
diff changeset
573 when ripping from DVD.
45865d6538a1 -dumpstream added
gabucino
parents: 3322
diff changeset
574 .TP
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
575 .B \-noframedrop
1160
551daf7cb126 *** empty log message ***
gabucino
parents: 1153
diff changeset
576 no frame dropping : every frame is played, audio and video may be out of
551daf7cb126 *** empty log message ***
gabucino
parents: 1153
diff changeset
577 sync (default)
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
578 .TP
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
579 .B \-framedrop
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
580 frame dropping : decode all frames, video may skip
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
581 .TP
1151
20612a4399d8 - reflect changes as to -(no)double and -lircconfig
acki2
parents: 1140
diff changeset
582 .B \-nodouble
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
583 disables doublebuffering.
1151
20612a4399d8 - reflect changes as to -(no)double and -lircconfig
acki2
parents: 1140
diff changeset
584 With the DGA driver this also disables OSD support but yields some speed gain.
20612a4399d8 - reflect changes as to -(no)double and -lircconfig
acki2
parents: 1140
diff changeset
585 .TP
822
6e7af9d3087b -dvdkey
gabucino
parents: 802
diff changeset
586 .B \-dvdkey key
6e7af9d3087b -dvdkey
gabucino
parents: 802
diff changeset
587 key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
588 (this is NOT for DVD playing! For DVD use the -dvd option!)
868
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
589 .TP
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
590 .B \-stereo mode
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3423
diff changeset
591 select type of MP2/MP3 stereo output.
868
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
592
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
593 Stereo 0
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
594 Left channel 1
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
595 Right channel 2
3239
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
596 .TP
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
597 .B \-channels n
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
598 select number of audio output channels to be used
868
5999c2c91500 *** empty log message ***
gabucino
parents: 822
diff changeset
599
3239
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
600 Stereo 2
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
601 Surround 4
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
602 Full 5.1 6
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
603
ef38487113b1 "Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents: 3222
diff changeset
604 Currently this option is only honoured for AC3 audio.
986
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
605 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
606 .B \-srate <Hz>
986
fadb8eeff7a8 commitus interruptus
gabucino
parents: 962
diff changeset
607 specifies Hz to playback audio on. Has effect on playback speed!
1036
537875fdcf16 *** empty log message ***
gabucino
parents: 1035
diff changeset
608 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
609 .B \-config <config\ file>
1036
537875fdcf16 *** empty log message ***
gabucino
parents: 1035
diff changeset
610 specifies where to search for config file
1071
29b5ada1ec4c *** empty log message ***
gabucino
parents: 1037
diff changeset
611 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
612 .B \-display <name>
1071
29b5ada1ec4c *** empty log message ***
gabucino
parents: 1037
diff changeset
613 specify the hostname and display number of the X server you want
29b5ada1ec4c *** empty log message ***
gabucino
parents: 1037
diff changeset
614 to display on. For example : -display xtest.localdomain:0
1072
3152b1d7dfb8 *** empty log message ***
gabucino
parents: 1071
diff changeset
615 .TP
4389
94f9cef44fdb kapja be aki hosszu opciokat szeret
gabucino
parents: 4155
diff changeset
616 .B \-xineramascreen <screen number>
4090
853322325bb9 blah. fixes.
gabucino
parents: 4086
diff changeset
617 in Xinerama configurations (i.e. a single desktop that spans across multiple
853322325bb9 blah. fixes.
gabucino
parents: 4086
diff changeset
618 displays) this option tells MPlayer which screen to display movie on. Range
4155
7c0b4665668d by koth
gabucino
parents: 4090
diff changeset
619 0 - ...
4090
853322325bb9 blah. fixes.
gabucino
parents: 4086
diff changeset
620 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
621 .B \-wid\ <window\ id>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
622 This tells MPlayer to use a X11 window, which is useful to embed MPlayer in a
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
623 browser (with the plugger extension for instance)
4069
a773fa0a9c4c fixes (by pl's mail)
gabucino
parents: 4066
diff changeset
624 .TP
1072
3152b1d7dfb8 *** empty log message ***
gabucino
parents: 1071
diff changeset
625 .B \-unicode
1389
883a67f743e5 *** empty log message ***
gabucino
parents: 1380
diff changeset
626 tells MPlayer to handle the subtitle file as UNICODE.
1072
3152b1d7dfb8 *** empty log message ***
gabucino
parents: 1071
diff changeset
627 Contrary: -nounicode
1206
e9138e79ca69 *** empty log message ***
gabucino
parents: 1165
diff changeset
628 .TP
1389
883a67f743e5 *** empty log message ***
gabucino
parents: 1380
diff changeset
629 .B \-utf8
883a67f743e5 *** empty log message ***
gabucino
parents: 1380
diff changeset
630 tells MPlayer to handle the subtitle file as UTF8.
883a67f743e5 *** empty log message ***
gabucino
parents: 1380
diff changeset
631 .TP
1273
17c13bef14f4 -fsmode
gabucino
parents: 1247
diff changeset
632 .B \-fsmode\ mode
17c13bef14f4 -fsmode
gabucino
parents: 1247
diff changeset
633 This option workarounds some problems when using specific windowmanagers and
17c13bef14f4 -fsmode
gabucino
parents: 1247
diff changeset
634 fullscreen mode. If you experience fullscreen problems, try changing this
17c13bef14f4 -fsmode
gabucino
parents: 1247
diff changeset
635 value between 0 and 7.
1500
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
636
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
637 -fsmode 0 new method
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
638 -fsmode 1 ICCCWM patch
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
639 (for KDE2/icewm)
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
640 -fsmode 2 old method
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
641 -fsmode 3 ICCCWM patch
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
642 plus Motif method
1479
fc0fece9e83d *** empty log message ***
gabucino
parents: 1389
diff changeset
643 .TP
fc0fece9e83d *** empty log message ***
gabucino
parents: 1389
diff changeset
644 .B \-frames\ number
fc0fece9e83d *** empty log message ***
gabucino
parents: 1389
diff changeset
645 MPlayer plays <number> frames, then quits.
1500
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
646 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
647 .B \-fb\ <device> (FBdev or DirectFB only)
1500
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
648 Specifies the framebuffer device to use. By default it uses /dev/fb0 .
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
649 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
650 .B \-fbmode\ <modename> (FBdev only)
1500
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
651 Change videomode to the one that is labelled as <modename> in /etc/fb.modes .
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
652 .TP
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
653 .I NOTE
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
654 VESA framebuffer doesn't support mode changing.
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
655 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
656 .B \-fbmodeconfig\ <filename> (FBdev only)
1500
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
657 Use this config file instead of the default /etc/fb.modes .
526047bdda07 *** empty log message ***
gabucino
parents: 1493
diff changeset
658 Only valid for the fbdev driver.
2207
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
659 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
660 .B \-monitor_hfreq <horizontal frequency range> (FBdev only)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
661 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
662 .B \-monitor_vfreq <vertical frequency range> (FBdev only)
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
663 .TP
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
664 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (FBdev only)
3927
b8e0fee75aec some fixes
gabucino
parents: 3912
diff changeset
665 Look into etc/example.conf for further information and in DOCS/video.html.
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
666 .TP
2207
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
667 .B \-subcp\ codepage
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
668 If your system supports iconv(3), you can use this option to
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
669 specify codepage of the subtitle. Examples:
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
670
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
671 -subcp latin2
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
672 -subcp cp1250
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
673
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
674 .TP
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
675 .B \-dumpmpsub
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
676 Convert the given subtitle (specified with the -sub switch) to MPlayer's
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
677 subtitle format, MPsub. Dumps a dump.mpsub file to current directory.
2362
30888dcf8bf0 -screenw -screenh -cache added
gabucino
parents: 2361
diff changeset
678 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
679 .B \-screenw\ <pixels>
2368
e03d8f0e2515 changed functionality means changed definition.
gabucino
parents: 2366
diff changeset
680 If you use an output driver which can't know the resolution of the screen
4663
b89a0b928fd0 obladi-oblada
gabucino
parents: 4636
diff changeset
681 (fbdev/x11 and/or TVout) this is where you can specify the horizontal
2368
e03d8f0e2515 changed functionality means changed definition.
gabucino
parents: 2366
diff changeset
682 resolution.
2362
30888dcf8bf0 -screenw -screenh -cache added
gabucino
parents: 2361
diff changeset
683 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
684 .B \-screenh\ <pixels>
2368
e03d8f0e2515 changed functionality means changed definition.
gabucino
parents: 2366
diff changeset
685 If you use an output driver which can't know the resolution of the screen
4663
b89a0b928fd0 obladi-oblada
gabucino
parents: 4636
diff changeset
686 (fbdev/x11 and/or TVout) this is where you can specify the vertical
2368
e03d8f0e2515 changed functionality means changed definition.
gabucino
parents: 2366
diff changeset
687 resolution.
2362
30888dcf8bf0 -screenw -screenh -cache added
gabucino
parents: 2361
diff changeset
688 .TP
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
689 .B \-cache\ <kbytes>
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
690 This option specifies how much memory to use when precaching a file/URL.
2561
2bbe67807bb0 *** empty log message ***
gabucino
parents: 2408
diff changeset
691 Especially useful on slow media. Default is off.
3942
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
692 .TP
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
693 .B \-softsleep
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
694 uses high quality software timers. Efficient as the RTC, doesn't need root,
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
695 but requires more CPU.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
696 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
697 .SH "ALPHA/BETA CODE"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
698 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
699 .I NOTE
2251
d6456c4160c2 *** empty log message ***
gabucino
parents: 2240
diff changeset
700 These are included in this manpage just for completeness! These may or may NOT
d6456c4160c2 *** empty log message ***
gabucino
parents: 2240
diff changeset
701 work! If you don't know what are these, you DON'T need these! In either case,
d6456c4160c2 *** empty log message ***
gabucino
parents: 2240
diff changeset
702 double-check the documentation !
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
703 .TP
793
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
704 .B \-dumpvideo
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
705 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable)
3942
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
706 .TP
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
707 .B \-dapsync
61d5885e01f3 ah. many small updates again
gabucino
parents: 3927
diff changeset
708 use alternative A/V sync method. Where is it useful?
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
709 .IP
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
710 .SH KEYBOARD CONTROL
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
711 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
712 .I NOTE
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
713 These keys may/may not work, depending on your video output driver.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
714 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
715 <- or -> seek backward/forward 10 seconds
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
716
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
717 up or down seek backward/forward 1 minute
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
718
1578
f4a389d07c5b *** empty log message ***
gabucino
parents: 1556
diff changeset
719 pgup/pgdown seek backward/forward 10 minutes
f4a389d07c5b *** empty log message ***
gabucino
parents: 1556
diff changeset
720
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
721 p or SPACE pause movie (press any key)
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
722
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
723 q or ESC stop playing and quit program
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
724
962
2d789c135fd7 *** empty log message ***
gabucino
parents: 948
diff changeset
725 + or - adjust audio delay by +/- 0.1 second
389
d19a6cf1c2e3 some typos corrected
gabucino
parents: 224
diff changeset
726
454
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
727 / or * decrease/increase volume
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
728
5020
41b864ac05f2 fullscreen with 'f' key
gabucino
parents: 4918
diff changeset
729 f toggle fullscreen
41b864ac05f2 fullscreen with 'f' key
gabucino
parents: 4918
diff changeset
730
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
731 o toggle OSD: none / seek / seek+timer
474
5bf4b70bd66a some options fixed
gabucino
parents: 472
diff changeset
732
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
733 m toggle using master/pcm volume
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
734
948
7f32481f3b4e z/x , FAST_OSD in config.h
gabucino
parents: 943
diff changeset
735 z or x adjust subtitle delay by +/- 0.1 second
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
736
4502
4b6bd6ab438a Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticed
gabucino
parents: 4498
diff changeset
737 (the following keys are valid only when using -vo xv OR -vo [vesa|fbdev]:vidix
4b6bd6ab438a Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticed
gabucino
parents: 4498
diff changeset
738 OR -vo xvidix OR -vc divxds. The latter is slow!)
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
739
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
740 1 or 2 adjust contrast
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
741
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
742 3 or 4 adjust brightness
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
743
1702
315be3fa9daf *** empty log message ***
gabucino
parents: 1578
diff changeset
744 5 or 6 adjust hue
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
745
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
746 7 or 8 adjust saturation
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
747
3423
a01b322bab55 btw, post-happy "santa claus" to all ;)
gabucino
parents: 3371
diff changeset
748 .IP
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
749 .SH SLAVE MODE PROTOCOL
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
750 If the -slave switch is given, playback is controlled by a
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
751 line-based protocol with the following tokens:
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
752 .TP
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
753 stop pause playback
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
754
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
755 play resume playback
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
756
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
757 seek <NUM> continue at second NUM
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
758
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
759 skip <NUM> skip NUM seconds (may be negative)
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
760
3793
8db5331d97a4 applied many interesting things from pl's patch, by hand
gabucino
parents: 3774
diff changeset
761 quit exit MPlayer
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
762
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
763 .IP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
764 .SH FILES AND DIRECTORIES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
765 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
766 .I CONFIG FILES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
767 Settings are stored system-wide in the /etc/mplayer.conf file,
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
768 and per-user in $HOME/.mplayer/config. The directory
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
769 $HOME/.mplayer and the 'config' are created if doesn't exist.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
770 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
771 .I FONTS
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
772 Fonts are searched in $HOME/.mplayer/font. There must be a font.desc
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
773 file, and files with .RAW extension.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
774 .TP
224
725e31b1c94b minor correction
gabucino
parents: 222
diff changeset
775 .I SUBTITLE FILES
4086
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
776 MPlayer currently supports 10 subtitle formats : MicroDVD, SubRip, unnamed,
8c17a3991238 vobsub documented
gabucino
parents: 4069
diff changeset
777 SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, VobSub, and our own: MPsub.
899
f51b1ad62410 *** empty log message ***
gabucino
parents: 868
diff changeset
778 Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi)
f51b1ad62410 *** empty log message ***
gabucino
parents: 868
diff changeset
779 /mnt/cdrom/movie.sub
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
780 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA)
899
f51b1ad62410 *** empty log message ***
gabucino
parents: 868
diff changeset
781 $HOME/.mplayer/sub/movie.sub
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
782 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA)
899
f51b1ad62410 *** empty log message ***
gabucino
parents: 868
diff changeset
783 $HOME/.mplayer/default.sub
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
784 .IP
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
785 .SH "EXAMPLES"
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
786 .B Quickstart DVD playing
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
787 mplayer -dvd 1
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
788 .TP
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
789 .B Play only chapters 5, 6, 7
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
790 mplayer -dvd 1 -chapter 5-7
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
791 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
792 .B Multiangle DVD playing
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
793 mplayer -dvd 1 -dvdangle 2
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
794 .TP
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
795 .B Playing from a different DVD device
4635
39257161a2f7 added -dvd-device and -cdrom-device
gabucino
parents: 4531
diff changeset
796 mplayer -dvd 1 -dvd-device /dev/dvd2
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
797 .TP
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
798 .B Stream from HTTP
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
799 mplayer http://mplayer.hq/example.avi
2207
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
800 .TP
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
801 .B Convert subtitle to MPsub (to ./dump.mpsub)
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
802 mplayer dummy.avi -sub source.sub -dumpmpsub
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
803 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
804 .SH BUGS
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
805 Probably. Check the documentation.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
806
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
807 Bugreports should be addressed to the MPlayer-users mailing list
2130
023ec427ef79 lastminute fixes, de ugyis bugos mind :)
gabucino
parents: 2110
diff changeset
808 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
809 (which we love to receive!), please double-check the bugreports.html, and
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
810 tell us all that we need to know to identify your problem.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
811
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
812 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
813 .SH AUTHORS
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
814 Check documentation !
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
815
3953
0e22f7d7f67d (C) 2001 -> 2002
gabucino
parents: 3949
diff changeset
816 MPlayer is (C) 2000-2002
3856
gabucino
parents: 3809
diff changeset
817 .I Arpad Gereoffy <sendmail@to.mplayer-users>
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
818
2251
d6456c4160c2 *** empty log message ***
gabucino
parents: 2240
diff changeset
819 This manpage is written and maintained by
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
820 .I Gabucino .
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
821 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
822 .SH STANDARD DISCLAIMER
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2664
diff changeset
823 Use only at your own risk! There may be errors and inaccuracies that could
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
824 be damaging to your system or your eye. Proceed with caution, and although
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
825 this is highly unlikely, the author doesn't take any responsibility for that!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
826 .\" end of file