Mercurial > mplayer.hg
annotate DOCS/example.conf @ 1384:5665219136ce
Applied patch by pl <p_l@tfz.net> (help switch anywhere).
author | atmos4 |
---|---|
date | Tue, 24 Jul 2001 09:16:53 +0000 |
parents | b511c6c5642d |
children | fc0fece9e83d |
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 | |
1275 | 20 # fsmode=0 # This option workarounds some problems when using |
21 # specific windowmanagers and fullscreen mode. If you | |
22 # experience fullscreen problems, try changing this | |
23 # value between 0 and 7. Hint: either 0 or 1 should | |
24 # be sufficient. | |
25 # 0 = new method (since 0.18pre3) | |
26 # 1 = ICCCWM patch (for KDE2/icewm) | |
27 # 2 = old method (0.17a) | |
28 # 3 = ICCCWM patch + Motif method | |
29 | |
1364 | 30 #vm=no # Tries to change to a different videomode |
522 | 31 # Used by drivers: dga2, x11, sdl |
345 | 32 |
390 | 33 #bpp=0 # Force changing display depth. |
34 # Valid settings are: 0, 15, 16, 24, 32 | |
522 | 35 # may need 'vm=yes' too. |
390 | 36 # Used by drivers: fbdev, dga2, svga |
345 | 37 |
1364 | 38 #zoom=no # Enable software scaling (powerful CPU needed) |
1037 | 39 # Used by drivers: svga, aalib |
390 | 40 |
522 | 41 # x=800 # scale movie to <x> pixels width |
753 | 42 # y=600 # scale movie to <y> pixels height |
156 | 43 |
44 ## | |
157 | 45 ## Multiple languages are available :) |
46 ## | |
47 ## Hungarian igen nem | |
48 ## English yes no | |
49 ## German ja nein | |
165 | 50 ## Spanish si no |
157 | 51 ## Binary 1 0 |
52 ## | |
53 ## You can also use spaces and/or tabs. | |
156 | 54 ## |
55 | |
1364 | 56 #sound = 1 |
57 #nosound = nein | |
58 #mixer = /dev/mixer | |
59 #master = no # no : set PCM volume yes : set MASTER volume | |
156 | 60 |
61 ## | |
522 | 62 ## resample the fonts' alphamap |
63 ## 0 plain white fonts | |
64 ## 0.75 very narrow black outline (default) | |
65 ## 1 narrow black outline | |
66 ## 10 bold black outline | |
67 ## | |
68 | |
1364 | 69 #ffactor = 0.75 |
222 | 70 |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
71 ## |
428 | 72 ## FBdev driver: specify your monitor's timings, so resolutions |
73 ## can be autodetected. | |
74 ## (see for example /etc/X11/XF86Config for timings!) | |
75 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
76 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
77 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
78 ## | |
79 ## k, K : means multiply by 1000 | |
80 ## m, M : means multiply by 1.000.000 | |
81 ## | |
82 | |
521 | 83 # fb = /dev/fb0 # framebuffer device to use |
84 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
85 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
428 | 86 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range |
87 # monitor_vfreq = 50-90 # vertical frequency range | |
88 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
89 | |
90 ## | |
646 | 91 ## SDL driver |
92 ## | |
93 | |
1208 | 94 # vo = sdl:aalib # use SDL video driver by default |
1205 | 95 # use "vo = sdl:aalib" or "vo sdl:dga" and so on, |
96 # for specifying SDL subdrivers | |
1208 | 97 # ao = sdl:esd # use SDL audio driver by default |
1205 | 98 # use "ao = sdl:esd" to use SDL's ESD driver |
1037 | 99 # noxv = no # whether to use XVideo hardware acceleration or not |
646 | 100 # forcexv = yes # force XVideo even if not detected |
629 | 101 |
753 | 102 # nodshow # disable usage of DirectShow video codecs |
629 | 103 |
1208 | 104 |
1364 | 105 ## |
106 ## Other (preferred to be default from configfile) switches | |
107 ## | |
108 | |
109 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, | |
1215 | 110 # etc) |
1200 | 111 |
1364 | 112 # vfm = 5 # use libavcodec video codec family (you know, |
113 # opensource DivX for example.. So preferred default on | |
114 # non-x86 boxes) | |
115 | |
629 | 116 ## |
345 | 117 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
118 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
119 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
120 |
1364 | 121 include = /home/gabucino/.mplayer/savage4.conf # comment-me-out! :) |