From cb44894f097b1cae9945e77fff857e16fe7ddad4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 5 Dec 2008 15:33:14 +0100 Subject: add mplayer configs --- mplayer/config | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 mplayer/config (limited to 'mplayer/config') diff --git a/mplayer/config b/mplayer/config new file mode 100644 index 0000000..45042a8 --- /dev/null +++ b/mplayer/config @@ -0,0 +1,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 -- cgit v1.2.3