comparison debian/mplayer.conf @ 31833:c9f9a077d760

Add new debian packaging based on official distro packages
author siretart
date Tue, 03 Aug 2010 13:02:07 +0000
parents
children
comparison
equal deleted inserted replaced
31832:dc727e19c9b6 31833:c9f9a077d760
1 #
2 # MPlayer configuration file
3 #
4 # Configuration files are read system-wide from /etc/mplayer/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,x11
21
22 # FBdev driver:
23 #
24 # mode to use (read from fb.modes)
25 #fbmode = 640x480-120
26 #
27 # location of the fb.modes file
28 #fbmodeconfig = /etc/fb.modes
29
30 # Specify your monitor timings for the vesa and fbdev video output drivers.
31 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
32 # that exceed the capabilities of your monitor, you may damage it.
33 #
34 # horizontal frequency range (k stands for 1000)
35 #monitor-hfreq = 31.5k-50k,70k
36 #
37 # vertical frequency range
38 #monitor-vfreq = 50-90
39 #
40 # dotclock (or pixelclock) range (m stands for 1000000)
41 #monitor-dotclock = 30M-300M
42
43 # Start in fullscreen mode by default.
44 #fs=yes
45
46 # Change to a different videomode when going fullscreen.
47 #vm=yes
48
49 # Override the autodetected color depth, may need 'vm=yes' as well.
50 #bpp=0
51
52 # Enable software scaling (powerful CPU needed) for video output
53 # drivers that do not support hardware scaling.
54 #zoom=yes
55
56 # standard monitor size, with square pixels
57 #monitoraspect=4:3
58
59 # Use this for a widescreen monitor, non-square pixels.
60 #monitoraspect=16:9
61
62 # Keep the player window on top of all other windows.
63 #ontop=yes
64
65
66 ##################
67 # audio settings #
68 ##################
69
70 # Use pulse, then alsa, then SDL video with the aalib subdriver by default.
71 ao=pulse,alsa,sdl:aalib
72
73 # Use SDL audio driver with the esd subdriver by default.
74 #ao = sdl:esd
75
76 # Specify the mixer device.
77 #mixer = /dev/mixer
78
79 # Resample the sound to 44100Hz with the lavcresample audio filter.
80 #af=lavcresample=44100
81
82
83 ##################
84 # other settings #
85 ##################
86
87 stop-xscreensaver=yes
88
89 # Pretend to be Window Media Player.
90 # Fixes playback when playlist and media file use the same URL.
91 #user-agent=NSPlayer/4.1.0.3856
92
93 # Drop frames to preserve audio/video sync.
94 #framedrop = yes
95
96 # Specify your preferred skin here (skins are searched for in
97 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
98 #skin = Abyss
99
100 # Resample the font alphamap.
101 # 0 plain white fonts
102 # 0.75 very narrow black outline (default)
103 # 1 narrow black outline
104 # 10 bold black outline
105 #ffactor = 0.75
106
107 # cache settings
108 #
109 # Use 8MB input cache by default.
110 #cache = 8192
111 #
112 # Prefill 20% of the cache before starting playback.
113 #cache-min = 20.0
114 #
115 # Prefill 50% of the cache before restarting playback after the cache emptied.
116 #cache-seek-min = 50
117
118 # DVD: Display English subtitles if available.
119 #slang = en
120
121 # DVD: Play English audio tracks if available.
122 #alang = en
123
124 ###################
125 # DVDNAV Settings #
126 ###################
127 #vc=ffmpeg12,
128
129 # You can also include other configuration files.
130 #include = /path/to/the/file/you/want/to/include