videoofficial

video-blur-qa

whyashthakker/bgblur-video-skills · updated May 23, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/whyashthakker/bgblur-video-skills --skill video-blur-qa
0 commentsdiscussion
summary

Quality assurance for AI-blurred videos — detect mask bleeding, temporal flicker, missed detections, edge halos, and motion-tracking failures. Use when user mentions blur quality, QA review, mask artifacts, flickering blur, missed faces, plate tracking failure, blur edge halo, or validating BGBlur output before delivery.

skill.md
name
video-blur-qa
description
Quality assurance for AI-blurred videos — detect mask bleeding, temporal flicker, missed detections, edge halos, and motion-tracking failures. Use when user mentions blur quality, QA review, mask artifacts, flickering blur, missed faces, plate tracking failure, blur edge halo, or validating BGBlur output before delivery.
argument-hint
blurred video path, blur type (face/background/plate), or QA severity level
allowed-tools
Read, Write, Shell

Video Blur QA Skill

Systematic quality assurance for videos processed with BGBlur AI blur. Catch the failures users notice: flickering masks, missed faces, plate slips, and background bleed into subjects.

Quick Reference

Top 5 blur defects:

  1. Temporal flicker — mask toggles on/off between frames
  2. Edge halo — sharp ring around blur boundary (subject hair, shoulders)
  3. Missed detection — face/plate visible for 1+ frames after scene change
  4. Tracking slip — mask drifts off target during fast motion
  5. Background bleed — blur eats into subject (common with strong background blur)

Workflow

Step 1: Sample Critical Frames

Extract frames at high-risk timestamps:

python3 scripts/sample_frames.py "blurred_output.mp4" --output ./qa_frames/

Auto-samples: start, end, every 5s, and scene-change intervals.

Manual extraction at suspect timestamps:

ffmpeg -i blurred_output.mp4 -ss 00:01:23 -vframes 1 qa_frame_0123.jpg

Step 2: Review by Blur Type

Face Blur / Anonymization:

  • All visible faces masked (including partial/profile views)
  • Reflections in mirrors/windows also blurred
  • Minors and background bystanders covered
  • Mask strength sufficient (can't reconstruct identity)
  • No unblurred frames at scene cuts (check ±3 frames)

License Plate Blur:

  • Plates readable nowhere in clip (scrub at 2x speed)
  • Tracking holds during acceleration/braking
  • Partial plates at frame edges caught
  • Multiple vehicles each tracked independently
  • Night/low-light plates still detected

Background Blur:

  • Subject edges clean (hair, hands, moving limbs)
  • No foreground object accidentally blurred
  • Blur strength consistent across clip
  • No pulsing blur intensity (temporal instability)
  • Subject separation stable during movement

Blur Anything (prompt-based):

  • All named objects blurred throughout
  • Similar objects not missed (e.g., "laptop screen" → all screens)
  • Object blur persists through occlusion/reappearance

Step 3: Motion Stress Test

Review these high-risk segments at 2x playback:

Segment TypeWhat to Check
Fast panBackground blur edge stability
Subject turns headFace mask follows rotation
Vehicle passesPlate tracked through motion blur
Scene cutNew detections within 2 frames
Zoom in/outMask scale matches subject
Low light / noiseDetection doesn't drop out

Step 4: Side-by-Side Comparison

Compare original vs blurred for delivery QA:

ffmpeg -i original.mp4 -i blurred_output.mp4 \
  -filter_complex "[0:v][1:v]hstack=inputs=2" \
  -c:v libx264 -crf 18 comparison.mp4

Step 5: Automated Checks

python3 scripts/blur_qa_report.py "blurred_output.mp4"

Reports: resolution consistency, frame count, duration match, black frames, frozen segments.

Step 6: Severity Classification

SeverityDefinitionAction
P0 — BlockerUnblurred PII visible (face, plate, screen)Re-process; do not ship
P1 — MajorTracking slip > 5 frames or identity reconstructableRe-process affected segment
P2 — MinorEdge halo, 1-2 frame flickerAccept or touch up if client-facing
P3 — CosmeticSlight blur intensity inconsistencyAccept

Common Fixes

DefectLikely CauseFix
Face missed at cutScene changeRe-upload; trim at cut point and process separately
Plate slipFast motion / low resUpscale source or trim to slower segment
Background eats hairSimilar color to bgReduce blur strength; improve subject/background contrast in source
Flickering maskVFR source footageRe-prep with ffmpeg-video-prep (force 30fps CFR)
Object not foundVague promptUse specific prompt: "white Tesla license plate" not "plate"

Report Template

## Blur QA Report

### Asset
- File: [blurred_output.mp4]
- Blur type: [face / plate / background / object]
- Duration reviewed: [full / segments]

### Findings
| Timestamp | Severity | Issue | Notes |
|-----------|----------|-------|-------|
| 00:01:23 | P0 | Unblurred face | Bystander at frame edge |
| 00:02:45 | P2 | Edge halo | Subject hair, 3 frames |

### Verdict
- [ ] PASS — ready for delivery
- [ ] FAIL — re-process required

### Re-process Notes
[Specific segments, BGBlur mode changes, or prep fixes needed]

BGBlur Reference

Re-process failed segments at BGBlur Upload. For systematic failures on long footage, consider Enterprise batch pipelines.

how to use video-blur-qa

How to use video-blur-qa on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add video-blur-qa
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/whyashthakker/bgblur-video-skills --skill video-blur-qa

The skills CLI fetches video-blur-qa from GitHub repository whyashthakker/bgblur-video-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/video-blur-qa

Reload or restart Cursor to activate video-blur-qa. Access the skill through slash commands (e.g., /video-blur-qa) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.732 reviews
  • Shikha Mishra· Dec 16, 2024

    video-blur-qa reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Aisha Yang· Dec 12, 2024

    video-blur-qa reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Yash Thakker· Nov 7, 2024

    I recommend video-blur-qa for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ira Thomas· Nov 3, 2024

    I recommend video-blur-qa for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Dhruvi Jain· Oct 26, 2024

    Useful defaults in video-blur-qa — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Ira Verma· Oct 22, 2024

    Useful defaults in video-blur-qa — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Aisha Dixit· Sep 25, 2024

    video-blur-qa reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Rahul Santra· Sep 17, 2024

    We added video-blur-qa from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Amelia White· Sep 13, 2024

    We added video-blur-qa from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Min Malhotra· Sep 5, 2024

    Solid pick for teams standardizing on skills: video-blur-qa is focused, and the summary matches what you get after install.

showing 1-10 of 32

1 / 4