diff options
| author | Blista Kanjo | 2021-12-16 16:54:09 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-16 16:54:09 -0500 |
| commit | 21f06de50887ffd9f95f25c6a0291661b89e8e42 (patch) | |
| tree | 7b3c82bfdd159a73abf312fbf5cf9fc07b1395bf | |
| parent | 7efce133bd445cb6efe9cb8484405f5efb286cb7 (diff) | |
added mpv config
| -rw-r--r-- | mpv.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mpv.conf b/mpv.conf new file mode 100644 index 0000000..b5ea7d5 --- /dev/null +++ b/mpv.conf @@ -0,0 +1,13 @@ +vo=gpu +hwdec=nvdec +sub-font='Helvetica World' +sub-font-size=38 +scale=bilinear +cscale=bilinear +dscale=bilinear +scale-antiring=0 +cscale-antiring=0 +dither-depth=no +correct-downscaling=no +sigmoid-upscaling=no +deband=no |
