videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

num_edits

Description

Analyzes a timeline or cut structure to count edits, transitions, or shot boundaries for editorial statistics, QC, or structural analysis.

Purpose

num_edits provides fast editorial metrics by identifying the number of cuts, transitions, or shot boundaries in a video.
This helps with:

How It Works

  1. Shot Boundary Detection
    Uses visual or luminance-based thresholds to detect edits between shots.
  2. Event Counting
    Each boundary event increments the edit count.
  3. Reporting
    The final count is embedded or returned based on videobeaux pipeline logic.
  4. Speed-Optimized
    Designed for rapid scanning across long-form footage or batch libraries.

Program Template

videobeaux -P num_edits \
  -i input.mp4 \
  -o output.mp4 \
  --count VALUE

Arguments

Real World Example

videobeaux -P num_edits \
  -i myvideo.mp4 \
  -o num_edits_styled.mp4 \
  --count true

Technical Notes

Quality Tips