videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

frame_delay_pro1

Description

Applies an advanced frame-delay effect using a customizable number of delayed frames and weighted blending.
This produces echoing motion trails, temporal smearing, ghosted motion artifacts, and stylized feedback-like delay effects.

Purpose

frame_delay_pro1 is designed for creators who want:

How It Works

  1. Frame Buffering
    A buffer of past frames is maintained according to frame_quantity.
  2. Weighted Blending
    frame_weights determines how strongly each delayed frame contributes to the output.
    • Higher weights = stronger visibility
    • Lower weights = subtle fading trails
  3. Temporal Synthesis
    The module blends the weighted frames to create:
    • motion smears
    • streaking
    • ghost trails
    • rhythmic pulses resembling analog video feedback
  4. Encoding
    Output is written using global Videobeaux settings (codec, CRF, pixel format).

Program Template

videobeaux -P frame_delay_pro1 \
  -i input.mp4 \
  -o output.mp4 \
  --frame_quantity VALUE \
  --frame_weights VALUE

Arguments

Real World Example

videobeaux -P frame_delay_pro1 \
  -i myvideo.mp4 \
  -o frame_delay_pro1_styled.mp4 \
  --frame_quantity EXAMPLE \
  --frame_weights EXAMPLE

Program Output

Technical Notes

Quality Tips