Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # from /g/
- vo=opengl-hq
- hwdec=no
- [extension.gif]
- cache=no
- no-pause
- loop-file=yes
- [extension.webm]
- cache=no
- no-pause
- loop-file=yes
- # from https://github.com/Argon-/mpv-config/blob/master/mpv.conf
- no-border # no window title bar
- msg-module # prepend module name to log messages
- msg-color # color log messages on terminal
- term-osd-bar # display a progress bar on the terminal
- use-filedir-conf # look for additional config files in the directory of the opened file
- #pause # no autoplay
- keep-open # keep the player open when a file's end is reached
- framedrop=vo # drop frames in case your computer is to slow for realtime playback
- autofit-larger=100%x95% # resize window in case it's larger than W%xH% of the screen
- deinterlace=auto # 'auto' does not imply interlacing-detection
- cursor-autohide-fs-only # don't autohide the cursor in window mode, only fullscreen
- input-media-keys=yes # enable/disable OSX media keys
- cursor-autohide=1000 # autohide the curser after 1s
- #########
- # Cache #
- #########
- cache=yes
- cache-default=50000 # size in KB
- cache-backbuffer=25000 # size in KB
- cache-initial=0 # start playback when your cache is filled up with x kB
- cache-secs=2 # how many seconds of audio/video to prefetch if the cache is active
- #############
- # OSD / OSC #
- #############
- osc # activate on screen controls
- osd-level=1 # enable osd and display --osd-status-msg on interaction
- #osd-duration=2500 # hide the osd after x ms
- osd-status-msg='${time-pos} / ${duration}${?percent-pos: (${percent-pos}%)}${?vo-drop-frame-count:${!vo-drop-frame-count==0: Dropped: ${vo-drop-frame-count}}}\n${?chapter:Chapter: ${chapter}}'
- #############
- # Subtitles #
- #############
- demuxer-mkv-subtitle-preroll # try to correctly show embedded subs when seeking
- sub-auto=fuzzy # external subs don't have to match the file name exactly to autoload
- sub-paths=ass:srt:sub:subs:subtitles # search for external subs in the listed subdirectories
- embeddedfonts=yes # use embedded fonts for SSA/ASS subs
- #########
- # Audio #
- #########
- audio-pitch-correction=yes # automatically insert scaletempo when playing with higher speed
- softvol=yes
- softvol-max=150 # maximum volume in %, everything above 100 results in amplification
- volume=90 # default volume, 100 = unchanged
- ###################################
- # Protocol Specific Configuration #
- ###################################
- [protocol.https]
- cache=yes
- cache-default=500000 # size in KB
- cache-backbuffer=250000 # size in KB
- cache-secs=60 # how many seconds of audio/video to prefetch
- no-cache-pause # if the player should pause when the cache runs low
- user-agent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0'
- [protocol.http]
- cache=yes
- cache-default=500000 # size in KB
- cache-backbuffer=250000 # size in KB
- cache-secs=60 # how many seconds of audio/video to prefetch
- no-cache-pause # if the player should pause when the cache runs low
- user-agent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0'
- # from https://archive.rebeccablacktech.com/g/thread/S50085366#p50090439
- # Subtitles Font
- sub-text-font='Helvetica Neue'
- sub-text-font-size=42
- sub-text-margin-y=36
- sub-text-color="#ffffffff"
- sub-text-border-color="#ff262626"
- sub-text-border-size=2
- sub-text-shadow-offset=1
- sub-text-shadow-color="#33000000"
- sub-text-spacing=-0.2
- # OSD
- osd-font='Helvetica Neue:style=Light'
- osd-font-size=42
- osd-bar-align-y=0.75
- osd-bar-h=5
- osd-bar-w=80
- osd-border-size=1
- osd-color='#fdfdfd'
- osd-border-color='#ff262626'
- osd-shadow-color='#ff262626'
- osd-shadow-offset=0.5
- osd-duration=3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement