comparison etc/example.conf @ 1614:d0d7fcc5dcd6

DOCS/codecs.conf -> etc/codecs.conf
author arpi
date Tue, 21 Aug 2001 21:59:39 +0000
parents DOCS/example.conf@a9c4dc1b61b0
children 2eedc348e92a
comparison
equal deleted inserted replaced
1613:c6547f93f91e 1614:d0d7fcc5dcd6
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 default video driver (see -vo help for
12 # list)
13
14 ao=oss # To specify default audio driver (see -ao help for
15 # list)
16
17 fs=yes # Enlarges movie window to your desktop's size.
18 # Used by drivers: all
19
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
30 #vm=no # Tries to change to a different videomode
31 # Used by drivers: dga2, x11, sdl
32
33 #bpp=0 # Force changing display depth.
34 # Valid settings are: 0, 15, 16, 24, 32
35 # may need 'vm=yes' too.
36 # Used by drivers: fbdev, dga2, svga
37
38 #zoom=no # Enable software scaling (powerful CPU needed)
39 # Used by drivers: svga, aalib
40
41 # double=yes # use double-buffering (recommended for xv with
42 # SUB/OSD usage)
43
44 # x=800 # scale movie to <x> pixels width
45 # y=600 # scale movie to <y> pixels height
46
47 ##
48 ## Multiple languages are available :)
49 ##
50 ## Hungarian igen nem
51 ## English yes no
52 ## German ja nein
53 ## Spanish si no
54 ## Binary 1 0
55 ##
56 ## You can also use spaces and/or tabs.
57 ##
58
59 #sound = 1
60 #nosound = nein
61 #mixer = /dev/mixer
62 #master = no # no : set PCM volume yes : set MASTER volume
63
64 ##
65 ## resample the fonts' alphamap
66 ## 0 plain white fonts
67 ## 0.75 very narrow black outline (default)
68 ## 1 narrow black outline
69 ## 10 bold black outline
70 ##
71
72 #ffactor = 0.75
73
74 ##
75 ## FBdev driver: specify your monitor's timings, so resolutions
76 ## can be autodetected.
77 ## (see for example /etc/X11/XF86Config for timings!)
78 ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
79 ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
80 ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
81 ##
82 ## k, K : means multiply by 1000
83 ## m, M : means multiply by 1.000.000
84 ##
85
86 # fb = /dev/fb0 # framebuffer device to use
87 # fbmode = 640x480-120 # use this mode (read from fb.modes!)
88 # fbmodeconfig = /etc/fb.modes # the fb.modes file
89 # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range
90 # monitor_vfreq = 50-90 # vertical frequency range
91 # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
92
93 ##
94 ## SDL driver
95 ##
96
97 # vo = sdl:aalib # use SDL video driver by default
98 # use "vo = sdl:aalib" or "vo sdl:dga" and so on,
99 # for specifying SDL subdrivers
100 # ao = sdl:esd # use SDL audio driver by default
101 # use "ao = sdl:esd" to use SDL's ESD driver
102 # noxv = no # whether to use XVideo hardware acceleration or not
103 # forcexv = yes # force XVideo even if not detected
104
105 # nodshow # disable usage of DirectShow video codecs
106
107
108 ##
109 ## Other (preferred to be default from configfile) switches
110 ##
111
112 framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
113 # etc)
114
115 # vfm = 5 # use libavcodec video codec family (you know,
116 # opensource DivX for example.. So preferred default on
117 # non-x86 boxes)
118
119 ##
120 ## You can also include other configfiles
121 ## Specify full path!
122 ##
123
124 include = /home/gabucino/.mplayer/savage4.conf # comment-me-out! :)