Skip to content

Instantly share code, notes, and snippets.

@msoe
Last active August 29, 2015 14:20
Show Gist options
  • Save msoe/eda0a410a8e319e9a150 to your computer and use it in GitHub Desktop.
Save msoe/eda0a410a8e319e9a150 to your computer and use it in GitHub Desktop.
# ~/.mplayer/config
# my mplayer config on Mac
really-quiet=1 # very minimal output
## postprocessing
spuaa=4 # for subtitle, gaussian blur mode
spugauss=0.5 # variance for gaussian blur above
## audio
volume=75
## video
double=yes # double buffering. stores two frames in memory
framedrop=1 # skip displaying some frames to maintain A/V sync on slow systems
hardframedrop=0 # more intense frame dropping. may result in image distortion.
lavdopts=threads=2 # (MPEG-1/2 and H.264 only) number of threads to use for decoding
## subtitles
utf8=1
subfont-encoding=unicode
subfont-blur=8
subfont-text-scale=3
slang=en
sid=0
# colorize terminal
msgmodule=1
msgcolor=1
msglevel:ass=-1
msglevel:avsync=9
msglevel:cache=-1
msglevel:cplayer=4
msglevel:decvideo=0
msglevel:demux=4
msglevel:demuxer=0
msglevel:global=-1
msglevel:header=-1
msglevel:network=-1
msglevel:osd=-1
msglevel:playtree=0
msglevel:statusline=9
msglevel:subreader=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment