dots

git clone git://mattcarlson.org/repos/dots.git
Log | Files | Refs

mpv.conf (1652B)


      1 # audio
      2 audio-file-auto        = 'fuzzy'
      3 audio-pitch-correction = 'yes'
      4 audio-stream-silence
      5 volume-max             = 100
      6 
      7 # lang
      8 alang = 'eng,en'
      9 slang = 'eng,en'
     10 
     11 # osd
     12 osd-bar          = 'no'
     13 osd-border-color = '#000000FF'
     14 osd-border-size  = 1
     15 osd-color        = '#FFFFFFFF'
     16 osd-font-size    = 32
     17 osd-font         = 'Sans'
     18 osd-margin-x     = 15
     19 osd-margin-y     = 15
     20 
     21 # screenshot
     22 screenshot-format          = 'png'
     23 screenshot-high-bit-depth  = 'yes'
     24 screenshot-jpeg-quality    = 100
     25 screenshot-png-compression = 0
     26 screenshot-tag-colorspace  = 'yes'
     27 screenshot-template        = '%F-%wH-%wM-%wS-%wT'
     28 screenshot-directory       = '~/pix/shots'
     29 
     30 # sub
     31 #blend-subtitles              = 'yes'
     32 demuxer-mkv-subtitle-preroll
     33 embeddedfonts                = 'no'
     34 sub-auto                     = 'fuzzy'
     35 sub-blur                     = 0.2
     36 sub-border-color             = '0.0/0.0/0.0/1.0'
     37 sub-border-size              = '3.0'
     38 sub-color                    = '1.0/1.0/1.0/1.0'
     39 sub-fix-timing               = 'yes'
     40 sub-font-size                = 32
     41 sub-font                     = 'Sans'
     42 sub-gauss                    = 1.0
     43 sub-gray                     = 'yes'
     44 sub-shadow-color             = '0.0/0.0/0.0/0.25'
     45 sub-shadow-offset            = 0
     46 
     47 # vid
     48 #cscale-antiring   = 0.0
     49 #cursor-autohide   = 75
     50 #deband-grain      = 48
     51 #deband-iterations = 4
     52 #deband-range      = 16
     53 #deband-threshold  = 48
     54 ##deband            = 'yes'
     55 #dscale-antiring   = 0.0
     56 #force-seekable    = 'yes'
     57 #hr-seek-framedrop = 'no'
     58 hwdec             = 'auto'
     59 #interpolation     = 'yes'
     60 ##profile           = 'gpu-hq'
     61 #scale-antiring    = 0.0
     62 #video-sync        = 'audio'
     63 #vo                = 'gpu'