videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

splitting_pro

Description

A precise segmentation tool that slices a source video into reusable chunks based on positional slicing rules.
splitting_pro allows creators to extract vertical or horizontal bands of the frame, enabling compositing, collage workflows, displacement patterns, and region-based editing.

Unlike timeline slicing tools, splitting_pro manipulates spatial slices of a single frame, carving out portions of the video image for recombination or further processing.

Purpose

splitting_pro is designed for creators who want:

How It Works

  1. Define Slice Width
    The width parameter determines how large the slice is (in pixels or proportional units depending on implementation).
  2. Define Slice Position
    The position parameter determines where the slice begins — allowing sliding-window or fixed-region extraction.
  3. Spatial Cropping
    The module extracts that region from every frame, maintaining spatial consistency across the entire clip.
  4. Output Encoding
    The slice is encoded using global Videobeaux settings (codec, CRF, pixel format).

Program Template

videobeaux -P splitting_pro \
  -i input.mp4 \
  -o output.mp4 \
  --width VALUE \
  --position VALUE

Arguments

Real World Example

videobeaux -P splitting_pro \
  -i myvideo.mp4 \
  -o splitting_pro_styled.mp4 \
  --width EXAMPLE \
  --position EXAMPLE

Program Output

Program output video not yet linked.

Technical Notes

Quality Tips