Mercurial > mplayer.hg
annotate DOCS/example.conf @ 672:c716b964679e
version changed 0.11->0.17
author | arpi_esp |
---|---|
date | Mon, 30 Apr 2001 02:25:07 +0000 |
parents | 4cc5bbc8f295 |
children | cc99cea3c7bd |
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 # Used by drivers: all | |
16 | |
17 vm=no # Tries to change to a different videomode | |
522 | 18 # Used by drivers: dga2, x11, sdl |
345 | 19 |
390 | 20 #bpp=0 # Force changing display depth. |
21 # Valid settings are: 0, 15, 16, 24, 32 | |
522 | 22 # may need 'vm=yes' too. |
390 | 23 # Used by drivers: fbdev, dga2, svga |
345 | 24 |
390 | 25 zoom=no # Enable software scaling (powerful CPU needed) |
522 | 26 # Used by drivers: svga |
390 | 27 |
522 | 28 # x=800 # scale movie to <x> pixels width |
29 # y=600 # scale movie to <y> pixles height | |
156 | 30 |
31 ## | |
157 | 32 ## Multiple languages are available :) |
33 ## | |
34 ## Hungarian igen nem | |
35 ## English yes no | |
36 ## German ja nein | |
165 | 37 ## Spanish si no |
157 | 38 ## Binary 1 0 |
39 ## | |
40 ## You can also use spaces and/or tabs. | |
156 | 41 ## |
42 | |
43 sound = 1 | |
157 | 44 nosound = nein |
473 | 45 mixer = /dev/mixer |
474 | 46 master = no # no : set PCM volume yes : set MASTER volume |
156 | 47 |
48 ## | |
49 ## Remember the -noalsa switch ? You can specify it either with: | |
50 ## | |
51 ## noalsa = 1 | |
52 ## or | |
53 ## alsa = no | |
54 ## or | |
55 ## noalsa = no | |
56 ## | |
57 | |
58 alsa = nem | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
59 |
522 | 60 ## |
61 ## resample the fonts' alphamap | |
62 ## 0 plain white fonts | |
63 ## 0.75 very narrow black outline (default) | |
64 ## 1 narrow black outline | |
65 ## 10 bold black outline | |
66 ## | |
67 | |
222 | 68 ffactor = 0.75 |
69 | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
70 ## |
428 | 71 ## FBdev driver: specify your monitor's timings, so resolutions |
72 ## can be autodetected. | |
73 ## (see for example /etc/X11/XF86Config for timings!) | |
74 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
75 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
76 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
77 ## | |
78 ## k, K : means multiply by 1000 | |
79 ## m, M : means multiply by 1.000.000 | |
80 ## | |
81 | |
521 | 82 # fb = /dev/fb0 # framebuffer device to use |
83 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
84 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
428 | 85 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range |
86 # monitor_vfreq = 50-90 # vertical frequency range | |
87 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
88 | |
89 ## | |
646 | 90 ## SDL driver |
91 ## | |
92 | |
93 # sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...) | |
94 # noxv = yes # do not use XVideo hardware acceleration | |
95 # forcexv = yes # force XVideo even if not detected | |
96 | |
97 ## | |
630 | 98 ## disable usage of DirectShow video codecs |
629 | 99 ## |
100 | |
646 | 101 # nodshow |
629 | 102 |
103 ## | |
345 | 104 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
105 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
106 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
107 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
108 include = /home/gabucino/.mplayer/savage4.conf |