PixelFlow User Book
PixelFlow is a Rust-first video processing framework inspired by VapourSynth.
What this book covers
This book documents current Phase 1 user-facing workflows for:
- rendering
.pfscripts withpixelflow, - writing scripts with
source(...)and filters, - using built-in
stdfilters, - configuring FFMS2-backed sources, and
- writing Rust plugins with
pixelflow-plugin-sdk.
Start here
- Read Getting started for first render.
- Read CLI for command behavior.
- Read Scripting for script rules.
- Read Built-in filters for filter reference.
- Read Plugins for plugin authoring limits and SDK path.