shell-things/conf/mpv.conf

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-08-26 22:04:05 +02:00
# ~/.config/mpv/mpv.conf
# My mpv usage has mostly been anime
alang=jpn,jp,ja
# but I still prefer to have subtitles
slang=fi,fin,en,eng,eo,epo
2019-08-26 22:04:05 +02:00
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
sid=auto
secondary-sid=auto
2019-08-26 22:04:05 +02:00
# Fullscreen by default
fs=yes
# Vsync? The user who originally added it judged it to not be working
# though.
#opengl-swapinterval=0
# HQ options according to Arch Wiki, may cause problems for "a few users"
profile=gpu-hq
# AW says that the manual says to use these for the best quality if the
# hardware can handle it.
2020-11-09 20:06:17 +01:00
## 2020-11-09: even Sedric doesn't handle this for some reason, 8 GB RAM
## and no swap isn't enough?
#scale=ewa_lanczossharp
#cscale=ewa_lanczossharp
2019-08-26 22:04:05 +02:00
# "more complicated", desyncing video causes resampling audio
video-sync=display-resample
# make motion smoother (both two)
interpolation
tscale=oversample
2019-09-29 23:33:07 +02:00
# When watching YouTube videos, don't eat all CPU and bandwidth and be
# even more unpleasant to use!
# https://github.com/mpv-player/mpv/issues/4241#issuecomment-327033395
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best
# Take commands from controller.
# TODO: actually map something to it!
#input-gamepad=yes