vfo Documentation¶
vfo is an autonomous media optimization engine centered on three layers:
mezzanine(high-quality working inputs)source(normalized intermediate, optional)profile(delivery target)
The design goal is outcome ownership:
- detect input characteristics
- decide via profile/scenario rules
- execute deterministic profile actions
- verify results with observability and optional quality scoring
This site is built to answer three practical questions quickly:
- Which stock profile should I use?
- What exactly will a profile do to my media?
- How does vfo flow from input to output?
Start Here¶
- Read Pipeline for end-to-end behavior.
- Read Flow Levels for interactive executive/operator/engine React Flow visuals.
- Check Capability Matrix to see what each stock profile targets.
- Open Profile Info Sheets for deep behavior details per profile.
- Review Latest E2E Toolchain Report for the dependency versions used in recent CI verification.
- Read Deployment Modes to choose between local native, desktop-managed, and container lanes.
Install and Verify¶
vfo --version
vfo doctor
vfo status
vfo visualize
Notes¶
- Profile pages are generated from live stock presets and action scripts.
- If profile behavior changes in code, docs are regenerated from source to reduce drift.