videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

looper_pro

Description

Creates a professional looping effect by selecting a region of frames and replaying them in a seamless or stylized loop.
looper_pro allows the user to choose which part of a video becomes a loop, enabling rhythmic repetition, GIF-like behavior, or precisely timed visual cycles.

Purpose

looper_pro is intended for creators who want to:

How It Works

  1. Frame Region Selection
    Internally selects frames based on:
    • detected cadence,
    • frame count,
    • optional start and end logic defined by the program version.
  2. Loop Construction
    The selected block is repeated a specified number of cycles or for the full video duration.
  3. Seam Handling
    Basic smoothing or overlap blending may be used to reduce visible jumps at the start/end of each loop (implementation dependent).
  4. Encoding
    Output uses global Videobeaux settings (codec, CRF, pixel format, preset).

Program Template

videobeaux -P looper_pro \
  -i input.mp4 \
  -o output.mp4

Arguments

Real World Example

videobeaux -P looper_pro \
  -i myvideo.mp4 \
  -o looper_pro_styled.mp4

Program Output

Technical Notes

Quality Tips