This is a Python CLI that wraps the VideoCaptioner backend to transcribe, translate, and burn subtitles into video files. It includes free ASR options (the default "bijian" engine handles Chinese and English without setup), free Bing and Google translation across 38 languages, and a review mode that checks subtitle drift against an approved script before you commit to a final hard-burn. The REPL mode and JSON output make it straightforward to script or integrate into agent workflows. If you're captioning video programmatically and want something that handles the full pipeline without API costs, this does the job. Python 3.10 to 3.12 required, and you'll need FFmpeg installed.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-videocaptioner