Bow Tie Kreative VIDEO Grammar

Worked example · stage 15 of 15

Command script

The same pipeline expressed in the LAKA media command language.

This material is fictional. It was invented for the package to demonstrate the method.

examples/commands.laka
/project create id:grammar_demo_01 mode:video_podcast aspect_targets:[16x9,9x16,1x1]
  REQUIRE captions, provenance, human_story_approval
  FORBID misleading_omission, false_reaction, synthetic_evidence

/transcribe sources:audio* words:true speakers:true confidence:true
/context transcript:*
  RESOLVE pronouns, question_scope, negation, qualifications, corrections
  LINK question_answer, qualifies, exemplifies, summarizes

/clip mine transcript:*
  scales:[hook,soundbite,exchange,anecdote]
  handles:24frames
  REQUIRE context_complete>=0.82

/story generate from:clips:selected pattern:explanation target:6min
  REQUIRE hook, example, mechanism, synthesis, takeaway
  PRESERVE quote_meaning, qualifications

/shot plan beat:B6 function:TAKEAWAY
  size:CLOSE azimuth:THREE_QUARTER elevation:EYE_LEVEL
  lens_family:SHORT_TELEPHOTO movement:LOCKED_OFF
  PREFER readable_eyes, stable_frame

/light set shot:shot_B6_guest_close
  motivation:"window camera-right plus warm practical"
  key.quality:soft fill:key_minus_2stops white_balance:4300K
  LOCK key_direction, practical_state

/version derive from:master_v07 target:9x16
  reframe:semantic_subject_tracking graphics:responsive captions:burned

/qa run version:master_v07
  domains:[editorial,factual,continuity,picture,audio,graphics,accessibility,rights,ai,encode]
  BLOCK_ON severity<=CRITICAL

This stage via the API →