videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

scrolling_pro

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

Description

Applies a continuous scrolling effect to the video, allowing the image to move horizontally, vertically, or in both directions simultaneously.
This module is ideal for generating drifting motion, conveyor-like movement, kinetic wallpaper loops, and directional flow effects.

Purpose

scrolling_pro is designed for creators who want:

How It Works

  1. Coordinate Translation
    Each frame is shifted on the X and/or Y axis according to the defined scroll speeds.
  2. Continuous Wraparound
    As the image scrolls, pixels exiting one side re-enter from the opposite side, creating an infinite looping illusion.
  3. Directional Combination
    Horizontal and vertical speeds can be combined, creating diagonal or complex drift patterns.
  4. Encoding
    Output is then encoded using Videobeaux global settings (codec, CRF, pixel format).

Program Template

videobeaux -P scrolling_pro \
  -i input.mp4 \
  -o output.mp4 \
  --horiz_speed VALUE \
  --vert_speed VALUE

Arguments

Real World Example

videobeaux -P scrolling_pro \
  -i myvideo.mp4 \
  -o scrolling_pro_styled.mp4 \
  --horiz_speed EXAMPLE \
  --vert_speed EXAMPLE

Program Output

Technical Notes

Quality Tips