mpv: Improve rendering quality

The default mpv settings use traditional rendering methods in order to
support older hardware. Since we're running on modern hardware, we can
take advantage of the higher quality settings that mpv offers.
This commit is contained in:
Donovan Glover 2022-03-08 11:10:17 -05:00
parent 2fa523e12a
commit 7680433c6d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,5 +1,5 @@
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017 Donovan Glover
# Copyright (C) 2017-2022 Donovan Glover
# Always save screenshots as .png
screenshot-format="png"
@ -9,3 +9,21 @@ screenshot-directory="~/Pictures/Screenshots"
# Do not use the default keybindings
no-input-default-bindings
###############################
# High quality settings
###############################
# Use high quality OpenGL options
profile=gpu-hq
# Use best OpenGL scaling filter for quality
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
# Don't drop frames if audio/video go out of sync
video-sync=display-resample
# Improve motion
interpolation
tscale=oversample