logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

mpv.conf (736B)


  1. ao = sndio,alsa,oss,sunaudio
  2. # mpv --vo=help but null is put last and image is removed
  3. vo = gpu,vdpau,xv,vaapi,x11,drm,tct,null
  4. hwdec = vdpau,vaapi
  5. gpu-context = wayland
  6. # Mitigates LOUD/quiet differences in audio
  7. af = lavfi=dynaudnorm
  8. no-audio-display
  9. audio-file-auto = fuzzy
  10. sub-auto = fuzzy
  11. audio-display = no
  12. audio-channels = 2
  13. screenshot-directory=/tmp/
  14. screenshot-template="screenshot_mpv:%F@%P"
  15. volume = 50
  16. #ytdl-format=43/12/18/hls-832
  17. ytdl-format=best[height<=1080]/bestaudio
  18. alang=ja,jpn,en,eng,fr,fra
  19. slang=en,eng,fr,fra,ja,jpn
  20. osd-msg3=${time-pos}(${=time-pos})/${duration}(${=duration}) (${percent-pos}%)
  21. write-filename-in-watch-later-config = yes
  22. [big-cache]
  23. cache=yes
  24. demuxer-max-bytes=500MiB
  25. demuxer-readahead-secs=30