Expand description
Encoding option enums shared between the CLI and the engine.
These are the decoded, engine-facing forms of the user’s flags (the CLI maps
its clap types onto these). Keeping them here lets plan stay a pure
function over well-typed inputs.
Enums§
- Audio
Choice - What to do with the audio track inside a video.
- Audio
Codec - Audio codec choice (also used for pure-audio in session 003).
- FpsOpt
- Frame-rate cap.
- Quality
Preset - Speed/quality trade-off, mapped to the encoder preset.
- Resolution
Opt - Target resolution.
- Video
Codec - Video codec choice.