NVIDIARTXVideoTOP is a TouchDesigner component that leverages the Nvidia RTX Video SDK for AI-enhanced video processing. This custom TOP (Texture Operator) enables RTX Video Super Resolution and RTX Video HDR effects to improve sharpness, clarity, and automatically convert SDR video to HDR within TouchDesigner workflows.
- Video Super Resolution (VSR): AI-enhanced video upscaling and artifact reduction
- RTX Video HDR (THDR): AI-enhanced SDR to HDR tone mapping
- TouchDesigner 2023.12230 or newer
- NVIDIA RTX GPU
- NVIDIA Graphics Driver r570.58 or newer (avoid Insider Preview drivers)
- CUDA Toolkit 12.8 or newer
- Nvidia RTX Video SDK (set NV_RTX_VIDEO_SDK environment variable to the SDK directory)
- Visual Studio with C++ developer tools
- CMake
- Set the
NV_RTX_VIDEO_SDKenvironment variable to the RTX Video SDK directory (the one containing bin, doc, include, lib, samples folders) - Make sure CUDA_PATH is set to the Cuda Toolkit 12.8 or newer installation
- Build Release by running
build.bator:Or manually with CMake:./build.ps1 [Debug|Release|RelWithDebInfo]
mkdir build cd ./build cmake .. cmake --build . --config Release
- The compiled NVIDIARTXVideoTOP.dll file and dependencies will be copied to test/Plugins
- Open
test/NVIDIARTXVideoTOP.toe - Configure parameters:
- Mode: Choose between VSR, THDR, or VSR+THDR
- VSR Quality: Select upscaling quality (Bicubic, Low, Medium, High, Ultra)
- THDR settings: Adjust Contrast, Saturation, Middle Gray, and Max Luminance as needed
This project is licensed under the MIT License - see the LICENSE file for details.
- NVIDIA for their RTX technology and SDK