Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-005

Soft rule priority 52 domain: camera movement

Rationale

Movement should carry attention, discovery, relation, or rhythm.

IF — conditions (all must hold)

  • shot.movement_has_no_destination eq true

THEN — actions

  • propose "remove_or_simplify_camera_movement"

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-005",
  "domain": "camera",
  "priority": 52,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "shot.movement_has_no_destination",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "remove_or_simplify_camera_movement"
    }
  ],
  "rationale": "Movement should carry attention, discovery, relation, or rhythm.",
  "tags": [
    "movement"
  ]
}

This rule as JSON → · Evaluate a context →