media-interpolate

Interpolates video frames to increase framerate using RIFE, FILM, or PractCL backends.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill media-interpolate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-interpolate
Source: https://github.com/damionrashford/media-os/tree/main/skills/media-interpolate
Command: npx skills add https://github.com/damionrashford/media-os --skill media-interpolate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

AI frame interpolation to generate smoother motion and higher framerates from low-frame-rate footage.

Core Features & Use Cases

  • AI frame interpolation using RIFE, FILM, and PractCL backends to produce 2x/4x+ framerates.
  • Supports single-image tweening between two frames, slow-motion, anime-style frame-doubling, and large-motion sequences.
  • Driver script handles frame extraction, interpolation, and remuxing with model selection and GPU support.

Quick Start

Run the interpolation driver to convert 24fps video to 60fps using your preferred model.

Frequently Asked Questions about media-interpolate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert 24fps video to 60fps using AI frame interpolation?

AI frame interpolation increases video framerate by generating intermediate frames between existing ones. You can convert 24fps footage to 60fps by running the driver script with a selected model like RIFE and specifying your target FPS.

What is the best way to create slow-motion video from low-framerate footage?

Slow-motion video relies on frame interpolation to synthesize new intermediate frames and increase temporal resolution. This Skill uses AI models to generate smooth slow-motion sequences by interpolating frames between the original captures.

Does RIFE or FILM work better for anime frame-doubling and large-motion scenes?

RIFE, FILM, and PractCL are supported as interpolation backends, each offering different model characteristics for anime frame-doubling and large-motion scenes. You can select your preferred model through the driver script to match your footage requirements.

Can I use AI interpolation to generate tween frames between two images?

Yes, AI interpolation supports single-image tweening to generate intermediate frames between two images. The driver script manages the extraction, interpolation, and remuxing processes to create smooth transitions between the start and end frames.

Do I need a GPU to run AI video frame interpolation?

A GPU is optional for running AI video frame interpolation, as the driver script includes optional GPU support. Enabling GPU acceleration can improve processing speed when generating 2x or 4x framerates with models like RIFE.