ffmpeg-flow

Node-based FFmpeg workflow builder for generating CLI commands.

I/O
Video Filters
Audio Filters
System / Encoding
React Flow
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.
FFmpeg CLI
Generated command
Workflow looks valid.
ffmpeg -y -i "input.mp4" -vf "scale=1280:-2,hue=h=30:s=1:b=0" -af "volume=1.1" "output.mp4"