MPV with frame interpolation
Installation install required pacakges mpv-git svp vapoursynth Close everything and run SVP to profile performance; when it’s done, it’ll just tersely close Make mpv use SVP! Add an SVP profile and a preset for to ~/.config/mpv/mpv.conf (see 📄 below) Verify it works by opening a file with mpv and add SVP to autostart programs! ~/.config/mpv/mpv.conf profile=svp # Enable svp by default, here in the "top-level" of mpv.conf # Keep within screen bounds; if window larger than W%xH% of screen, resize to W%xH% autofit-larger=100%x100% [svp] # SVP profile # Everything below here only applies to this profile until another profile is declared!...