Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-011

Soft rule priority 58 domain: camera focus

Rationale

Focus should follow information ownership.

IF — conditions (all must hold)

  • shot.focus_owner_changes_planes eq true

THEN — actions

  • propose "rack_cut_block_or_deepen_focus"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "CAM-011",
  "domain": "camera",
  "priority": 58,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "shot.focus_owner_changes_planes",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "rack_cut_block_or_deepen_focus"
    }
  ],
  "rationale": "Focus should follow information ownership.",
  "tags": [
    "focus"
  ]
}

This rule as JSON → · Evaluate a context →