zymos000 /.mplayer/config

# Write your default config options here!
# af="volume=15:0"

vo="xv" #video out
ao="alsa" #audio out

# Position window. (50%:50%: center of screen)
geometry=1%:4% # i like the corner
# x="320" # startup size

framedrop="1" # For slow machines
hardframedrop="0" #Make sure hard frame drop is off but can turn on easily now
lirc="0"

cache=8192

# Audio

alang="en" #audio lang
mc=0.2
autosync=10

# Text-based subtitles
# #=====================
#
double="yes"
# # Find subtitle files. (1: load all subs containing movie name)
sub-fuzziness=1
#
# # Set font encoding.
subfont-encoding=unicode
#
# # Set subtitle file encoding.
unicode=yes
utf8=yes
#
# # Resample the font alphamap. (1: narrow black outline)
ffactor=5
#
# # Set subtitle position. (100: as low as possible)
subpos=100
#
# # Set subtitle alignment at its position. (2: bottom)
subalign=2
#
# # Set font size. (2: proportional to movie width)
subfont-autoscale=2
# # Set font blur radius. (default: 2)
subfont-blur=2.0
#
# # Set font outline thickness. (default: 2)
subfont-outline=2.0
#
# # Set autoscale coefficient. (default: 5)
subfont-text-scale=4.4
#