diff options
author | Nate Buttke <nate-web@riseup.net> | 2022-01-15 23:21:47 -0800 |
---|---|---|
committer | Nate Buttke <nate-web@riseup.net> | 2022-01-15 23:21:47 -0800 |
commit | 3281eb1d839dcff721fe6aa8fbd6033678fc4a9d (patch) | |
tree | 02de45102613357591f0d39e2858fc722670349e /mpv |
initial commit
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..d2d9383 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1,5 @@ +scale=spline36 +dscale=catmull_rom +cscale=mitchell +video-sync=display-resample +save-position-on-quit |