Skip to main content

AI Subtitle Generator

Generate accurate subtitles from audio and video files with automatic language detection and translation support.

CLI Quickstart (Beginner)

Output:

Use in Your App (Embedded SDK)

Use as a Server (HTTP Sidecar)

Start Server

Invoke via curl

With Authentication (Remote Runner)

Input / Output Schema

Input Schema

Output Schema

Integration Models

Model 1: Embedded SDK

Best for applications that need direct control and minimal latency.

Model 2: CLI Invocation

Best for scripts, CI/CD pipelines, and automation.

Model 3: Local HTTP Sidecar

Best for microservices and language-agnostic integration.

Model 4: Remote Managed Runner

Best for production workloads with scaling needs.

Model 5: Event-Driven

Best for async workflows and queue-based processing.

Model 6: Plugin Mode

Best for multi-agent systems.

Operational Notes

Dependencies

Performance Tips

  • Use --stream for progress on long files
  • Pre-convert to WAV for faster processing
  • Use GPU acceleration when available

Security Notes

  • File paths are sandboxed to prevent directory traversal
  • Temporary files are cleaned up after processing
  • No audio data is stored unless explicitly configured

Troubleshooting