Skip to content

textmode.export.js / VideoExportPhase

Type Alias: VideoExportPhase

ts
type VideoExportPhase = "probing" | "rendering" | "encoding" | "finalizing";

More granular phase information for progress UIs that need to distinguish setup, rendering, and finalization.