This is a simple script that allows real-time video upscaling on Linux using VLC media player and FSR via Valve's gamescope.
After installing, simply right click on a video in your file manager and open it with Upscaled VLC.
See the gamescope repo for the available keyboard controls.
-
Install the dependencies:
# E.g. on Fedora: sudo dnf install ffmpeg xdpyinfo vlc gamescope
-
Install upscaled_vlc:
git clone https://github.com/adil192/upscaled_vlc cd upscaled_vlc ./install.sh
Or alternatively, as a one-liner:
wget -O - https://raw.githubusercontent.com/adil192/upscaled_vlc/main/install.sh | bash
If you cloned the repo:
cd upscaled_vlc
./uninstall.sh
Alternatively, as a one-liner:
wget -O - https://raw.githubusercontent.com/adil192/upscaled_vlc/main/uninstall.sh | bash
This project is not affiliated with VideoLAN, VLC, Valve, or gamescope.