You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REAL Video Enhancer is a redesigned and enhanced version of the original Rife ESRGAN App for Linux. This program offers convenient access to frame interpolation and upscaling functionalities on Windows, Linux and MacOS, and is an alternative to outdated software like Flowframes or enhancr.
Features:
Windows support. !!! NOTICE !!! The bin can be detected as a trojan. This is a false positive caused by pyinstaller.
Ubuntu 22.04+ support on Executable and Flatpak. (20.04 can work but is now legacy)
MacOS 15+ arm/x86 support
Discord RPC support for Discord system package and Discord flatpak.
Scene change detection to preserve sharp transitions.
Preview that shows latest frame that has been rendered.
TensorRT and NCNN for efficient inference across many GPUs.
Hardware/Software Requirements
Minimum
Recommended
CPU
Dual Core x64 bit
Quad Core x64 bit
GPU
Vulkan 1.3 capable device
Nvidia RTX GPU (20 series and up)
VRAM
4 GB - NCNN
8 GB - TensorRT (Nvidia, why keep making 8gb cards?)
Fast, efficient and easily accessable video interpolation (Ex: 24->48FPS) and video upscaling (Ex: 1920->3840)
Why is it failing to recognize installed backends?
REAL Video Enhancer uses PIP and portable python for inference, this can sometimes have issues installing. Please attempt reinstalling the app before creating an issue.
TensorRT related questions
Why does it take so long to begin inference?
TensorRT uses advanced optimization at the beginning of inference based on your device, this is only done once per resolution of video inputed.
Why does the optimization and inference fail?
The most common way an optimization can fail is Limited VRAM There is no fix to this except using CUDA or NCNN instead.