Mercurial > mplayer.hg
annotate DOCS/example.conf @ 304:662f876d77e9
missing codecs.conf is no more a WARNING, it's FATAL
author | arpi_esp |
---|---|
date | Sat, 07 Apr 2001 21:42:40 +0000 |
parents | 163bb3cee94d |
children | ac3148cd77d1 |
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 | |
11 vo=xv # To specify your default video output | |
12 # see -vo help for available options | |
13 | |
14 fs=yes # Fullscreen playing will be default | |
15 | |
16 ## | |
157 | 17 ## Multiple languages are available :) |
18 ## | |
19 ## Hungarian igen nem | |
20 ## English yes no | |
21 ## German ja nein | |
165 | 22 ## Spanish si no |
157 | 23 ## Binary 1 0 |
24 ## | |
25 ## You can also use spaces and/or tabs. | |
156 | 26 ## |
27 | |
28 sound = 1 | |
157 | 29 nosound = nein |
156 | 30 |
31 ## | |
32 ## Remember the -noalsa switch ? You can specify it either with: | |
33 ## | |
34 ## noalsa = 1 | |
35 ## or | |
36 ## alsa = no | |
37 ## or | |
38 ## noalsa = no | |
39 ## | |
40 | |
41 alsa = nem | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
42 |
222 | 43 ffactor = 0.75 |
44 | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
45 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
46 ## You can also include another configfiles |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
47 ## Specify full path! |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
48 ## |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
49 |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
157
diff
changeset
|
50 include = /home/gabucino/.mplayer/savage4.conf |