git404hub

what is findaframeinterpolation fr?

eversor-hn/findaframeinterpolation — explained in plain English

Analysis updated 2026-05-18

2Audience · generalComplexity · 1/5Setup · easy

tl;dr

A free Windows video player that smooths choppy footage in real time using frame interpolation and also doubles as a music-reactive visualiser.

vibe map

mindmap
  root((FAFI))
    What it does
      Real time frame interpolation
      Music visualiser
      Offline first playback
    Tech stack
      DirectX 11
      FFmpeg
      RIFE engine
    Use cases
      Smoother video playback
      Beat reactive visuals
      Retro filters
    Audience
      Windows video viewers
      Music visual fans

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Make low frame rate video footage look smoother while watching it offline.

VIBE 2

Turn a music file into a full-screen, beat-reactive light show.

VIBE 3

Correct stretched or wrong aspect ratio video automatically during playback.

VIBE 4

Apply retro visual filters like CRT or VHS looks to video for a stylized viewing experience.

what's the stack?

C++DirectX 11FFmpegRIFE

how it stacks up fr

eversor-hn/findaframeinterpolation0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPython
Setup difficultyeasymoderateeasy
Complexity1/52/52/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Windows only, requires a GPU capable of running real-time frame interpolation for smooth results.

in plain english

FindAFrameInterpolation, or FAFI, is a free Windows video player built to make choppy video look smooth by generating extra frames in real time, so footage recorded at 24, 30, or 60 frames per second appears to flow at your screen's own refresh rate. It offers two different methods for creating those extra frames, a fast lightweight one always available and an optional neural network based one that produces cleaner results on tricky motion, and you can switch between them live while watching. Beyond video, the player can also load a music file and turn into a full-screen visualiser, with a gallery of animated visuals that react to the beat of the track, and you can switch back to picture playback at any time by opening a file or dragging one onto the window. Picture quality features include tone-mapped HDR playback on ordinary displays, high-quality upscaling, automatic correction of stretched aspect ratios, adjustable color and sharpness filters, and a set of retro visual style filters like CRT and VHS looks that can be toggled on or off. The player is designed to work entirely offline with your own local video files as its main purpose, with online video streaming included only as an extra convenience. According to the README, it sends no telemetry or background data of any kind, has no account requirement, and never disables any feature after a period without an internet connection. The only network activity it makes is one you trigger yourself, such as opening a streaming link or manually checking for updates. It is distributed as a Windows installer you download from the project's official releases page, installs without needing administrator rights, and publishes a checksum for each release so you can verify the download has not been tampered with. The software itself is closed-source and proprietary, free to use and to share unmodified, but the README states it is not for sale, not modifiable, and not to be reverse-engineered.

prompts (copy fr)

prompt 1
Walk me through downloading and verifying the checksum of the FAFI installer before running it.
prompt 2
Explain the difference between the MEMC and RIFE interpolation engines in this player.
prompt 3
Show me how to switch this player into music visualiser mode and browse the visual gallery.
prompt 4
Help me understand what network activity this player does and does not perform automatically.

Frequently asked questions

what is findaframeinterpolation fr?

A free Windows video player that smooths choppy footage in real time using frame interpolation and also doubles as a music-reactive visualiser.

How hard is findaframeinterpolation to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is findaframeinterpolation for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.