https://github.com/adil192/upscaled_vlc
Real-time video upscaling using VLC and FSR.
https://github.com/adil192/upscaled_vlc
gamescope real-time upscale-video upscaling vlc
Last synced: 3 months ago
JSON representation
Real-time video upscaling using VLC and FSR.
- Host: GitHub
- URL: https://github.com/adil192/upscaled_vlc
- Owner: adil192
- License: gpl-3.0
- Created: 2024-09-12T21:02:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T14:21:02.000Z (3 months ago)
- Last Synced: 2025-04-12T09:52:25.764Z (3 months ago)
- Topics: gamescope, real-time, upscale-video, upscaling, vlc
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upscaled_vlc
This is a simple script that allows real-time video upscaling on Linux
using
[VLC media player](https://www.videolan.org/vlc/)
and FSR via Valve's
[gamescope](https://github.com/ValveSoftware/gamescope).## Usage
After [installing](#install),
simply right click on a video in your file manager
and open it with Upscaled VLC.See [the gamescope repo](https://github.com/ValveSoftware/gamescope#keyboard-shortcuts) for the available keyboard controls.
## Install
1. Install the dependencies:
```bash
# E.g. on Fedora:
sudo dnf install ffmpeg xdpyinfo vlc gamescope
```2. Install upscaled_vlc:
```bash
git clone https://github.com/adil192/upscaled_vlc
cd upscaled_vlc
./install.sh
```Or alternatively, as a one-liner:
```bash
wget -O - https://raw.githubusercontent.com/adil192/upscaled_vlc/main/install.sh | bash
```## Uninstall
If you cloned the repo:
```bash
cd upscaled_vlc
./uninstall.sh
```Alternatively, as a one-liner:
```bash
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.