Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-012

Soft rule priority 78 domain: color_vfx tracking

Rationale

Visible tracking error breaks object attachment.

IF — conditions (all must hold)

  • vfx.track_slip_pixels gt 3

THEN — actions

  • add_flag "TRACK_SLIP"
  • propose "retrack_or_roto"

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": "COL-012",
  "domain": "color_vfx",
  "priority": 78,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "vfx.track_slip_pixels",
      "op": "gt",
      "value": 3
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "TRACK_SLIP"
    },
    {
      "op": "propose",
      "value": "retrack_or_roto"
    }
  ],
  "rationale": "Visible tracking error breaks object attachment.",
  "tags": [
    "tracking"
  ]
}

This rule as JSON → · Evaluate a context →