Mercurial > mplayer.hg
annotate DOCS/example.conf @ 1256:a738eae695cc
#ifndef M_PI and M_SQRT2 added while fearing from redefining :)
author | alex |
---|---|
date | Mon, 02 Jul 2001 19:31:45 +0000 |
parents | 9b44aca2ab63 |
children | 1441cc01d49c |
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 | |
1037 | 11 vo=xv # To specify default video driver (see -vo help for |
12 # list) | |
13 | |
14 ao=oss # To specify default audio driver (see -ao help for | |
15 # list) | |
156 | 16 |
390 | 17 fs=yes # Enlarges movie window to your desktop's size. |
18 # Used by drivers: all | |
19 | |
20 vm=no # Tries to change to a different videomode | |
522 | 21 # Used by drivers: dga2, x11, sdl |
345 | 22 |
390 | 23 #bpp=0 # Force changing display depth. |
24 # Valid settings are: 0, 15, 16, 24, 32 | |
522 | 25 # may need 'vm=yes' too. |
390 | 26 # Used by drivers: fbdev, dga2, svga |
345 | 27 |
390 | 28 zoom=no # Enable software scaling (powerful CPU needed) |
1037 | 29 # Used by drivers: svga, aalib |
390 | 30 |
522 | 31 # x=800 # scale movie to <x> pixels width |
753 | 32 # y=600 # scale movie to <y> pixels height |
156 | 33 |
34 ## | |
157 | 35 ## Multiple languages are available :) |
36 ## | |
37 ## Hungarian igen nem | |
38 ## English yes no | |
39 ## German ja nein | |
165 | 40 ## Spanish si no |
157 | 41 ## Binary 1 0 |
42 ## | |
43 ## You can also use spaces and/or tabs. | |
156 | 44 ## |
45 | |
46 sound = 1 | |
157 | 47 nosound = nein |
473 | 48 mixer = /dev/mixer |
474 | 49 master = no # no : set PCM volume yes : set MASTER volume |
156 | 50 |
51 ## | |
522 | 52 ## resample the fonts' alphamap |
53 ## 0 plain white fonts | |
54 ## 0.75 very narrow black outline (default) | |
55 ## 1 narrow black outline | |
56 ## 10 bold black outline | |
57 ## | |
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 ## |
428 | 62 ## FBdev driver: specify your monitor's timings, so resolutions |
63 ## can be autodetected. | |
64 ## (see for example /etc/X11/XF86Config for timings!) | |
65 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
66 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
67 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
68 ## | |
69 ## k, K : means multiply by 1000 | |
70 ## m, M : means multiply by 1.000.000 | |
71 ## | |
72 | |
521 | 73 # fb = /dev/fb0 # framebuffer device to use |
74 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
75 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
428 | 76 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range |
77 # monitor_vfreq = 50-90 # vertical frequency range | |
78 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
79 | |
80 ## | |
646 | 81 ## SDL driver |
82 ## | |
83 | |
1208 | 84 # vo = sdl:aalib # use SDL video driver by default |
1205 | 85 # use "vo = sdl:aalib" or "vo sdl:dga" and so on, |
86 # for specifying SDL subdrivers | |
1208 | 87 # ao = sdl:esd # use SDL audio driver by default |
1205 | 88 # use "ao = sdl:esd" to use SDL's ESD driver |
1037 | 89 # noxv = no # whether to use XVideo hardware acceleration or not |
646 | 90 # forcexv = yes # force XVideo even if not detected |
629 | 91 |
753 | 92 # nodshow # disable usage of DirectShow video codecs |
629 | 93 |
1208 | 94 |
1200 | 95 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, |
1215 | 96 # etc) |
1200 | 97 |
629 | 98 ## |
345 | 99 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
100 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
101 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
102 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
103 include = /home/gabucino/.mplayer/savage4.conf |