vo_gl3: call glFlush() after frame drawing is complete
[mplayer.git] / etc / example.conf
blob9e243d038e256e128ce85b5233b17c9978251592
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=xv
25 # Use OpenGL video by default
26 #vo=gl
28 # Start in fullscreen mode by default.
29 #fs=yes
31 # Change to a different videomode when going fullscreen.
32 #vm=yes
34 # Override the autodetected color depth, may need 'vm=yes' as well.
35 #bpp=0
37 # Enable software scaling (powerful CPU needed) for video output
38 # drivers that do not support hardware scaling.
39 #zoom=yes
41 # standard monitor size, with square pixels
42 #monitoraspect=4:3
44 # Use this for a widescreen monitor, non-square pixels.
45 #monitoraspect=16:9
47 # Keep the player window on top of all other windows.
48 #ontop=yes
51 ##################
52 # audio settings #
53 ##################
55 # Specify default audio driver (see -ao help for a list).
56 #ao=alsa
58 # Specify the mixer device.
59 #mixer = /dev/mixer
61 # Resample the sound to 44100Hz with the lavcresample audio filter.
62 #af=lavcresample=44100
64 # Output audio to S/PDIF
65 #ao=alsa:device=spdif
66 #ac=hwac3,hwdts,hwmpa,
69 ##################
70 # other settings #
71 ##################
73 # Pretend to be Window Media Player.
74 # Fixes playback when playlist and media file use the same URL.
75 #user-agent=NSPlayer/4.1.0.3856
77 # Pretend to be Quicktime
78 # Fixes playback for apple.com/trailers redirects
79 #user-agent="QuickTime"
81 # Pretend to be Realplayer SP
82 # Fixes playback for some video streaming sites
83 #user-agent=RMA/1.0
85 # Pretend to be Winamp
86 # Fixes playback of some NSV streams
87 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
89 # Drop frames to preserve audio/video sync.
90 #framedrop = yes
92 # Resample the font alphamap.
93 # 0     plain white fonts
94 # 0.75  very narrow black outline (default)
95 # 1     narrow black outline
96 # 10    bold black outline
97 #ffactor = 0.75
99 # cache settings
101 # Use 8MB input cache by default.
102 #cache = 8192
104 # Prefill 20% of the cache before starting playback.
105 #cache-min = 20.0
107 # Prefill 50% of the cache before restarting playback after the cache emptied.
108 #cache-seek-min = 50
110 # DVD: Display English subtitles if available.
111 #slang = en
113 # DVD: Play English audio tracks if available.
114 #alang = en
117 ############
118 # Profiles #
119 ############
121 # The options declared as part of profiles override global default settings,
122 # but only take effect when the profile is active.
124 [protocol.dvdnav]
125 #vc=ffmpeg12,
126 #mouse-movements=yes
127 #nocache=yes
130 #[vo.vdpau]
131 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
132 # Most video filters do not work with vdpau hardware decoding.
133 #vf-clr=yes
137 # You can also include other configuration files.
138 #include = /path/to/the/file/you/want/to/include