Source
Fetch a URL or use a local video.
media/audio.16k.wavOpen-source video translation
A resumable command-line workflow for transcription, translation, subtitle export, and hard-subtitle burning.
uv tool install 'openbbq[whispercpp]'openbbq init --workspace workspaces/demo ./video.mp4openbbq transcribe --workspace workspaces/demoopenbbq segment --workspace workspaces/demoopenbbq translate init --workspace workspaces/demo --target-language zhopenbbq export --workspace workspaces/demo --target-language zh --format assmanifest.jsonmedia/audio.16k.wavtranscript.jsoncues.jsontranslation.zh.jsonout/zh.assInspectable by default
Fetch a URL or use a local video.
media/audio.16k.wavCreate a timed source transcript.
transcript.jsonReview an editable target worksheet.
translation.zh.jsonWrite subtitles or a burned video.
out/zh.assBuilt for agents and people
Commands are composable, progress is recorded in the workspace, and interrupted stages can be resumed without hiding the intermediate files.
See the workflow model