diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-03-10 22:10:17 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-03-10 22:10:17 +0530 |
commit | ed03f1ee62f8c559632f7621d478d096a31de24e (patch) | |
tree | 1ac594b1c7ea35a5554ca5a4e107284b3dc81e37 /.config/mpv/mpv.conf | |
parent | baf2695c6ca84bd3cf612d4017228a0f97c6a4bf (diff) |
mpv: initial config
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..81dcf71 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,23 @@ +hwdec +cache +slang=en +alang=en +sub-auto=fuzzy +sub-file-paths=~/.local/share/subs +save-position-on-quit +audio-channels=stereo +keepaspect-window=no +sub-font='sans' +sub-font-size=50 +sub-border-size=1 +sub-color='#eeeeee' +osd-font='sans' +osd-font-size=17 +osd-border-size=1 +osd-color='#eeeeee' +screenshot-directory=~/pix/ss +script-opts=ytdl_hook-ytdl_path=yt-dlp +ytdl-format="bestvideo[height<=2400]+bestaudio/best" + +[extension.gif] +loop-file=inf |