Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
[mplayer/glamo.git] / etc / example.conf
blobcb3e29030e4e51854957f4690d98077d76396cae
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 default video driver (see -vo help for a list).
20 #vo=xv
22 # Use SDL video with the aalib subdriver by default.
23 #vo = sdl:aalib
25 # FBdev driver:
27 # mode to use (read from fb.modes)
28 #fbmode = 640x480-120
30 # location of the fb.modes file
31 #fbmodeconfig = /etc/fb.modes
33 # Specify your monitor timings for the vesa and fbdev video output drivers.
34 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
35 # that exceed the capabilities of your monitor, you may damage it.
37 # horizontal frequency range (k stands for 1000)
38 #monitor-hfreq = 31.5k-50k,70k
40 # vertical frequency range
41 #monitor-vfreq = 50-90
43 # dotclock (or pixelclock) range (m stands for 1000000)
44 #monitor-dotclock = 30M-300M
46 # Start in fullscreen mode by default.
47 #fs=yes
49 # Change to a different videomode when going fullscreen.
50 #vm=yes
52 # Override the autodetected color depth, may need 'vm=yes' as well.
53 #bpp=0
55 # Enable software scaling (powerful CPU needed) for video output
56 # drivers that do not support hardware scaling.
57 #zoom=yes
59 # standard monitor size, with square pixels
60 #monitoraspect=4:3
62 # Use this for a widescreen monitor, non-square pixels.
63 #monitoraspect=16:9
65 # Keep the player window on top of all other windows.
66 #ontop=yes
69 ##################
70 # audio settings #
71 ##################
73 # Specify default audio driver (see -ao help for a list).
74 #ao=oss
76 # Use SDL audio driver with the esd subdriver by default.
77 #ao = sdl:esd
79 # Specify the mixer device.
80 #mixer = /dev/mixer
82 # Resample the sound to 44100Hz with the lavcresample audio filter.
83 #af=lavcresample=44100
86 ##################
87 # other settings #
88 ##################
90 # Pretend to be Window Media Player.
91 # Fixes playback when playlist and media file use the same URL.
92 #user-agent=NSPlayer/4.1.0.3856
94 # Drop frames to preserve audio/video sync.
95 #framedrop = yes
97 # Specify your preferred skin here (skins are searched for in
98 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
99 #skin = Abyss
101 # Resample the font alphamap.
102 # 0     plain white fonts
103 # 0.75  very narrow black outline (default)
104 # 1     narrow black outline
105 # 10    bold black outline
106 #ffactor = 0.75
108 # cache settings
110 # Use 8MB input cache by default.
111 #cache = 8192
113 # Prefill 20% of the cache before starting playback.
114 #cache-min = 20.0
116 # Prefill 50% of the cache before restarting playback after the cache emptied.
117 #cache-seek-min = 50
119 # DVD: Display English subtitles if available.
120 #slang = en
122 # DVD: Play English audio tracks if available.
123 #alang = en
125 ###################
126 # DVDNAV Settings #
127 ###################
128 #vc=ffmpeg12,
130 # You can also include other configuration files.
131 #include = /path/to/the/file/you/want/to/include