Skip to content

Releases: zhangmq/vsr-player

v0.2.0-alpha.1 early alpha release for testing

Choose a tag to compare

@zhangmq zhangmq released this 26 Jun 10:21

Notes

Early alpha release for testing. Basic playback with VSR works, but many rough edges remain. Tested on CachyOS + RTX 5060 Ti only.

Working

  • Video playback with NVDEC hardware decode
  • AI super-resolution (2×/3×/4×) and denoising
  • Basic QML overlay UI (play/pause/seek/volume)
  • Keyboard shortcuts (Space, F, P, Tab, etc.)
  • OSD playback info panel

Not yet

  • Playlist file management
  • Seeking beyond keyframe boundaries may be imprecise
  • Ubuntu/Debian support untested
  • No desktop entry or package manager integration

System requirements

  • NVIDIA GPU (RTX 20 series or newer) with driver 570+
  • Qt 6.8+, FFmpeg 6+, PortAudio, Vulkan loader
  • Python 3 + pip
  • x86_64 Linux

Install

tar xzf vsr-player-0.2.0-alpha.1-linux-x86_64.tar.gz
cd vsr-player-0.2.0-alpha.1-linux-x86_64
./install.sh

v0.1.0-alpha — Release packaging test

Pre-release

Choose a tag to compare

@zhangmq zhangmq released this 26 Jun 07:31

Description:

⚠️ This is a test release for verifying the build/packaging/install flow.
Not intended for production use.

What's included

  • Pre-built binary (vsr-player)
  • QML overlay UI components
  • SPIR-V shaders
  • MaterialIcons font
  • NVRTC runtime libraries (CUDA 13)
  • install.sh — one-command installer

Not included (installed by install.sh)

  • NVIDIA VFX runtime (pip install nvidia-vfx)

Install

tar xzf vsr-player-0.1.0-linux-x86_64.tar.gz
cd vsr-player-0.1.0-linux-x86_64
./install.sh