~gma500/+junk/emgd160

« back to all changes in this revision

Viewing changes to mplayer-vaapi/debian/mplayer.conf

  • Committer: Luca Forina
  • Date: 2011-05-03 09:34:53 UTC
  • Revision ID: luca.forina@gmail.com-20110503093453-p1l4o1ck3g67vrha
added mplayer-vaapi

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