~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to etc/example.conf

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:45:33 UTC
  • Revision ID: siretart@tauware.de-20060708084533-dbc155bde7122e78
imported mplayer_0.99+1.0pre7try2+cvs20060117

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# MPlayer configuration file
 
3
#
 
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.
 
7
#
 
8
# The configuration file settings are the same as the command line
 
9
# options without the preceding '-'.
 
10
#
 
11
# See the CONFIGURATION FILES section in the man page
 
12
# for a detailed description of the syntax.
 
13
 
 
14
 
 
15
##################
 
16
# video settings #
 
17
##################
 
18
 
 
19
# Specify default video driver (see -vo help for a list).
 
20
#vo=xv
 
21
 
 
22
# Use SDL video with the aalib subdriver by default.
 
23
#vo = sdl:aalib
 
24
 
 
25
# FBdev driver:
 
26
#
 
27
# mode to use (read from fb.modes)
 
28
#fbmode = 640x480-120
 
29
#
 
30
# location of the fb.modes file
 
31
#fbmodeconfig = /etc/fb.modes
 
32
 
 
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.
 
36
#
 
37
# horizontal frequency range (k stands for 1000)
 
38
#monitor-hfreq = 31.5k-50k,70k
 
39
#
 
40
# vertical frequency range
 
41
#monitor-vfreq = 50-90
 
42
#
 
43
# dotclock (or pixelclock) range (m stands for 1000000)
 
44
#monitor-dotclock = 30M-300M
 
45
 
 
46
# Start in fullscreen mode by default.
 
47
#fs=yes
 
48
 
 
49
# Change to a different videomode when going fullscreen.
 
50
#vm=yes
 
51
 
 
52
# Override the autodetected color depth, may need 'vm=yes' as well.
 
53
#bpp=0
 
54
 
 
55
# Enable software scaling (powerful CPU needed) for video output
 
56
# drivers that do not support hardware scaling.
 
57
#zoom=yes
 
58
 
 
59
# standard monitor size, with square pixels
 
60
#monitoraspect=4:3
 
61
 
 
62
# Use this for a widescreen monitor, non-square pixels.
 
63
#monitoraspect=16:9
 
64
 
 
65
# Keep the player window on top of all other windows.
 
66
#ontop=yes
 
67
 
 
68
 
 
69
##################
 
70
# audio settings #
 
71
##################
 
72
 
 
73
# Specify default audio driver (see -ao help for a list).
 
74
#ao=oss
 
75
 
 
76
# Use SDL audio driver with the esd subdriver by default.
 
77
#ao = sdl:esd
 
78
 
 
79
# Specify the mixer device.
 
80
#mixer = /dev/mixer
 
81
 
 
82
# Resample the sound to 44100Hz with the lavcresample audio filter.
 
83
#af=lavcresample=44100
 
84
 
 
85
 
 
86
##################
 
87
# other settings #
 
88
##################
 
89
 
 
90
# Drop frames to preserve audio/video sync.
 
91
#framedrop = yes
 
92
 
 
93
# Specify your preferred skin here (skins are searched for in
 
94
# /usr/local/share/mplayer/Skin/<name> and ~/.mplayer/Skin/<name>).
 
95
#skin = Abyss
 
96
 
 
97
# Resample the font alphamap.
 
98
# 0     plain white fonts
 
99
# 0.75  very narrow black outline (default)
 
100
# 1     narrow black outline
 
101
# 10    bold black outline
 
102
#ffactor = 0.75
 
103
 
 
104
# cache settings
 
105
#
 
106
# Use 8MB input cache by default.
 
107
#cache = 8192
 
108
#
 
109
# Prefill 20% of the cache before starting playback.
 
110
#cache-min = 20.0
 
111
#
 
112
# Prefill 50% of the cache before restarting playback after the cache emptied.
 
113
#cache-seek-min = 50
 
114
 
 
115
# DVD: Display English subtitles if available.
 
116
#slang = en
 
117
 
 
118
# DVD: Play English audio tracks if available.
 
119
#alang = en
 
120
 
 
121
 
 
122
# You can also include other configuration files.
 
123
#include = /path/to/the/file/you/want/to/include