Skip to main content

Module options

Module options 

Source
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§

AudioChoice
What to do with the audio track inside a video.
AudioCodec
Audio codec choice (also used for pure-audio in session 003).
FpsOpt
Frame-rate cap.
QualityPreset
Speed/quality trade-off, mapped to the encoder preset.
ResolutionOpt
Target resolution.
VideoCodec
Video codec choice.