blob: 45042a8b71e2dcc737c7e80a23e6ac363cd22ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
[default]
## Video
vo=xv # video driver
fixed-vo=yes # fixed video system for all files
zoom=1 # software scaling if using f.e. vo=x11
fs=yes # fullscreen
double=yes # double-buffering
## Audio
ao=pulse # audio driver
#ao=jack
mixer-channel=Master # mixer channel
#softvol=yes # volume filter (no hw mixer control)
## Subs
# VobSubs
spualign=-1 # align as they want themselves
spuaa=4 # anit-alias subs (4: best/slowest)
# Softsubs
sub-fuzziness=1 # find subtitle files (1: load all files containing movie name)
font=/usr/share/fonts/dejavu/DejaVuCondensedSans.ttf # font
subfont-encoding=unicode # font encoding
unicode=yes
utf8=yes
ffactor=1 # resample the font alphamap. (1: narrow black outline)
subpos=97 # subtitle position (0-100)
subalign=2 # subtitle align (2: bottom)
subfont-autoscale=2 # font size (2: proportional to movie width)
subfont-blur=2.0 # font blur radius (default: 2)
subfont-outline=2.0 # font outline thickness (default: 2)
subfont-text-scale=3.8 # autoscale coefficient (default: 5)
sub-bg-alpha=0 # background color ala closed captions
sub-bg-color=0 # black to white
# OSD
subfont-osd-scale=3.8 # autoscale coefficient (default: 6)
#mouse-movements=1
## Other
input=file=/home/alex/.mplayer/slave # fifo input for slave commands
prefer-ipv4=yes # prever ipv4 over ipv6 (speedup)
dvd-device=/dev/dvd # device for reading dvd://
stop-xscreensaver=yes # disable xscreensaver (only working with vo=x11)
heartbeat-cmd="xscreensaver-command -deactivate > /dev/null 2>&1" # using heartbeat-cmd to stop xscrenesaver
menu=yes # enable menu
|