Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Info output

pixelflow --info <SCRIPT>
pixelflow -i <SCRIPT>

--info evaluates a PixelFlow script, indexes reachable source(...) nodes, reads the final output clip metadata, prints it to stdout, and exits without rendering the full output video.

--set NAME=VALUE, --threads N, --loglevel LEVEL, --logfile PATH, and --trace FILE may be combined with --info. Render-only options such as -o, --start, --end, and --timings are not accepted with --info.

Output format

Type: Video
Width: 1920
Height: 1080
Frames: 14315
FPS: 24/1 (24.000 fps)
Format Name: yuv420p10

The metadata describes the evaluated script’s final output clip. Indexing progress, when shown in an interactive terminal, is written to stderr. PixelFlow log records are written to stderr by default or to --logfile PATH when configured. Trace output, when enabled with --trace FILE, is written only to the trace file. The metadata block is the only stdout output.