SlowCraft is a simple desktop app that lets you generate smooth slow-motion videos using the RIFE AI frame interpolation model. Built with Python and Tkinter, it's plug-and-play: just drop in a video, set your settings, and create buttery smooth slowmo.
- 📹 Upload any video (
.mp4,.avi,.mov) - 🎛 Choose custom start/end time or process entire video
- 🐢 Slow down by 2x, 4x, or 8x
- 🌟 Optional video enhancement: brightness + sharpening + denoise
- 🖼 Real-time frame preview
- 💾 Export with audio and save anywhere
- Python 3.8+
ffmpeg.exe(download below)rife-ncnn-vulkan.exe(download below)- RIFE model files (
rife-v4.6)
-
Clone this repo
git clone https://github.com/Garuda8887/slowcraft.git cd slowcraft -
Install dependencies
pip install -r requirements.txt
-
Download these files manually:
ffmpeg.exe: Download from FFmpeg Buildsrife-ncnn-vulkan.exe+models/rife-v4.6: Download from RIFE-NCNN-Vulkan
Place them in the root folder as shown below.
slowcraft/
├── slowcraft.py
├── README.md
├── ffmpeg.exe
├── rife-ncnn-vulkan.exe
├── models/
│ └── rife-v4.6/
python slowcraft.pyMIT License – use freely, credit kindly.






