Subtitle Burn In

Video·Video-API·by eachlabs

Subtitle Burn-In renders your subtitle file directly onto a video, embedding captions permanently for silent-autoplay feeds and social clips.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "subtitle-burn-in",
    "version": "0.0.1",
    "input": {
        "font": "Inter",
        "video": "https://cdn-us.eachlabs.ai/defaults/cdab5d294efa4c4599b4c2019883db65.mp4",
        "position": "bottom",
        "font_size": 48,
        "subtitle_text": "00:00:00,240 --> 00:00:03,040\nI've been meaning to tell you about this new book.\n\n00:00:03,040 --> 00:00:05,440\nI'm so excited about."
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Subtitle Burn In

01 / 03

What does Subtitle Burn-In do?

Subtitle Burn-In renders a subtitle file permanently onto a video. On the each::labs Video API it embeds your captions into the frames, so text stays visible everywhere, even in silent-autoplay feeds that ignore separate subtitle tracks.