zax updates
[anomen-kernel-config.git] / zax / customs / etc / mplayer / mplayer.conf
blob7b860856590391a97a206327b7194c38022ac173
2 # MPlayer configuration file
4 # Configuration files are read system-wide from /usr/local/etc/mplayer.conf
5 # and per-user from ~/.mplayer/config, where per-user settings override
6 # system-wide settings, all of which are overrriden by the command line.
8 # The configuration file settings are the same as the command line
9 # options without the preceding '-'.
11 # See the CONFIGURATION FILES section in the man page
12 # for a detailed description of the syntax.
14 # Profiles should be placed at the bottom of the configuration file to ensure
15 # that settings wanted as defaults are not restricted to specific profiles.
18 ##################
19 # video settings #
20 ##################
22 # Specify default video driver (see -vo help for a list).
23 vo=x11
25 # Use SDL video with the aalib subdriver by default.
26 #vo = sdl:aalib
28 # FBdev driver:
30 # mode to use (read from fb.modes)
31 #fbmode = 640x480-120
33 # location of the fb.modes file
34 #fbmodeconfig = /etc/fb.modes
36 # Specify your monitor timings for the vesa and fbdev video output drivers.
37 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
38 # that exceed the capabilities of your monitor, you may damage it.
40 # horizontal frequency range (k stands for 1000)
41 #monitor-hfreq = 31.5k-50k,70k
43 # vertical frequency range
44 #monitor-vfreq = 50-90
46 # dotclock (or pixelclock) range (m stands for 1000000)
47 #monitor-dotclock = 30M-300M
49 # Start in fullscreen mode by default.
50 #fs=yes
52 # Change to a different videomode when going fullscreen.
53 #vm=yes
55 # Override the autodetected color depth, may need 'vm=yes' as well.
56 #bpp=0
58 # Enable software scaling (powerful CPU needed) for video output
59 # drivers that do not support hardware scaling.
60 zoom=yes
62 # standard monitor size, with square pixels
63 #monitoraspect=4:3
65 # Use this for a widescreen monitor, non-square pixels.
66 #monitoraspect=16:9
68 # Keep the player window on top of all other windows.
69 #ontop=yes
72 ##################
73 # audio settings #
74 ##################
76 # Specify default audio driver (see -ao help for a list).
77 #ao=oss
79 # Use SDL audio driver with the esd subdriver by default.
80 #ao = sdl:esd
82 # Specify the mixer device.
83 #mixer = /dev/mixer
85 # Resample the sound to 44100Hz with the lavcresample audio filter.
86 #af=lavcresample=44100
88 # Output audio to S/PDIF
89 #ao=alsa:device=spdif
90 #ac=hwac3,hwdts,hwmpa,
93 ##################
94 # other settings #
95 ##################
97 # Pretend to be Window Media Player.
98 # Fixes playback when playlist and media file use the same URL.
99 #user-agent=NSPlayer/4.1.0.3856
101 # Pretend to be Quicktime
102 # Fixes playback for apple.com/trailers redirects
103 #user-agent="QuickTime"
105 # Pretend to be Realplayer SP
106 # Fixes playback for some video streaming sites
107 #user-agent=RMA/1.0
109 # Pretend to have lots of bandwidth
110 # Speeds up realmedia rtsp:// streams
111 #bandwidth=2000000
113 # Pretend to be Winamp
114 # Fixes playback of some NSV streams
115 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
117 # Drop frames to preserve audio/video sync.
118 #framedrop = yes
120 # Specify your preferred skin here (skins are searched for in
121 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
122 #skin = Abyss
124 # Resample the font alphamap.
125 # 0     plain white fonts
126 # 0.75  very narrow black outline (default)
127 # 1     narrow black outline
128 # 10    bold black outline
129 #ffactor = 0.75
131 # cache settings
133 # Use 8MB input cache by default.
134 cache = 32000 
136 # Prefill 20% of the cache before starting playback.
137 cache-min = 0.05
139 # Prefill 50% of the cache before restarting playback after the cache emptied.
140 #cache-seek-min = 50
142 # DVD: Display English subtitles if available.
143 #slang = en
145 # DVD: Play English audio tracks if available.
146 #alang = en
149 ############
150 # Profiles #
151 ############
153 # The options declared as part of profiles override global default settings,
154 # but only take effect when the profile is active.
156 [protocol.dvdnav]
157 #vc=ffmpeg12,
158 #mouse-movements=yes
159 #nocache=yes
161 #[vo.vdpau]
162 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
163 # Most video filters do not work with vdpau.
164 #vf-clr=yes
167 # OSD progress bar vertical alignment
168 #progbar-align=50
170 # You can also include other configuration files.
171 #include = /path/to/the/file/you/want/to/include
172 # Config options can be section specific, global
173 # options should go in the default section
174 [default]
175 fontconfig=1
176 subcp=utf8
177 subfont-osd-scale=20
178 subfont-text-scale=30
179 unrarexec=/usr/bin/unrar
180 progbar-align=0
182 subfont-autoscale=0