CtrlK
BlogDocsLog inGet started
Tessl Logo

krillinai-render-horizontal

Use when rendering landscape videos with KrillinAI CLI, including original video plus bilingual subtitles or dubbed video plus target-language subtitles.

SKILL.md
Quality
Evals
Security

KrillinAI Render Horizontal

Use this skill for render-horizontal. Read skills/krillinai-cli/references/cli-contract.md first for binary location, execution working directory, configuration, and JSON behavior.

Bilingual Subtitle Video

(cd "$KRILLINAI_CWD" && "$KRILLINAI_CLI" render-horizontal \
  --workdir "$WORKDIR" \
  --video "$WORKDIR/origin_video.mp4" \
  --subtitle "$WORKDIR/bilingual_srt.srt")

Dubbed Video

(cd "$KRILLINAI_CWD" && "$KRILLINAI_CLI" render-horizontal \
  --workdir "$WORKDIR" \
  --video "$WORKDIR/video_with_tts.mp4" \
  --subtitle "$WORKDIR/target_language_srt.srt" \
  --dubbed)

Inputs

  • --video: source video, or omit when manifest has the correct input.
  • --audio: optional replacement audio.
  • --subtitle: usually bilingual_srt.srt for bilingual, target_language_srt.srt for dubbed.
  • --workdir: directory containing krillinai_manifest.json.
  • --subtitle-style-file: optional JSON override merged with the default subtitle style.

Outputs

  • horizontal_bilingual.mp4 for the default variant.
  • horizontal_dubbed.mp4 with --dubbed.
  • Both variants are reported through the manifest key horizontal_video.

Verification

  • Require terminal JSON with "ok": true.
  • Confirm output video exists and has video/audio streams.
  • Extract a preview frame when checking subtitle placement.
  • For manifest and error handling, read skills/krillinai-cli/references/cli-contract.md.
Repository
krillinai/OpenCreator
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.