example.conf: add some profile information and user-agent examples
[mplayer/glamo.git] / etc / example.conf
blob800e82be4e314de1736a6189ff76cf68fb6a5151
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 at the bottom of the config file to ensure you dont
15 # put default options under profiles accidentally.
18 ##################
19 # video settings #
20 ##################
22 # Specify vdpau codecs when using -vo vdpau.
23 #[vo.vdpau]
24 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
25 # Most video filters do not work with vdpau.
26 #vf-clr=yes
28 # Make sure options under vo.vdpau profile are counted when vdpau is not used
29 #[default]
31 # Specify default video driver (see -vo help for a list).
32 #vo=xv
34 # Use SDL video with the aalib subdriver by default.
35 #vo = sdl:aalib
37 # FBdev driver:
39 # mode to use (read from fb.modes)
40 #fbmode = 640x480-120
42 # location of the fb.modes file
43 #fbmodeconfig = /etc/fb.modes
45 # Specify your monitor timings for the vesa and fbdev video output drivers.
46 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
47 # that exceed the capabilities of your monitor, you may damage it.
49 # horizontal frequency range (k stands for 1000)
50 #monitor-hfreq = 31.5k-50k,70k
52 # vertical frequency range
53 #monitor-vfreq = 50-90
55 # dotclock (or pixelclock) range (m stands for 1000000)
56 #monitor-dotclock = 30M-300M
58 # Start in fullscreen mode by default.
59 #fs=yes
61 # Change to a different videomode when going fullscreen.
62 #vm=yes
64 # Override the autodetected color depth, may need 'vm=yes' as well.
65 #bpp=0
67 # Enable software scaling (powerful CPU needed) for video output
68 # drivers that do not support hardware scaling.
69 #zoom=yes
71 # standard monitor size, with square pixels
72 #monitoraspect=4:3
74 # Use this for a widescreen monitor, non-square pixels.
75 #monitoraspect=16:9
77 # Keep the player window on top of all other windows.
78 #ontop=yes
81 ##################
82 # audio settings #
83 ##################
85 # Specify default audio driver (see -ao help for a list).
86 #ao=oss
88 # Use SDL audio driver with the esd subdriver by default.
89 #ao = sdl:esd
91 # Specify the mixer device.
92 #mixer = /dev/mixer
94 # Resample the sound to 44100Hz with the lavcresample audio filter.
95 #af=lavcresample=44100
97 # Output audio to S/PDIF
98 #ao=alsa:device=spdif
99 #ac=hwac3,hwdts,hwmpa,
101 ##################
102 # other settings #
103 ##################
105 # Pretend to be Window Media Player.
106 # Fixes playback when playlist and media file use the same URL.
107 #user-agent=NSPlayer/4.1.0.3856
109 # Pretend to be Quicktime
110 # Fixes playback for apple.com/trailers redirects
111 #user-agent="QuickTime"
113 # Pretend to be Realplayer SP
114 # Fixes playback for some video streaming sites
115 #user-agent=RMA/1.0
117 # Pretend to be Winamp
118 # Fixes playback of some NSV streams
119 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
121 # Drop frames to preserve audio/video sync.
122 #framedrop = yes
124 # Specify your preferred skin here (skins are searched for in
125 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
126 #skin = Abyss
128 # Resample the font alphamap.
129 # 0     plain white fonts
130 # 0.75  very narrow black outline (default)
131 # 1     narrow black outline
132 # 10    bold black outline
133 #ffactor = 0.75
135 # cache settings
137 # Use 8MB input cache by default.
138 #cache = 8192
140 # Prefill 20% of the cache before starting playback.
141 #cache-min = 20.0
143 # Prefill 50% of the cache before restarting playback after the cache emptied.
144 #cache-seek-min = 50
146 # DVD: Display English subtitles if available.
147 #slang = en
149 # DVD: Play English audio tracks if available.
150 #alang = en
152 ###################
153 # DVDNAV Settings #
154 ###################
155 [protocol.dvdnav]
156 #vc=ffmpeg12,
157 #mouse-movements=yes
158 #nocache=yes
160 # You can also include other configuration files.
161 #include = /path/to/the/file/you/want/to/include