videobeaux

Logo

The friendly multilateral video toolkit built for artists by artists.

View the Project on GitHub schwwaaa/videobeaux

bad_animation

Description

Applies a “bad animation” effect to the input video — producing jittery, uneven, low-frame-feeling, or intentionally crude animated motion.
This effect simulates broken or poorly interpolated animation, often seen in retro cartoons, limited-animation TV shows, or stylized glitch art.

Purpose

bad_animation is designed for artists who want to:

How It Works

  1. Frame Manipulation
    Frames may be dropped, unevenly held, or reused to break smooth motion.
  2. Temporal Distortion
    Motion cadence is intentionally disrupted to create jitter or uneven pacing.
  3. Filtering
    The module may use global FFmpeg filter chains (as configured in Videobeaux) to generate texture, flicker, or stutter artifacts.
  4. Encoding
    Output is written using global Videobeaux encoding settings (CRF, codec, pixel format, preset, etc.).

Program Template

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

Arguments

Real World Example

videobeaux -P bad_animation \
  -i myvideo.mp4 \
  -o bad_animation_styled.mp4

Program Output

Technical Notes

Quality Tips