About this tool
FFmpeg Filter Builder is a node-based editor for composing FFmpeg filter graphs for MP4 video. Start from one of ten Recipes or add Video, Audio, and Text nodes directly; Recipes expand into normal editable nodes and edges. Pan, zoom, multi-select, port connections, and a MiniMap help you build graphs that can include Split / Overlay and Audio Split / Mix branches.
Preview processes only a 3, 5, or 10 second range, then Full Render applies the same graph to the complete input and produces an H.264 + AAC MP4. Browser Kitty serves the multi-thread FFmpeg WASM build, so only this app URL is delivered with COOP / COEP headers to make it cross-origin isolated. The selected video, graph, preview, and full render remain in the browser and are not uploaded to an app server.
Good for
- Prototype an FFmpeg filter_complex visually before writing or refining a command by hand
- Combine Crop, Scale, Rotate, Fade, color adjustment, and other video filters in a specific order
- Build picture-in-picture or blurred-background vertical video graphs with Split and Overlay
- Keep video speed changes and audio processing such as Normalize or Fade in the same graph
- Check a short preview before rendering the complete video with the same graph in the browser
- Save the graph as JSON or export the current graph as a desktop FFmpeg command