Skip to content

1.5 Intelligence

Add AI-powered editing workflows behind an abstracted provider interface so the engine stays provider-neutral, on-device where privacy demands it and cloud-swappable where quality wins.

#ItemPrioritySizeNotes
1.5-1ASR caption generationP0LSpeech-to-text on-device (WASM whisper class) and via a cloud provider abstraction, with timeline alignment, confidence and editability. Feeds the 1.2 subtitle track.
1.5-2Human segmentationP1LPortrait matting for background replacement and person-as-layer, built on the WebGPU/shader pipeline.
1.5-3Smart cut suggestionsP2LRough-cut suggestions from scene/beat/silence analysis plus auto-assembly, on top of the 1.2 analysis pipeline.
1.5-4Auto color suggestionsP2MContent analysis plus style-driven LUT recommendations.
1.5-5TTS narrationP2MText-to-speech as a timeline node.
1.5-6Semantic asset searchP2LEmbedding index and natural-language search over the media library.
  • Every intelligence feature is exposed as a provider interface with at least one reference implementation; the engine never depends on a single model vendor.
  • ASR output lands as validated subtitle entities with confidence metadata and manual correction.
  • On-device paths respect the resource budgets; cloud paths ride the existing remote protocol security model (content-addressed assets, ephemeral authorization).
  • Privacy, license and data-retention constraints are documented for every provider.
  • Depends on the intelligence shape decision (on-device versus cloud) and on the 1.2 analysis pipeline and 1.1 WebGPU tier.
  • Model size conflicts with the 1.3 package-size budget; on-device models need a load-on-demand path.
  • Segmentation quality must be covered by reference/golden evaluation, not anecdote.