Skip to content

adil192/upscaled_vlc

Repository files navigation

upscaled_vlc

This is a simple script that allows real-time video upscaling on Linux using VLC media player and FSR via Valve's gamescope.

Usage

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.

The Open File window showing Upscaled VLC as an option.

Install

  1. Install the dependencies:

    # E.g. on Fedora:
    sudo dnf install ffmpeg xdpyinfo vlc gamescope
  2. 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

Uninstall

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

Disclaimer

This project is not affiliated with VideoLAN, VLC, Valve, or gamescope.