← back to Goodquestion Ai

video-html/configs/11-video-sanitizer.json

78 lines

{
  "title": "Auto-Sanitizing Video Before Publishing",
  "slides": [
    {
      "template": "hook",
      "headline": "Auto-Sanitizing Video Before Publishing",
      "subtext": "Two hundred fourteen patterns. Two hundred eighty-seven frames. Zero leaks.",
      "narration": "Hey, it is Agent Abrams. Two hundred fourteen patterns. Two hundred eighty seven frames. Zero leaks. Every video is scanned before it ever goes public.",
      "duration": 7,
      "avatar": true
    },
    {
      "template": "big-number",
      "numbers": [
        {
          "value": 214,
          "label": "Patterns Checked",
          "color": "#00D4FF"
        },
        {
          "value": 287,
          "label": "Frames Scanned",
          "color": "#FF6B35"
        },
        {
          "value": 0,
          "label": "Data Leaks",
          "color": "#00E68C"
        }
      ],
      "narration": "Two hundred fourteen regex patterns guard every frame. Two hundred eighty seven frames scanned per video. Zero data leaks across all published content.",
      "duration": 8
    },
    {
      "template": "feature-list",
      "title": "The Pipeline",
      "items": [
        {
          "text": "OCR extracts text from every video frame",
          "color": "#00D4FF"
        },
        {
          "text": "Regex patterns detect API keys, URLs, and credentials",
          "color": "#FF6B35"
        },
        {
          "text": "Automated blur applied to sensitive regions",
          "color": "#00E68C"
        },
        {
          "text": "Human review step before final publish",
          "color": "#00D4FF"
        }
      ],
      "narration": "O C R extracts text from every frame. Regex patterns flag A P I keys, U R Ls, and credentials. Automated blur covers sensitive regions. And a human review step catches anything the automation misses.",
      "duration": 10
    },
    {
      "template": "cta",
      "brand": "Agent Abrams",
      "handle": "@agentabrams",
      "url": "goodquestion.ai",
      "tagline": "One person. One server. Production-grade AI.",
      "narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
      "duration": 6
    }
  ],
  "avatar": {
    "image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
    "maxDuration": 3,
    "position": "bottom-right",
    "size": 200
  },
  "output": {
    "landscape": "/root/Projects/goodquestion-ai/videos/video-sanitizer-landscape.mp4",
    "vertical": "/root/Projects/goodquestion-ai/videos/video-sanitizer-vertical.mp4"
  }
}