Skip to main content

cleya transcribe

Transcribe audio to SRT subtitle file (requires Whisper)

Cost: moderate — local Whisper; first run may download a model

cleya transcribe --input video.mp4 --language en

Options

FlagWhat it does
--inputPath to input videorequired · string
--languageLanguage code (e.g. en, es, fr, de)string · default en
--whisper-pathPath to Whisper binarystring · default whisper
--modelWhisper modelstring · default base · one of base, small, medium, large
--diarizeEnable speaker diarization (requires tinydiarize model)boolean
--startTranscribe from this time (e.g. '30:00')string
--endTranscribe until this time (e.g. '40:00')string
--cloudTranscribe via the OpenAI cloud API (uploads audio off-device; requires OPENAI_API_KEY). Local-only by default.boolean
--outputOutput SRT file pathstring · default <input>.srt
--overwriteOverwrite output file if it existsboolean

Category: scout — understand the material before acting

Generated from the toolkit

Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift. Run cleya transcribe --help for the same information in your terminal.