-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jules Martins edited this page Jul 16, 2026
·
4 revisions
Technical documentation for bananascaler. Start here.
- Installation: Install system dependencies (FFmpeg, Real-ESRGAN) and build bananascaler on different operating systems.
- Usage Tutorial: Walkthrough of CLI usage, hotkeys inside TUI mode, and headless automation scripts.
- Advanced Architecture: Concurrency model, event dispatch, stage breakdown, and safety guarantees.
- Development: Setup, compilation, testing, and contribution guide.
- Git Hygiene: Commit standards, semantic naming conventions, and branch workflow.
- Agent Protocol: Collaboration instructions and rules for AI agents.
Go CLI tool with a Bubbletea TUI for GPU-accelerated neural video upscaling. Core pipeline in src/internal/pipeline/, TUI in src/internal/tui/, CLI in src/cmd/. Build with make build.
Dependencies: ffmpeg, realesrgan-ncnn-vulkan, Go ≥ 1.22.