RIFE interpolation script for Google Colab, and GUI for local execution under Windows and Linux. RIFE Git repo
- Flexible input options, using FFmpeg for decoding
- Output using x264, or NVENC for fast encoding performance
- Multiple GPU processing support (SLI not required, different GPU combinations can be used)
- Different frame handling modes - including duplicate frame removal with maintenance of output FPS
- The ability to create a loop friendly output for GIFs and looping videos
- No limit on maximum interpolation factor
- Scene-change detection
- Batch video processing
- Ensure 7-zip is accessible from the system path (Linux/Windows) or installed in C:\Program Files\7-Zip
- Git is installed and accessible from the system path
- Python 3.8 is installed and accessible from the system path (Tick Add Python 3.8 to PATH during install)
From within the terminal (Linux) or git bash (Windows):
git clone --branch main --recurse-submodules https://github.com/HeylonNHP/RIFE-Colab.git RIFEcolab
cd RIFEcolab
python install_dependencies.py
pip install spyder
(Linux only)python main_gui.py
Alternatively Windows users may visit the releases page to download a packaged and compiled version of the GUI.