Skip to content

DLSS 5 Video Converter v0.1.0

Choose a tag to compare

@perseval-BLR perseval-BLR released this 31 Aug 14:35
· 15 commits to main since this release

DLSS 5 Video Converter v0.1.0

Local web tool that runs video through NVIDIA DLSS 5 Neural Rendering (NGX feature 18, nvngx_dlssnr.dll) with optical-flow motion vectors and encodes the result with NVENC.

Run: unzip → DLSS5VideoConverter.exe → browser opens at http://127.0.0.1:7860 → add a video → Render.

Features

  • Profiles: Faithful / Natural / Strong-Cinematic / Extreme-Overdrive (intensity up to 3.0)
  • NR sliders: Intensity, Local Tone, Local Structure, Skin Structure (0–3, skin from −1) — manual values override the profile
  • Encoding: H.264 / HEVC / AV1 (NVENC, software fallback), MP4 / MKV, CRF 17/20/24
  • Split compare: original vs result, two synced players, sound from the result
  • Metrics: PSNR / SSIM on every 30th frame (in the JSON report)
  • UI: RU/EN, dark/light theme, results feed with Download/JSON, README modal, drag&drop or Add button
  • Original source video is kept in originals/ for comparison

Requirements

  • Windows 10/11 64-bit
  • NVIDIA RTX 40/50 (RTX 30 — beta, very slow)
  • Recent NVIDIA driver

Honest limitations

  • Render path is RGBA8 — HDR input is converted to SDR (not mislabeled as HDR)
  • Optical-flow motion ≠ engine motion vectors: fast motion, occlusions, thin objects, cuts may show temporal artifacts
  • nvngx.dll in bin/runtime is a modified shim (caller-check wrapper), not NVIDIA's NGX core; the bundled model is modified for standalone calls
  • Every frame must return a successful feature-18 result or the render is rejected
  • First run on 4K video may take 1–3 minutes for analysis (ffprobe decodes frames)

Source

Full source in this repo: app.py, dlss5_converter/, build_exe.bat (PyInstaller), native/ (worker sources).

Made by Persevalhttps://youtube.com/@perseval_BLR


RTX 40 Series (Ada) build

DLSS5-Video-Converter-v0.1.0-RTX40-win64.zip — same app with a community-patched nvngx_dlssnr.dll (Ada CUDA binaries) for GeForce RTX 40 Series. Experimental (Uncle Burrito / dev-camo patch): expect a large performance hit vs RTX 50 and possible visual artifacts. Do NOT use the patched DLL in online / anti-cheat-protected games. RTX 20/30 are NOT supported.