diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2008-12-05 15:33:14 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2008-12-05 15:33:14 +0100 |
commit | cb44894f097b1cae9945e77fff857e16fe7ddad4 (patch) | |
tree | d9374e5d83c048cb3d8f713ee9af8e8c074da089 /mplayer/config | |
parent | a437865b94b51e45cde1ffe02eaa9ee63f886ba7 (diff) | |
download | dotfiles-cb44894f097b1cae9945e77fff857e16fe7ddad4.tar.gz dotfiles-cb44894f097b1cae9945e77fff857e16fe7ddad4.tar.xz dotfiles-cb44894f097b1cae9945e77fff857e16fe7ddad4.zip |
add mplayer configs
Diffstat (limited to '')
-rw-r--r-- | mplayer/config | 48 |
1 files changed, 48 insertions, 0 deletions
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 |