videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

speed

Description

Changes the playback speed of the input video and audio simultaneously.
This module is useful for slow motion, fast motion, timelapse, rhythmic edits, and any effect requiring temporal compression or expansion.

Purpose

speed is designed for creators who want to:

How It Works

  1. Timebase Adjustment
    Video frames are retimed according to the provided speed factor.
  2. Audio Resampling
    Audio is also sped up or slowed down to match the new video duration.
  3. Encoding
    The resulting retimed clip is encoded using global Videobeaux settings (codec, CRF, pixel format).

Notes

Program Template

videobeaux -P speed \
  -i input.mp4 \
  -o output.mp4 \
  --speed_factor VALUE

Arguments

Real World Example

videobeaux -P speed \
  -i myvideo.mp4 \
  -o speed_styled.mp4 \
  --speed_factor EXAMPLE

Program Output

Technical Notes

Quality Tips