Created
December 31, 2018 00:46
-
-
Save lmoe/c9285e2605280681220488884a76eb44 to your computer and use it in GitHub Desktop.
[Linux] Final mpv 4k settings for Ryzen 2200G without stuttering or desync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arch Linux | |
# AMD Ryzen 2200G (OC) | |
# extra/xorg-server 1.20.3-1 (xorg) | |
# aur/xf86-video-amdgpu-git 18.1.0.33-1 | |
# aur/linux-amd-staging-drm-next-git 4.21.797775.d9c54d61df32-1 | |
# mpv 0.29.1 | |
# audio stuff | |
audio-device=alsa/hdmi:CARD=Generic,DEV=0 | |
audio-channels=2.1,stereo | |
# video internals | |
vo=gpu | |
hwdec=vaapi | |
gpu-context=x11egl # mpv ignores the vaapi-egl hw decoding if this is unset, resulting in complete sw decoding | |
hwdec-codecs=all | |
# video color/sync | |
hdr-compute-peak=no # enabling bites with video-sync (31.12.2018) | |
video-sync=display-resample | |
hr-seek-framedrop=no | |
tone-mapping=reinhard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment