Mercurial > mplayer.hg
annotate etc/example.conf @ 11663:d700a93ab34c
10l let path behave like before the start/stop patch
author | rtognimp |
---|---|
date | Fri, 19 Dec 2003 22:49:29 +0000 |
parents | 85e503ddf65f |
children | 03baca2aa79c |
rev | line source |
---|---|
156 | 1 ## |
2 ## MPlayer config file | |
3 ## | |
8398 | 4 ## This file can be copied to /usr/local/etc/mplayer.conf and/or ~/.mplayer/config . |
156 | 5 ## If both exist, the ~/.mplayer/config's settings override the |
8398 | 6 ## /usr/local/etc/mplayer.conf ones. And, of course command line overrides all. |
156 | 7 ## The options are the same as in the command line, but they can be specified |
8 ## more flexibly here. See below. | |
9 ## | |
10 | |
3573 | 11 # vo=xv # To specify default video driver (see -vo help for |
1037 | 12 # list) |
13 | |
3573 | 14 # ao=oss # To specify default audio driver (see -ao help for |
1037 | 15 # list) |
156 | 16 |
390 | 17 fs=yes # Enlarges movie window to your desktop's size. |
18 # Used by drivers: all | |
19 | |
1917 | 20 # vm=no # Tries to change to a different videomode |
522 | 21 # Used by drivers: dga2, x11, sdl |
345 | 22 |
1917 | 23 # bpp=0 # Force changing display depth. |
390 | 24 # Valid settings are: 0, 15, 16, 24, 32 |
522 | 25 # may need 'vm=yes' too. |
2334 | 26 # Used by drivers: fbdev, dga2, svga, vesa |
345 | 27 |
1917 | 28 # zoom=no # Enable software scaling (powerful CPU needed) |
2299 | 29 # Used by drivers: svga, x11, vesa |
390 | 30 |
1479 | 31 # double=yes # use double-buffering (recommended for xv with |
32 # SUB/OSD usage) | |
33 | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2211
diff
changeset
|
34 # monitoraspect=4:3 # standard monitor size, with square pixels |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2211
diff
changeset
|
35 # monitoraspect=16:9 # use this for widescreen monitor! non-square pixels |
156 | 36 |
11542 | 37 # ontop=yes # Makes the player window stay ontop |
38 # Used by drivers which use X11, except SDL, | |
39 # as well as directx and gl2 under Windows | |
40 | |
156 | 41 ## |
1865 | 42 ## Specify your preferred default skin here |
43 ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin | |
44 ## and ~/.mplayer/Skin/yourskin) | |
45 ## | |
46 | |
47 # skin = default | |
48 | |
49 ## | |
157 | 50 ## Multiple languages are available :) |
51 ## | |
52 ## Hungarian igen nem | |
53 ## English yes no | |
54 ## German ja nein | |
165 | 55 ## Spanish si no |
157 | 56 ## Binary 1 0 |
57 ## | |
58 ## You can also use spaces and/or tabs. | |
156 | 59 ## |
60 | |
1917 | 61 # sound = 1 |
62 # nosound = nein | |
63 # mixer = /dev/mixer | |
156 | 64 |
65 ## | |
522 | 66 ## resample the fonts' alphamap |
67 ## 0 plain white fonts | |
68 ## 0.75 very narrow black outline (default) | |
69 ## 1 narrow black outline | |
70 ## 10 bold black outline | |
71 ## | |
72 | |
1917 | 73 # ffactor = 0.75 |
222 | 74 |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
75 ## |
7651 | 76 ## FBdev driver: |
77 | |
78 # fb = /dev/fb0 # framebuffer device to use | |
79 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
80 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
81 | |
82 ## VESA and FBdev driver: specify your monitor's timings | |
83 ## | |
428 | 84 ## (see for example /etc/X11/XF86Config for timings!) |
85 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
86 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
87 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
88 ## | |
89 ## k, K : means multiply by 1000 | |
90 ## m, M : means multiply by 1.000.000 | |
91 ## | |
11291 | 92 # monitor-hfreq = 31.5k-50k,70k # horizontal frequency range |
93 # monitor-vfreq = 50-90 # vertical frequency range | |
94 # monitor-dotclock = 30M-300M # dotclock (or pixelclock) range | |
428 | 95 |
96 ## | |
646 | 97 ## SDL driver |
98 ## | |
99 | |
1208 | 100 # vo = sdl:aalib # use SDL video driver by default |
1205 | 101 # use "vo = sdl:aalib" or "vo sdl:dga" and so on, |
102 # for specifying SDL subdrivers | |
1208 | 103 # ao = sdl:esd # use SDL audio driver by default |
1205 | 104 # use "ao = sdl:esd" to use SDL's ESD driver |
1037 | 105 # noxv = no # whether to use XVideo hardware acceleration or not |
646 | 106 # forcexv = yes # force XVideo even if not detected |
629 | 107 |
1624 | 108 |
1364 | 109 ## |
110 ## Other (preferred to be default from configfile) switches | |
111 ## | |
112 | |
113 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, | |
1215 | 114 # etc) |
1200 | 115 |
3289 | 116 cache = 8192 # use 8Mb input cache by default |
117 | |
3814 | 118 # slang = en # DVD : display english subtitles if available |
119 # alang = en # DVD : play english audio tracks if available | |
3776 | 120 |
4680 | 121 |
122 ## This is the correct way to use "subconfig" type options in the | |
123 ## configuration file. In the command line you use : | |
124 ## -aop list=resample:fout=44100 , but here it is : | |
125 # aop=list=resample:fout=44100 | |
126 | |
629 | 127 ## |
345 | 128 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
129 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
130 ## |
1917 | 131 ## Delete this default :) |
132 ## | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
133 |
1917 | 134 include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough... |