Mercurial > mplayer.hg
annotate DOCS/example.conf @ 779:a349510321ff
slight improvements. k7 vs 3dnow already win 12 prcnts
author | nickols_k |
---|---|
date | Sat, 12 May 2001 07:12:38 +0000 |
parents | 34c1a9fb631b |
children | 2767682b85de |
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 |
753 | 29 # y=600 # scale movie to <y> pixels 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 ## | |
522 | 49 ## resample the fonts' alphamap |
50 ## 0 plain white fonts | |
51 ## 0.75 very narrow black outline (default) | |
52 ## 1 narrow black outline | |
53 ## 10 bold black outline | |
54 ## | |
55 | |
222 | 56 ffactor = 0.75 |
57 | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
58 ## |
428 | 59 ## FBdev driver: specify your monitor's timings, so resolutions |
60 ## can be autodetected. | |
61 ## (see for example /etc/X11/XF86Config for timings!) | |
62 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
63 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
64 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
65 ## | |
66 ## k, K : means multiply by 1000 | |
67 ## m, M : means multiply by 1.000.000 | |
68 ## | |
69 | |
521 | 70 # fb = /dev/fb0 # framebuffer device to use |
71 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
72 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
428 | 73 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range |
74 # monitor_vfreq = 50-90 # vertical frequency range | |
75 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
76 | |
77 ## | |
646 | 78 ## SDL driver |
79 ## | |
80 | |
81 # sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...) | |
82 # noxv = yes # do not use XVideo hardware acceleration | |
83 # forcexv = yes # force XVideo even if not detected | |
84 | |
629 | 85 |
753 | 86 # nodshow # disable usage of DirectShow video codecs |
629 | 87 |
88 ## | |
345 | 89 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
90 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
91 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
92 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
93 include = /home/gabucino/.mplayer/savage4.conf |