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