Automate video rendering and subtitles
krillinai-cliskillsetup L2★10,234
krillinai/KrillinAI ↗What it does
Route work to KrillinAI subtitle, TTS, render-horizontal, and render-vertical commands
Best for
Automate video processing (subtitles, dubbing, landscape/portrait renders) via CLI without manual stage selection.
Inputs
- · video_source (YouTube URL or local file)
- · origin_lang
- · target_lang
- · --workdir
Outputs
- · manifest JSON
- · SRT subtitle files
- · MP4 video renders
Requires
- · KrillinAI CLI binary
- · Ollama (if inference)
- · FFmpeg
Preconditions
- · ./build/krillinai-cli binary exists or needs compile
- · Video source accessible
- · Workdir writable
Failure modes
- · error.kind: usage (bad params), retryable (temporary), dependency (missing tool), internal (bug)
Trust signals
- · Manifest JSON tracks outputs for reuse
- · --dry-run supports planning without execution
- · Parses stdout JSON, not logs