Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rxys/Impractical-RIFE

 
 

Repository files navigation

Smoothie 🍹

Silky-smooth slow-mo from any video, no blender needed.


Installation

git clone https://github.com/rxys/Impractical-RIFE.git
cd smoothie
pip install -r requirements.txt

Download or train your RIFE HD model and place weights in train_log/.


Usage

python interpolate_video.py \
  --video input.mp4       # Path to source video
  --fps 60                # Target FPS (e.g., 24, 30, 60, 240)
  --output out.mp4        # (Optional) Output file path
  --model train_log       # Model directory
  --fp16                  # (Optional) Enable FP16
  --png                   # (Optional) Export PNG frames
  --fixed_height 1440      # (Optional) Downscale height

Run python interpolate_video.py --help for full options.


License

MIT © 2025

About

More practical frame interpolation approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • Jupyter Notebook 28.5%