mpv Snippets
# Play internet videompv "https://www.youtube.com/watch?v=VPMyBOqCcsw"
# Upscaling video# Edit `mpv.conf`# Add the following lines / uncomment gpu use# ~~ stands for mpv configuration directory (e.g. ~/.config/mpv)profile=gpu-hqglsl-shaders="~~/shaders/shader_whatever_name.glsl"# Or run command linempv --glsl-shaders="~~/shaders/FSR.glsl" video.mp4