Install a video to text CLI starter for automation. Upload media, create transcription jobs, poll status, and download transcripts, subtitles, summaries, and JSON.
The same reliable Vocce pipeline, focused on this job. Free 3-minute preview, then pay only when the export matters.
Transcribe release demos and PR videos automatically with a GitHub Action or one CLI line.
Loop a folder of recordings through `vocce create` and collect transcripts, subtitles, and JSON.
Cron a watch folder, poll job status, and deliver results by webhook — no dashboard clicking.
npx vocce create ./video.mp4 --ops transcribe,subtitles,summary. The CLI uploads, creates the job, and can poll until your exports are ready.
Yes — jobs are idempotent (same input, same job_id), so you can safely loop folders and retry without double-billing.
Poll the job, download artifacts directly, or register a webhook and let results push to your queue or automation.
Every job can emit agent.v1 JSON with speaker turns, timestamps, and artifact links — the same schema across CLI, API, and MCP.