orber
Turn photos and videos into abstract orb mood output — colorful, blurry light spheres drifting slowly. Useful as video backgrounds, streaming wait screens, social story backgrounds, wallpapers, or just to obfuscate a personal photo into a vibe.
Status: prototype. PNG output and vertical-format video (
mp4via libx264,webmvia libvpx-vp9) are implemented end-to-end. Vector / CSS outputs are still placeholders.
Concept
Input image / video
→ Extract color clusters (this area is red, that area is blue, ...)
→ Convert each cluster into a light orb
→ Animate orbs drifting slowly with smooth color transitions
→ Output as still image, vertical video, or pure CSS/SVG
Output formats (planned)
| Static | Animated | |
|---|---|---|
| Raster | PNG / WebP | MP4 / WebM (vertical 9:16) |
| Style | CSS gradient | CSS gradient + @keyframes |
| Vector | SVG | — |
Usage
PNG output is implemented and produces a 1080×1920 vertical orb image:
Static PNG, vertical-format video (mp4 via libx264, webm via libvpx-vp9), static SVG, and CSS background snippets are implemented. Only webp is accepted by the CLI but not yet rendered — it exits with not yet implemented. The output format is inferred from the extension. CLI flags cover orb size, blur, motion speed, shape (circle / aquarelle bleed), saturation, clip duration, and background color (black / white / auto / transparent / #RRGGBB[AA]; default auto picks a dimmed average color of the input image). See all flags via orber --help.
Build
Installation
Or download a prebuilt binary from GitHub Releases once v0.1.0+ tags are published.
Release
orber is prepared as a Rust CLI crate with:
cargo install orber- GitHub Actions CI on pushes and pull requests
- a tag-driven GitHub Releases workflow for Linux, macOS, and Windows artifacts
The first public crate/release target is v0.1.0.
License
MIT