subtitle-extractor video-editing ffmpeg mkv mp4 subtitles

So extrahieren Sie Untertitel aus Videos: Die vollständige Anleitung zum Rippen von MKV- und MP4-Untertiteln

Erfahren Sie, wie Sie eingebettete Untertitelspuren aus Videodateien wie MKV und MP4 direkt in Ihrem Browser extrahieren. Ein tiefer Einblick in Untertitelströme, FFmpeg und datenschutzfreundliche Extraktion.

T3 Tool3M Editorial Team Geprüfter technischer Leitfaden 2026-04-25 4 Min. Lesezeit Geprüft von Tool3M Maintainers Dieses Tool verwenden

Introduction

Have you ever downloaded a movie or a video only to find that the subtitles are "embedded" in the file, but your TV or player refuses to show them? Or perhaps you're a language learner who wants to extract the subtitle text to create flashcards or study a script?

Extracting subtitles from video containers like MKV and MP4 used to require complex command-line tools or bulky video editing software. Today, you can do it directly in your browser. This guide explores the technology behind subtitle extraction and how you can rip every subtitle track from your videos without ever uploading a single byte to a server.


Embedded vs. Hardcoded Subtitles

Before we dive into extraction, it is crucial to understand the difference between the two main types of video subtitles:

1. Hardcoded Subtitles (Hard-subs)

Hardcoded subtitles are "burned" into the video frames themselves. They are part of the image.

  • Extraction: Cannot be "ripped" as text easily. You would need OCR (Optical Character Recognition) to read the text from the image.
  • Pros: Guaranteed to show up on any player.
  • Cons: Cannot be turned off or changed.

2. Embedded Subtitles (Soft-subs)

Embedded subtitles are separate data tracks stored within the video container (like MKV or MP4), just like audio tracks.

  • Extraction: Can be extracted perfectly as text files (SRT, VTT, etc.).
  • Pros: Can be toggled on/off, switched between languages, and styled by the player.
  • Cons: Some older players might not support certain subtitle formats (like ASS/SSA).

Our Subtitle Extractor tool works with Embedded Subtitles.


The MKV Advantage: A Container for Everything

The Matroska (MKV) format is famous for its ability to hold an unlimited number of video, audio, and subtitle tracks in one file. It is the most common format where you will find multiple subtitle tracks (e.g., English, Spanish, Japanese, and "Forced" subtitles for foreign parts).

MP4 also supports embedded subtitles (typically in Timed Text format), but it is less flexible than MKV. Our tool handles both, along with MOV and AVI.


How Browser-Based Extraction Works

Extracting a subtitle track is essentially a process of "demuxing." The video file is a "multiplexed" stream of data. To extract subtitles, we need to:

  1. Parse the container header to find the subtitle streams.
  2. Identify the codec (SRT, VTT, ASS, etc.).
  3. Copy that specific data stream into a new file without re-encoding the video.

Powered by FFmpeg.wasm

We use FFmpeg, the Swiss Army knife of video processing, compiled to WebAssembly (WASM). This allows the heavy lifting of video parsing to happen at near-native speed directly inside your browser.

When you select a file:

  1. FFmpeg Probing: The tool runs a probe command to list all internal streams.
  2. Track Identification: It looks for tracks labeled "Subtitle."
  3. Extraction: For each track found, FFmpeg maps that specific stream index to an output file.
  4. Local Saving: The resulting text is then provided to you as a downloadable file.

Why Use a Browser Tool?

1. Absolute Privacy

Video files are large and often personal. Traditional online converters require you to upload your video to their servers. Our tool processes everything locally. Your video never leaves your computer, ensuring 100% privacy and saving you from waiting for a 2GB upload.

2. Speed

Since there is no upload or download of the video file itself, the extraction is nearly instantaneous. The only "download" is the tiny subtitle text file.

3. Multiple Track Support

A single MKV might have 10 different subtitle tracks. Our tool identifies all of them and lets you extract them all at once.


Common Subtitle Formats

When you extract subtitles, you'll likely encounter these formats:

Format Extension Description
SubRip .srt The most common, plain-text format. Supported by almost everything.
WebVTT .vtt The standard for web video (HTML5). Similar to SRT but with extra features.
Advanced Substation Alpha .ass / .ssa Supports advanced styling, positioning, and animations. Common in anime.
MOV Text .tx3g Common in MP4/MOV files created by Apple devices.

Step-by-Step: How to Extract Subtitles

  1. Select your Video: Drag and drop your MP4 or MKV file into the upload area.
  2. Start Extraction: Click the "Extract Subtitles" button. The tool will begin probing the file.
  3. Review Tracks: Once finished, a list of all found subtitle tracks will appear, labeled by language and format.
  4. Download: Click on a track to preview it in the editor, and use the download button to save it to your disk.

Summary

Subtitle extraction is no longer a "pro-only" task. By bringing FFmpeg into the browser, we've made it possible for anyone to rip subtitles for study, translation, or compatibility fixes with just a few clicks.

Whether you're fixing a video for your home media server or grabbing a script for language practice, the Subtitle Extractor provides a fast, secure, and free way to get the job done.