videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

scrolling

:contentReference[oaicite:1]{index=1}

Description

Applies a continuous scrolling motion to the video by shifting the image over time in a single direction.
Unlike scrolling_pro, which allows multi-axis control, this module provides a simple, fixed-direction scroll effect — ideal for lightweight motion or ambient looping.

Purpose

scrolling is designed for creators who want:

How It Works

  1. Directional Motion
    The video image is translated across the frame at a fixed rate and direction.
  2. Wraparound Behavior
    Pixels exiting one side of the frame re-enter from the opposite side, producing an infinite-scroll illusion.
  3. Fixed Parameters
    Since the module has no program-specific arguments, its scroll speed and direction are predetermined.
  4. Encoding
    Output is encoded using global Videobeaux CRF, codec, and pixel-format settings.

Program Template

videobeaux -P scrolling -i input.mp4 -o output.mp4

Arguments

Real World Example

videobeaux -P scrolling \
  -i myvideo.mp4 \
  -o scrolling_styled.mp4

Program Output

Technical Notes

Quality Tips