vdpau codecs config entry by beandog
[mplayer/glamo.git] / etc / example.conf
blob97b4d91b7c69d36d525d435eda18864fda657c03
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.
15 ##################
16 # video settings #
17 ##################
19 # Specify vdpau codecs when using -vo vdpau.
20 #[vo.vdpau]
21 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
23 # Specify default video driver (see -vo help for a list).
24 #vo=xv
26 # Use SDL video with the aalib subdriver by default.
27 #vo = sdl:aalib
29 # FBdev driver:
31 # mode to use (read from fb.modes)
32 #fbmode = 640x480-120
34 # location of the fb.modes file
35 #fbmodeconfig = /etc/fb.modes
37 # Specify your monitor timings for the vesa and fbdev video output drivers.
38 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
39 # that exceed the capabilities of your monitor, you may damage it.
41 # horizontal frequency range (k stands for 1000)
42 #monitor-hfreq = 31.5k-50k,70k
44 # vertical frequency range
45 #monitor-vfreq = 50-90
47 # dotclock (or pixelclock) range (m stands for 1000000)
48 #monitor-dotclock = 30M-300M
50 # Start in fullscreen mode by default.
51 #fs=yes
53 # Change to a different videomode when going fullscreen.
54 #vm=yes
56 # Override the autodetected color depth, may need 'vm=yes' as well.
57 #bpp=0
59 # Enable software scaling (powerful CPU needed) for video output
60 # drivers that do not support hardware scaling.
61 #zoom=yes
63 # standard monitor size, with square pixels
64 #monitoraspect=4:3
66 # Use this for a widescreen monitor, non-square pixels.
67 #monitoraspect=16:9
69 # Keep the player window on top of all other windows.
70 #ontop=yes
73 ##################
74 # audio settings #
75 ##################
77 # Specify default audio driver (see -ao help for a list).
78 #ao=oss
80 # Use SDL audio driver with the esd subdriver by default.
81 #ao = sdl:esd
83 # Specify the mixer device.
84 #mixer = /dev/mixer
86 # Resample the sound to 44100Hz with the lavcresample audio filter.
87 #af=lavcresample=44100
90 ##################
91 # other settings #
92 ##################
94 # Pretend to be Window Media Player.
95 # Fixes playback when playlist and media file use the same URL.
96 #user-agent=NSPlayer/4.1.0.3856
98 # Pretend to be Quicktime
99 # Fixes playback for apple.com/trailers redirects
100 #user-agent="QuickTime"
102 # Drop frames to preserve audio/video sync.
103 #framedrop = yes
105 # Specify your preferred skin here (skins are searched for in
106 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
107 #skin = Abyss
109 # Resample the font alphamap.
110 # 0     plain white fonts
111 # 0.75  very narrow black outline (default)
112 # 1     narrow black outline
113 # 10    bold black outline
114 #ffactor = 0.75
116 # cache settings
118 # Use 8MB input cache by default.
119 #cache = 8192
121 # Prefill 20% of the cache before starting playback.
122 #cache-min = 20.0
124 # Prefill 50% of the cache before restarting playback after the cache emptied.
125 #cache-seek-min = 50
127 # DVD: Display English subtitles if available.
128 #slang = en
130 # DVD: Play English audio tracks if available.
131 #alang = en
133 ###################
134 # DVDNAV Settings #
135 ###################
136 [protocol.dvdnav]
137 #vc=ffmpeg12,
138 #mouse-movements=yes
139 #nocache=yes
141 # You can also include other configuration files.
142 #include = /path/to/the/file/you/want/to/include