annotate DOCS/mplayer.1 @ 802:c50d3417b0aa

ehh
author gabucino
date Mon, 14 May 2001 21:27:14 +0000
parents c75e06af3c64
children 6e7af9d3087b
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 .\"
733
97a4bb050fae *** empty log message ***
gabucino
parents: 693
diff changeset
4 .TH MPlayer-CVS
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
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9 .RB [ \-vo\ output\ driver ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10 .RB [ \-vcd\ track\ number ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 .RB [ \-sb\ byte\ position ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 .RB [ \-nosound\ ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13 .RB [ \-abs\ seconds ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
14 .RB [ \-delay\ secs ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
15 .RB [ \-bps\ value ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
16 .RB [ \-aid\ id ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
17 .RB [ \-vid\ id ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
18 .RB [ \-fps\ rate ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
19 .RB [ \-mc\ seconds/5f ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
20 .RB [ \-afm\ audio\ decoder ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
21 .RB [ \-fs\ ]
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
22 .RB [ \-vm\ ]
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
23 .RB [ \-zoom\ ]
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
24 .RB [ \-x\ x ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
25 .RB [ \-y\ y ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
26 .RB [ \-xy\ factor ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
27 .RB [ \-dsp\ device ]
45
6f430f66dcd7 Postprocess switch changed to -pp
gabucino
parents: 40
diff changeset
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
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
30 .RB [ \-ffactor\ number ]
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
31 .RB [ \-sub\ file ]
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
32 .RB [ \-subfps\ rate ]
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
33 .RB [ \-subdelay\ sec ]
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
34 .RB [ \-dvd\ device ]
532
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
35 .RB [ \-z\ <0-8> ]
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
36 .RB [ \-idx ]
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
37 .RB [ \-forceidx ]
646
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
38 .RB [ \-nodshow ]
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
39 .RB [ \-sdl\ driver ]
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
40 .RB [ \-noxv ]
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
41 .RB [ \-forcexv ]
656
c61549327b46 CommentCounter
gabucino
parents: 646
diff changeset
42 .RB [ \-ss\ sec ]
791
d84618453249 -dumpaudio option added
gabucino
parents: 790
diff changeset
43 .RB [ \-dumpaudio ]
793
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
44 .RB [ \-dumpvideo ]
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
45 .RB [ \-dumpsub ]
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
46 .RB [ \-noframedrop ]
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
47 .RB [ \-framedrop ]
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
48 .RB [ \-hardframedrop ]
693
3b039b8938e6 stdin stuff commited
gabucino
parents: 656
diff changeset
49 .I - or file
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
50 .PP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
51 .SH DESCRIPTION
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
52 .I mplayer
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
53 Yes. Yet another movie player for linux.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
54 What is the special with this? It works, at least for me :)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
55 I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN,
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
56 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
57 special files or with audio/video sync. Most of them is unable to play
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
58 both mpeg1, mpeg2 and avi (DivX) files. Many players have image quality
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
59 or speed problems too. So I've decided to write/modify one...
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
60 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
61 .SH "GENERAL OPTIONS"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
62 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
63 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
64 MPlayer works out-of-the-box, so you generally don't have to mess with
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
65 any options.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
66 .TP
790
6a49986251d0 *** empty log message ***
gabucino
parents: 747
diff changeset
67 .I NOTE
6a49986251d0 *** empty log message ***
gabucino
parents: 747
diff changeset
68 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs
6a49986251d0 *** empty log message ***
gabucino
parents: 747
diff changeset
69 .TP
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
70 .BI \-vo\ output\ driver
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
71 select output driver
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
72
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
73 you can get the list of available drivers executing
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
74 .I mplayer -vo help
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
75
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
76 .TP
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
77 .B \-vcd\ track
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
78 play video cd track from device instead of plain file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
79 .TP
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
80 .B \-dvd\ device
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
81 specify DVD-ROM drive to use for MPEG2 decoding.
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
82 (use *_only_* when playing from DVD!)
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
83 .TP
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
84 .B \-nosound
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
85 don't play sound
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
86 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
87 .B \-fs
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
88 fullscreen playing (centers movie, and makes black
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
89 bands around it)
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
90 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
91 .B \-vm
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
92 use XF86VidMode extension for mode changing
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
93 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
94 .B \-zoom
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
95 use software scaling, where available
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
96 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
97 .B \-x\ x
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
98 scale image to x width [if driver suppports!]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
99 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
100 .B \-y\ y
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
101 scale image to y height
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
102 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
103 .B \-xy\ factor
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
104 scale image by <factor>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
105 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
106 .B \-dsp\ device
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
107 select another DSP output device
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
108 .TP
45
6f430f66dcd7 Postprocess switch changed to -pp
gabucino
parents: 40
diff changeset
109 .B \-pp\ quality
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
110 apply postprocess filter on decoded image.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
111 You need a STRONG CPU in order to use this!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
112 The supported formats and settings are:
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
113
181
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
114 MPEG 1/2 0 (none), 1, 3, 7, 15, 31, 63
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
115 OpenDivX 0 (none), 1, 3, 7, 15, 31, 63
c7b4ef1f3dfb DirectShow/DivX support added/deleted
gabucino
parents: 164
diff changeset
116 DivX 0 (none), 1, 2, 3, 4
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
117
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
118 .I NOTE
52
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
119 Maybe less/more.
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
120
5eb4fdc68ecd postprocess note added
gabucino
parents: 50
diff changeset
121 .I NOTE
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
122 You can use this with OpenDivX encoding too! See ALPHA/BETA CODE section.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
123 .TP
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
124 .B \-ffactor\ number
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
125 resample alphamap of the font. Can be:
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
126
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
127 0 plain white fonts
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
128 0.75 very narrow black outline [default]
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
129 1 narrow black outline
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
130 10 bold black outline
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
131 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
132 .B \-sub\ file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
133 use/display this subtitle file
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
134 .TP
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
135 .B \-subfps\ rate
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
136 specify frame/sec rate of subtitle file
521
8f86163f8dc3 *** empty log message ***
gabucino
parents: 484
diff changeset
137 (ONLY for frame-based SUB files, i.e. NOT MicroDVD format!)
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
138 (default: the same as the movie)
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
139 .TP
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
140 .B \-subdelay\ sec
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
141 delays subtitles by <sec> seconds. Can be negative.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
142 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
143 .SH "ADVANCED OPTIONS"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
144 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
145 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
146 These options can help you solve your particular problem.. Also, see the DOCS!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
147 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
148 .B \-afm <1-5>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
149 force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
150
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
151 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
152 With DivX AVIs with MP3 audio, you can choose whether to use MP3LIB (option 1),
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
153 or Win32 DLL l3codeca.acm (option 4) (default). On CPUs with the 3DNow!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
154 instruction set, the first gives more performance. Your mileage may vary.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
155 .TP
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
156 .B \-sb\ position
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
157 seek to byte position
656
c61549327b46 CommentCounter
gabucino
parents: 646
diff changeset
158 .B \-ss\ second
c61549327b46 CommentCounter
gabucino
parents: 646
diff changeset
159 seek to second position
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
160 .TP
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
161 .B \-abs\ bytes
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
162 audio buffer size (in bytes, default: measuring)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
163 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
164 .B \-delay\ secs
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
165 audio delay in seconds (may be +/- float value)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
166 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
167 .B \-bps
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
168 use avg. byte/sec value for A-V sync (AVI)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
169 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
170 .B \-aid\ id
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
171 select audio channel [MPG: 0-31 AVI: 1-99]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
172 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
173 .B \-vid\ id
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
174 select video channel [MPG: 0-15 AVI: -- ]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
175 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
176 .B \-fps\ value
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
177 force frame rate (if value is wrong in the header)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
178 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
179 .B \-mc\ seconds/5frame
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
180 maximum sync correction per 5 frames (in seconds)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
181 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
182 .B \-ni
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
183 force usage of non-interleaved AVI parser
164
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
184 .TP
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
185 .B \-include
2790235db59f even more updates :) about time to crack a joke, eh? :))
gabucino
parents: 106
diff changeset
186 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
187 .TP
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
188 .B \-z\ <0-8>
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
189 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
190 0 : no compression
a8ab5e0f5560 do you think the stars see how hard we're fighting for them?
gabucino
parents: 523
diff changeset
191 8 : max compression
574
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
192 .TP
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
193 .B \-idx
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
194 rebuilds INDEX of the AVI. Useful with broken downloads, or badly
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
195 created AVIs.
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
196 .TP
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
197 .B \-forceidx
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
198 force rebuilding of INDEX. Useful for testing, or AVIs with bad
cd093f24709f no commit.. komment
gabucino
parents: 551
diff changeset
199 indexes.
629
d65cc6099f49 last minute changes
gabucino
parents: 574
diff changeset
200 .TP
d65cc6099f49 last minute changes
gabucino
parents: 574
diff changeset
201 .B \-nodshow
630
5177e1ef2943 *** empty log message ***
gabucino
parents: 629
diff changeset
202 disables usage of DirectShow video codecs
646
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
203 .TP
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
204 .B \-sdl\ driver
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
205 specify SDL driver to use. For example: aalib, dga, fbdev, svga, x11, ggi
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
206 .TP
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
207 .B \-noxv
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
208 disable XVideo hardware acceleration (with SDL only!)
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
209 .TP
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
210 .B \-forcexv
4cc5bbc8f295 ummm, what was it..
gabucino
parents: 630
diff changeset
211 force using XVideo (SDL!)
791
d84618453249 -dumpaudio option added
gabucino
parents: 790
diff changeset
212 .TP
d84618453249 -dumpaudio option added
gabucino
parents: 790
diff changeset
213 .B \-dumpaudio
793
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
214 writes audio stream of the file to ./stream.dump (mostly usable
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
215 with mpeg/ac3)
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
216 .TP
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
217 .B \-noframedrop
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
218 no frame dropping : every frame is played, audio may skip (default)
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
219 .TP
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
220 .B \-framedrop
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
221 frame dropping : decode all frames, video may skip
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
222 .TP
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
223 .B \-hardframe
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
224 hard frame dropping : skip even decoding (when using with DivX also
802
gabucino
parents: 801
diff changeset
225 specify -nodshow !!!)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
226 .IP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
227 .SH "ALPHA/BETA CODE"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
228 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
229 .I NOTE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
230 These are included in this manpage just for completeness! If you don't
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
231 know what are these, you DON'T need these! In either case, double-check DOCS!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
232 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
233 .B \-br\ rate
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
234 used with '-vo odivx' .
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
235 Specifies the bitrate to encode OpenDivx at
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
236 (in bits! e.g: 780000).
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
237 .TP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
238 .B \-encode\ file
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
239 used with '-vo odivx' .
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
240 Specifies the output OpenDivX file. Won't overwrite.
793
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
241 .TP
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
242 .B \-dumpvideo
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
243 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable)
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
244 .TP
4b157c14aaad -dumpvideo & -dumpsub options added
gabucino
parents: 791
diff changeset
245 .B \-dumpsub
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
246 dumps subtitles from VOB to file (not very usable)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
247 .IP
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
248 .SH KEYBOARD CONTROL
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
249 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
250 .I NOTE
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
251 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
252 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
253 <- or -> seek backward/forward 10 seconds
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
254
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
255 up or down seek backward/forward 1 minute
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
256
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
257 p or SPACE pause movie (press any key)
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
258
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
259 q or ESC stop playing and quit program
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
260
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
261 + or - adjust audio delay by +/- 0.1 second
389
d19a6cf1c2e3 some typos corrected
gabucino
parents: 224
diff changeset
262
454
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
263 / or * decrease/increase volume
f8fa7c820568 typo fixed
gabucino
parents: 448
diff changeset
264
523
9a35090baf5c some fix..
gabucino
parents: 522
diff changeset
265 o toggle OSD: none / seek / seek+timer
474
5bf4b70bd66a some options fixed
gabucino
parents: 472
diff changeset
266
484
c67c6e9c1fb3 *** empty log message ***
gabucino
parents: 474
diff changeset
267 m toggle using master/pcm volume
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
268
802
gabucino
parents: 801
diff changeset
269 d toggle frame dropping: no / on / hard
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
270 .IP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
271 .SH FILES AND DIRECTORIES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
272 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
273 .I CONFIG FILES
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
274 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
275 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
276 $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
277 .TP
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
278 .I FONTS
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
279 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
280 file, and files with .RAW extension.
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
281 .TP
224
725e31b1c94b minor correction
gabucino
parents: 222
diff changeset
282 .I SUBTITLE FILES
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
283 Sub files are searched in $HOME/.mplayer/sub, and in the directory
801
c75e06af3c64 frameskip options
gabucino
parents: 793
diff changeset
284 of the movie. (TODO)
222
163bb3cee94d The quick red fox jumped over the lazy brown dog.
gabucino
parents: 181
diff changeset
285 .IP
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
286 .SH "EXAMPLES"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
287 Just launch it! :)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
288 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
289 .SH BUGS
96
2c04d6650bc9 very much changes
gabucino
parents: 52
diff changeset
290 Probably. Check DOCS.
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
291
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
292 Bugreports should be addressed to the MPlayer-users mailing list
40
2fed43f60181 New data on mailing lists
gabucino
parents: 1
diff changeset
293 (mplayer-users@lists.sourceforge.net) ! If you want to submit a bugreport
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
294 (which we love to receive!), please double-check the README, and
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
295 tell us all that we need to know to identify your problem.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
296
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
297 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
298 .SH AUTHORS
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
299 Check DOCS/AUTHORS !
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
300
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
301 MPlayer is (C) 2000-2001
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
302 .I Arpad Gereoffy <arpi@thot.banki.hu>
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
303
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
304 This manpage is maintained by
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
305 .I Gabucino.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
306 .LP
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
307 .SH STANDARD DISCLAIMER
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
308 Use only at your own risk! There may be errors and inaccuracies that could
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
309 be damaging to your system or your eye. Proceed with caution, and although
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
310 this is highly unlikely, the author doesn't take any responsibility for that!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
311 .\" end of file