Burned-in vs. Soft Subtitles: Which Should You Use?

There are two ways to add subtitles to a video: burn them into the video permanently (hardcoded/open captions) or attach them as a separate file (soft/closed captions). Each approach has trade-offs. Here's how to decide which one to use.

What are burned-in subtitles?

Burned-in subtitles (also called hardcoded subtitles, open captions, or hardburned subtitles) are permanently rendered into the video pixels. The text becomes part of the video image — it can't be turned off, resized, or repositioned by the viewer.

To create burned-in subtitles, you need to re-encode the video with the text overlaid. ClipUtils does this in your browser using FFmpeg WebAssembly — you choose the font, style, color, and position, and the tool renders each subtitle line into the video frames.

What are soft subtitles?

Soft subtitles (also called closed captions or sidecar subtitles) are separate text files (SRT, VTT) that are loaded alongside the video. The video player reads the file and displays the text on top of the video.

Viewers can turn soft subtitles on or off, change the font size, switch between languages, and adjust positioning — depending on the player. The video file itself is unchanged.

When to use burned-in subtitles

Social media posts: TikTok, Instagram Reels, YouTube Shorts, Facebook, Twitter/X, and LinkedIn all auto-play videos on mute. Burned-in captions ensure your message gets across even when sound is off. Most social platforms either don't support soft subtitle files or make them optional.

Brand consistency: When you need exact control over how subtitles look — font, color, position, style — burned-in is the only option. Soft subtitle styling depends on the viewer's player settings.

Cross-platform sharing: If you're distributing the same video across multiple platforms, burned-in subtitles work everywhere. You don't need to upload a separate subtitle file to each platform.

Short-form content: For videos under 3 minutes, burned-in subtitles are the standard. The engagement benefit outweighs any downsides.

When to use soft subtitles

YouTube long-form videos: YouTube has excellent soft subtitle support with auto-translation to 100+ languages. Burning in subtitles would lock the video to one language.

Multi-language content: If your audience speaks multiple languages, soft subtitles let you provide multiple language tracks. Burned-in subtitles are locked to one language.

Accessibility compliance: Some regulations (ADA, WCAG) require closed captions that users can customize. Burned-in captions don't satisfy these requirements because they can't be resized or repositioned.

Long-form content: For videos over 10 minutes, soft subtitles are more practical. Re-encoding a long video just to add text takes significant processing time.

Pros and cons comparison

Burned-in subtitles: + Always visible — can't be turned off + Full style control (font, color, position) + Works on every platform without special support + Better engagement on social media - Can't be turned off by viewers who don't want them - Locked to one language - Requires video re-encoding (slight quality loss) - Can't be resized by viewers with vision impairments

Soft subtitles (SRT/VTT): + Multiple language tracks possible + Viewer can customize appearance + No video re-encoding needed + Meets accessibility compliance standards - Can be turned off (viewers may never see them) - Style depends on player settings - Not all platforms support subtitle file upload - Social media auto-play typically ignores soft subs

Can you use both?

Yes, and many creators do. The best practice for YouTube, for example, is to burn captions into the first few seconds of the video (to hook muted viewers) and provide full soft subtitles for the entire video (for accessibility and translation).

For social media, burned-in subtitles are almost always the right choice. For your website or YouTube channel, offer both when possible.

Frequently asked questions

Do burned-in subtitles hurt video quality?

Burning in subtitles requires re-encoding the video, which can cause a slight quality reduction. For social media, this is negligible since platforms compress uploads anyway. For archival or broadcast purposes, keep the original video and use soft subtitles.

Can I remove burned-in subtitles from a video?

No. Burned-in subtitles are permanently part of the video image. There is no way to remove or change them after encoding. If you might need to change your subtitles later, keep the original unsubtitled video and the SRT/VTT file.

Which type of subtitle does TikTok use?

TikTok's auto-captions are a form of soft subtitles that viewers can toggle. However, most professional TikTok creators use burned-in subtitles because they're always visible, fully customizable, and work when the video is shared outside TikTok.

Related tools: Auto Subtitle Generator

Related articles: SRT vs VTT: What's the Difference? · How to Add Subtitles to a TikTok Video