OpenBBQ

Documentation

Install OpenBBQ and build a complete video translation workflow.

OpenBBQ is an agent-friendly CLI for video translation and subtitle production. It provides composable commands for acquiring media, transcription, subtitle segmentation, translation review, export, and hard-subtitle burning.

Current status

OpenBBQ is pre-alpha software. The current implementation is centered on Python 3.12, FFmpeg, yt-dlp, and the whisper.cpp ASR backend. Verify important output before publishing it.

Start here

The pipeline

source
  -> init
  -> fetch (URL sources only)
  -> extract-audio
  -> transcribe
  -> segment
  -> translate init/apply/check
  -> export
  -> burn (optional)

Each command writes a validated artifact and records its state in manifest.json. You can inspect progress with openbbq status, rerun an upstream stage, and continue from the resulting workspace.

Choose a guide

On this page