annotate DOCS/mplayer.1 @ 472:a25ba0fd865e

commiting yesterday's changes that accidently lost ;(((
author gabucino
date Mon, 16 Apr 2001 06:55:31 +0000
parents f8fa7c820568
children 5bf4b70bd66a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1 .\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
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 .\" Manpage v1.1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 .\"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 .TH MPlayer 0.11
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 .SH NAME
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7 mplayer \- Movie Player for Linux
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 .SH SYNOPSIS
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9 .B mplayer
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10 .RB [ \-vo\ output\ driver ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 .RB [ \-vcd\ track\ number ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 .RB [ \-sb\ byte\ position ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13 .RB [ \-nosound\ ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
14 .RB [ \-abs\ seconds ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
15 .RB [ \-delay\ secs ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
16 .RB [ \-bps\ value ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
17 .RB [ \-noalsa\ ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
18 .RB [ \-aid\ id ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
19 .RB [ \-vid\ id ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
20 .RB [ \-fps\ rate ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
21 .RB [ \-mc\ seconds/5f ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
22 .RB [ \-afm\ audio\ decoder ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
23 .RB [ \-fs\ ]
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
24 .RB [ \-vm\ ]
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
25 .RB [ \-zoom\ ]
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
26 .RB [ \-x\ x ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
27 .RB [ \-y\ y ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
28 .RB [ \-xy\ factor ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
29 .RB [ \-dsp\ device ]
45
6f430f66dcd7 Postprocess switch changed to -pp
gabucino
parents: 40
diff changeset
30 .RB [ \-pp\ quality ]
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
31 .RB [ \-include\ configfile ]
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
32 .RB [ \-ffactor\ number ]
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
33 .RB [ \-sub\ file ]
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
34 .RB [ \-subfps\ rate ]
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
35 .I file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
36 .PP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
37 .SH DESCRIPTION
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
38 .I mplayer
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
39 Yes. Yet another movie player for linux.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
40 What is the special with this? It works, at least for me :)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
41 I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN,
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
42 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
43 special files or with audio/video sync. Most of them is unable to play
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
44 both mpeg1, mpeg2 and avi (DivX) files. Many players have image quality
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
45 or speed problems too. So I've decided to write/modify one...
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
46 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
47 .SH "GENERAL OPTIONS"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
48 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
49 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
50 MPlayer works out-of-the-box, so you generally don't have to mess with
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
51 any options.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
52 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
53 .BI \-vo\ output\ driver
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
54 select output driver
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
55
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
56 you can get the list of available drivers executing
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
57 .I mplayer -vo help
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
58
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
59 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
60 .BI \-vcd\ track
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
61 play video cd track from device instead of plain file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
62 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
63 .BI \-nosound
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
64 don't play sound
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
65 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
66 .B \-fs
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
67 fullscreen playing (centers movie, and makes black
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
68 bands around it)
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
69 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
70 .B \-vm
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
71 use XF86VidMode extension for mode changing
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
72 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
73 .B \-zoom
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
74 use software scaling, where available
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
75 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
76 .B \-x\ x
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
77 scale image to x width [if driver suppports!]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
78 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
79 .B \-y\ y
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
80 scale image to y height
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
81 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
82 .B \-xy\ factor
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
83 scale image by <factor>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
84 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
85 .B \-dsp\ device
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
86 select another DSP output device
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
87 .TP
45
6f430f66dcd7 Postprocess switch changed to -pp
gabucino
parents: 40
diff changeset
88 .B \-pp\ quality
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
89 apply postprocess filter on decoded image.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
90 You need a STRONG CPU in order to use this!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
91 The supported formats and settings are:
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
92
181
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
93 MPEG 1/2 0 (none), 1, 3, 7, 15, 31, 63
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
94 OpenDivX 0 (none), 1, 3, 7, 15, 31, 63
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
95 DivX 0 (none), 1, 2, 3, 4
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
96
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
97 .I NOTE
52
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
98 Maybe less/more.
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
99
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
100 .I NOTE
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
101 You can use this with OpenDivX encoding too! See ALPHA/BETA CODE section.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
102 .TP
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
103 .B \-ffactor\ number
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
104 resample alphamap of the font. Can be:
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
105
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
106 0 plain white fonts
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
107 0.75 very narrow black outline [default]
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
108 1 narrow black outline
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
109 10 bold black outline
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
110 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
111 .B \-sub\ file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
112 use/display this subtitle file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
113 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
114 .B \-subfps\ rate
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
115 specify frame/sec rate of subtitle file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
116 (default: the same as the movie)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
117 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
118 .SH "ADVANCED OPTIONS"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
119 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
120 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
121 These options can help you solve your particular problem.. Also, see the DOCS!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
122 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
123 .B \-afm <1-5>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
124 force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
125
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
126 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
127 With DivX AVIs with MP3 audio, you can choose whether to use MP3LIB (option 1),
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
128 or Win32 DLL l3codeca.acm (option 4) (default). On CPUs with the 3DNow!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
129 instruction set, the first gives more performance. Your mileage may vary.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
130 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
131 .BI \-sb\ position
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
132 seek to byte position
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
133 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
134 .BI \-abs\ bytes
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
135 audio buffer size (in bytes, default: measuring)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
136 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
137 .B \-delay\ secs
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
138 audio delay in seconds (may be +/- float value)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
139 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
140 .B \-bps
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
141 use avg. byte/sec value for A-V sync (AVI)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
142 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
143 .B \-noalsa
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
144 disable timing code
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
145 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
146 .B \-aid\ id
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
147 select audio channel [MPG: 0-31 AVI: 1-99]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
148 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
149 .B \-vid\ id
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
150 select video channel [MPG: 0-15 AVI: -- ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
151 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
152 .B \-fps\ value
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
153 force frame rate (if value is wrong in the header)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
154 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
155 .B \-mc\ seconds/5frame
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
156 maximum sync correction per 5 frames (in seconds)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
157 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
158 .B \-ni
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
159 force usage of non-interleaved AVI parser
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
160 .TP
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
161 .B \-include
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
162 specify config file to be parsed after the default
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
163 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
164 .SH "ALPHA/BETA CODE"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
165 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
166 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
167 These are included in this manpage just for completeness! If you don't
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
168 know what are these, you DON'T need these! In either case, double-check DOCS!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
169 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
170 .B \-br\ rate
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
171 used with '-vo odivx' .
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
172 Specifies the bitrate to encode OpenDivx at
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
173 (in bits! e.g: 780000).
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
174 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
175 .B \-encode\ file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
176 used with '-vo odivx' .
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
177 Specifies the output OpenDivX file. Won't overwrite.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
178 .IP
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
179 .SH KEYBOARD CONTROL
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
180 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
181 .I NOTE
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
182 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
183 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
184 <- or -> seek backward/forward 10 seconds
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
185
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
186 up or down seek backward/forward 1 minute
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
187
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
188 p or SPACE pause movie (press any key)
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
189
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
190 q or ESC stop playing and quit program
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
191
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
192 + or - adjust audio delay by +/- 0.1 second
389
d19a6cf1c2e3 some typos corrected
gabucino
parents: 224
diff changeset
193
454
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
194 / or * decrease/increase volume
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
195
389
d19a6cf1c2e3 some typos corrected
gabucino
parents: 224
diff changeset
196 o toggle OSD: none / seek / seek+timer
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
197 .IP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
198 .SH FILES AND DIRECTORIES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
199 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
200 .I CONFIG FILES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
201 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
202 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
203 $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
204 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
205 .I FONTS
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
206 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
207 file, and files with .RAW extension.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
208 .TP
224
725e31b1c94b minor correction
gabucino
parents: 222
diff changeset
209 .I SUBTITLE FILES
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
210 Sub files are searched in $HOME/.mplayer/sub, and in the directory
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
211 of the movie.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
212 .IP
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
213 .SH "EXAMPLES"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
214 Just launch it! :)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
215 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
216 .SH BUGS
96
2c04d6650bc9 very much changes
gabucino
parents: 52
diff changeset
217 Probably. Check DOCS.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
218
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
219 Bugreports should be addressed to the MPlayer-users mailing list
40
2fed43f60181 New data on mailing lists
gabucino
parents: 1
diff changeset
220 (mplayer-users@lists.sourceforge.net) ! If you want to submit a bugreport
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
221 (which we love to receive!), please double-check the README, and
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
222 tell us all that we need to know to identify your problem.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
223
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
224 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
225 .SH AUTHORS
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
226 Check DOCS/AUTHORS !
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
227
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
228 MPlayer is (C) 2000-2001
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
229 .I Arpad Gereoffy <arpi@thot.banki.hu>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
230
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
231 This manpage is maintained by
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
232 .I Gabucino.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
233 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
234 .SH STANDARD DISCLAIMER
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
235 Use only at your own risk! There may be errors and inaccuracies that could
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
236 be damaging to your system or your eye. Proceed with caution, and although
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
237 this is highly unlikely, the author doesn't take any responsibility for that!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
238 .\" end of file