git404hub

what is purzos-ofx fr?

purzbeats/purzos-ofx — explained in plain English

Analysis updated 2026-05-18

20C++Audience · designerComplexity · 2/5Setup · easy

tl;dr

A free collection of 64 native OpenFX plugins that add retro, glitch, VHS, and CRT style visual effects to video editors like DaVinci Resolve.

vibe map

mindmap
  root((purzOS OFX))
    What it does
      Retro video effects
      Glitch and datamosh
      VHS and CRT looks
    Tech stack
      C++
      OpenFX standard
    Use cases
      Video editing
      Render farms
      Creative effects
    Audience
      Video editors
      VFX artists

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

Add authentic VHS and CRT television look to video footage in DaVinci Resolve or Natron.

VIBE 2

Apply glitch and datamosh style distortion effects to video clips without extra software.

VIBE 3

Convert footage into pixel art, halftone, or dithered retro visual styles.

VIBE 4

Render identical glitch effects across multiple machines on a render farm thanks to deterministic randomness.

what's the stack?

C++OpenFX

how it stacks up fr

purzbeats/purzos-ofxcraftsmantweezers95/unlocker-phone-tool-2026kernullist/kn-live-dbg
Stars202020
LanguageC++C++C++
Setup difficultyeasymoderatehard
Complexity2/52/55/5
Audiencedesignerops devopsdeveloper

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

how do i run it?

Difficulty · easy time til it works · 30min

Just copy the downloaded plugin bundles into the OS OFX plugin folder and relaunch the video editor.

in plain english

purzOS OFX plugins is a collection of 64 video effect plugins for professional video editing software, built using the OpenFX standard so they work inside DaVinci Resolve, Natron, and other compatible video editors. The plugins recreate the look of old analog technology and creative visual effects: retro pixel art, glitch and datamosh distortion, VHS tape artifacts, CRT television scanlines, color grades, and warped optical looks. Each plugin is written as a single self contained C++ file, sharing one small helper file for shared math, and compiled against the official OpenFX support library. Some of the plugins are ports of effects from an earlier web based project by the same author, while the rest were built specifically for this collection. Once installed, all of the effects appear together under a folder named OpenFX, then purzOS inside the video editor's effects browser. A key design choice is that every effect is deterministic: any randomness used in an effect is generated from a fixed combination of a seed value, the frame number, and pixel position, rather than a random number generator. This means the exact same render will look identical no matter which computer it runs on, which matters for splitting a render job across multiple machines on a render farm. Installation involves downloading a prebuilt archive for Windows, macOS on Apple Silicon, or Linux from the project's Releases page, then placing the plugin folders into the operating system's standard OFX plugin directory. Users without administrator access can instead point an environment variable at a custom folder. The plugins have been tested in DaVinci Resolve and Natron and are expected to work in any OFX 1.x compatible host application. The effects are organized into groups covering ported web tools, glitch effects, a full analog VHS signal chain, unusual optical looks like video feedback and phosphor burn, pixel art and dithering styles, additional glitch and datamosh effects, CRT and display simulation, and color and tone adjustments.

prompts (copy fr)

prompt 1
Help me install the purzOS OFX plugins into DaVinci Resolve on macOS.
prompt 2
Explain the difference between the Chroma Bleed and Rainbow Phase plugins in the analog VHS suite.
prompt 3
Show me how to set the OFX_PLUGIN_PATH environment variable to install these plugins without admin rights.
prompt 4
Suggest which purzOS plugins to stack for an authentic 1980s VHS look.

Frequently asked questions

what is purzos-ofx fr?

A free collection of 64 native OpenFX plugins that add retro, glitch, VHS, and CRT style visual effects to video editors like DaVinci Resolve.

What language is purzos-ofx written in?

Mainly C++. The stack also includes C++, OpenFX.

How hard is purzos-ofx to set up?

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

Who is purzos-ofx for?

Mainly designer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.