Mercurial > mplayer.hg
annotate DOCS/example.conf @ 408:b61c5c4484f8
- applied overlay patch by Jens H
author | atmosfear |
---|---|
date | Sat, 14 Apr 2001 17:55:20 +0000 |
parents | e77b47a99986 |
children | 319bbcc4c775 |
rev | line source |
---|---|
156 | 1 ## |
2 ## MPlayer config file | |
3 ## | |
4 ## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config . | |
5 ## If both exist, the ~/.mplayer/config's settings override the | |
6 ## /etc/mplayer.conf ones. And, of course command line overrides all. | |
7 ## The options are the same as in the command line, but they can be specified | |
8 ## more flexibly here. See below. | |
9 ## | |
10 | |
390 | 11 vo=xv # To specify your default video output see -vo help for |
12 # valid settings | |
156 | 13 |
390 | 14 fs=yes # Enlarges movie window to your desktop's size. |
15 # (even for SVGAlib!) | |
16 # Used by drivers: all | |
17 | |
18 vm=no # Tries to change to a different videomode | |
19 # Used by drivers: dga2, x11 (, sdl?) | |
345 | 20 |
390 | 21 #bpp=0 # Force changing display depth. |
22 # Valid settings are: 0, 15, 16, 24, 32 | |
23 # NEEDS 'vm=yes' TOO ! (?) | |
24 # Used by drivers: fbdev, dga2, svga | |
345 | 25 |
390 | 26 zoom=no # Enable software scaling (powerful CPU needed) |
27 # Used by drivers: svga, (sdl - why not?) | |
28 | |
29 #x=TODO | |
30 #y=TODO | |
156 | 31 |
32 ## | |
157 | 33 ## Multiple languages are available :) |
34 ## | |
35 ## Hungarian igen nem | |
36 ## English yes no | |
37 ## German ja nein | |
165 | 38 ## Spanish si no |
157 | 39 ## Binary 1 0 |
40 ## | |
41 ## You can also use spaces and/or tabs. | |
156 | 42 ## |
43 | |
44 sound = 1 | |
157 | 45 nosound = nein |
156 | 46 |
47 ## | |
48 ## Remember the -noalsa switch ? You can specify it either with: | |
49 ## | |
50 ## noalsa = 1 | |
51 ## or | |
52 ## alsa = no | |
53 ## or | |
54 ## noalsa = no | |
55 ## | |
56 | |
57 alsa = nem | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
58 |
222 | 59 ffactor = 0.75 |
60 | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
61 ## |
345 | 62 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
63 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
64 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
65 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
66 include = /home/gabucino/.mplayer/savage4.conf |