Fix vf_tcdump's compilation
[mplayer/kovensky.git] / etc / example.conf
blobbdd3cb56bf8d1d13b240af13f6d9b57d25d69554
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
89 # Output audio to S/PDIF
90 #ao=alsa:device=spdif
91 #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 # Drop frames to preserve audio/video sync.
106 #framedrop = yes
108 # Specify your preferred skin here (skins are searched for in
109 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
110 #skin = Abyss
112 # Resample the font alphamap.
113 # 0     plain white fonts
114 # 0.75  very narrow black outline (default)
115 # 1     narrow black outline
116 # 10    bold black outline
117 #ffactor = 0.75
119 # cache settings
121 # Use 8MB input cache by default.
122 #cache = 8192
124 # Prefill 20% of the cache before starting playback.
125 #cache-min = 20.0
127 # Prefill 50% of the cache before restarting playback after the cache emptied.
128 #cache-seek-min = 50
130 # DVD: Display English subtitles if available.
131 #slang = en
133 # DVD: Play English audio tracks if available.
134 #alang = en
136 ###################
137 # DVDNAV Settings #
138 ###################
139 [protocol.dvdnav]
140 #vc=ffmpeg12,
141 #mouse-movements=yes
142 #nocache=yes
144 # You can also include other configuration files.
145 #include = /path/to/the/file/you/want/to/include