commit 8a407b35ae593890d7dddeea30881e37c4fa7dc1 from: gonzalo date: Mon May 18 08:13:05 2020 UTC Add mpv.conf with some settings commit - 6c1893d2370f629b67d7377773a2056dd4d30f54 commit + 8a407b35ae593890d7dddeea30881e37c4fa7dc1 blob - /dev/null blob + 1c1b28f9409512af92b9185322f7ff355eff9e92 (mode 644) --- /dev/null +++ mpv.conf @@ -0,0 +1,27 @@ +#Audio language priority +alang=ja,jp,jpn,en,eng,es,esp,de,deu,ger + +#Subtitle language priority +slang=en,eng,es,esp,de,deu,ger + +#Default volume of the player +volume=40 + +#Max volume of the player +volume-max=100 + +#Forces showing subtitles while seeking through the video +demuxer-mkv-subtitle-preroll=yes + +#Backward compatibility for vsfilter fansubs +sub-ass-vsfilter-blur-compat=yes + +#Fixes subtitle timing for gaps smaller than 210ms (works with PGS subtitles) +sub-fix-timing=yes + +#Load external subtitles with (almost) the same name as the video +sub-auto=fuzzy + +#Some settings fixing VOB/PGS subtitles (creating blur & changing yellow subs to gray) +sub-gauss=1.0 +sub-gray=yes