Mercurial > mplayer.hg
annotate etc/example.conf @ 8888:546db4583ad7
remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
author | alex |
---|---|
date | Sat, 11 Jan 2003 10:35:31 +0000 |
parents | 034a576f817f |
children | d651256e66b2 |
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 |
37 ## | |
1917 | 38 ## Use GUI mode by default |
39 ## | |
40 | |
41 # gui = yes | |
42 | |
43 ## | |
1865 | 44 ## Specify your preferred default skin here |
45 ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin | |
46 ## and ~/.mplayer/Skin/yourskin) | |
47 ## | |
48 | |
49 # skin = default | |
50 | |
51 ## | |
157 | 52 ## Multiple languages are available :) |
53 ## | |
54 ## Hungarian igen nem | |
55 ## English yes no | |
56 ## German ja nein | |
165 | 57 ## Spanish si no |
157 | 58 ## Binary 1 0 |
59 ## | |
60 ## You can also use spaces and/or tabs. | |
156 | 61 ## |
62 | |
1917 | 63 # sound = 1 |
64 # nosound = nein | |
65 # mixer = /dev/mixer | |
156 | 66 |
67 ## | |
522 | 68 ## resample the fonts' alphamap |
69 ## 0 plain white fonts | |
70 ## 0.75 very narrow black outline (default) | |
71 ## 1 narrow black outline | |
72 ## 10 bold black outline | |
73 ## | |
74 | |
1917 | 75 # ffactor = 0.75 |
222 | 76 |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
77 ## |
7651 | 78 ## FBdev driver: |
79 | |
80 # fb = /dev/fb0 # framebuffer device to use | |
81 # fbmode = 640x480-120 # use this mode (read from fb.modes!) | |
82 # fbmodeconfig = /etc/fb.modes # the fb.modes file | |
83 | |
84 ## VESA and FBdev driver: specify your monitor's timings | |
85 ## | |
428 | 86 ## (see for example /etc/X11/XF86Config for timings!) |
87 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN | |
88 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! | |
89 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** | |
90 ## | |
91 ## k, K : means multiply by 1000 | |
92 ## m, M : means multiply by 1.000.000 | |
93 ## | |
94 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range | |
95 # monitor_vfreq = 50-90 # vertical frequency range | |
96 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range | |
97 | |
98 ## | |
646 | 99 ## SDL driver |
100 ## | |
101 | |
1208 | 102 # vo = sdl:aalib # use SDL video driver by default |
1205 | 103 # use "vo = sdl:aalib" or "vo sdl:dga" and so on, |
104 # for specifying SDL subdrivers | |
1208 | 105 # ao = sdl:esd # use SDL audio driver by default |
1205 | 106 # use "ao = sdl:esd" to use SDL's ESD driver |
1037 | 107 # noxv = no # whether to use XVideo hardware acceleration or not |
646 | 108 # forcexv = yes # force XVideo even if not detected |
629 | 109 |
1624 | 110 |
1364 | 111 ## |
112 ## Other (preferred to be default from configfile) switches | |
113 ## | |
114 | |
115 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, | |
1215 | 116 # etc) |
1200 | 117 |
3289 | 118 cache = 8192 # use 8Mb input cache by default |
119 | |
3814 | 120 # slang = en # DVD : display english subtitles if available |
121 # alang = en # DVD : play english audio tracks if available | |
3776 | 122 |
4680 | 123 |
124 ## This is the correct way to use "subconfig" type options in the | |
125 ## configuration file. In the command line you use : | |
126 ## -aop list=resample:fout=44100 , but here it is : | |
127 # aop=list=resample:fout=44100 | |
128 | |
629 | 129 ## |
345 | 130 ## You can also include other configfiles |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
131 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
132 ## |
1917 | 133 ## Delete this default :) |
134 ## | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
135 |
1917 | 136 include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough... |