Practical guide

How to Remove Subtitles from an MKV File

Based on linked official documentation · Updated · Editorial methodology

Start by opening your MKV and turning subtitles off. If the words disappear, you can hide them for watching or save a copy without them. If they stay, they may be part of the picture.

For MKV, first try turning subtitles off in your player. To share a copy without selectable subtitles, use the export steps below. For words that stay in the picture, convert a copy to MP4 before using online removal.

Open the MKV and try turning subtitles off

MKV is a container that can hold multiple audio and subtitle streams. Text subtitles such as SRT or ASS and image-based subtitles can be separate from its video frames. Check each subtitle entry: a forced line and a full translation may behave differently.

Inventory this MKV before editing

  • Note every subtitle language shown by your player, including forced entries.
  • Disable all tracks and compare the same frame. One burned-in line can remain below a selectable translation.
  • Check for an external SRT or ASS file with the same base name.
  • Keep a list of audio languages and chapters that matter for the output.

Matroska subtitle formats

Keep MKV when you only need to remove tracks

A remux can copy video and audio streams into a new container while excluding subtitle streams. FFmpeg supports explicit stream selection and streamcopy. This avoids re-encoding the picture, but it does not erase text already in those frames. Review the linked commands and choose which streams to retain.

Keep the existing video encoding

Use the FFmpeg walkthrough to select video and audio streams and exclude subtitles. Save to a new MKV file.

Review subtitle stream selection

Create a fresh encoded copy

In HandBrake, review the Subtitles list, audio languages and output settings together. Its export encodes a new video, so inspect quality afterward.

Review HandBrake export settings

FFmpeg stream selection and streamcopy

Follow the HandBrake walkthroughFFmpeg Subtitle Removal: A Simpler Way for Beginners

Verify streams, languages and chapter navigation

Open the output MKV as a new file, outside the export application. Test a scene with dialogue and another with a forced translation. An empty subtitle menu alone does not prove the picture is free of burned-in words.

Accept the new container only after checking

  • Confirm the audio tracks you intended to preserve are present and correctly labeled.
  • Try chapter navigation if you rely on it.
  • Watch the same subtitle scene with player subtitles disabled.
  • Reopen the output without nearby sidecar subtitle files.
  • Keep the source MKV until the new file meets your playback needs.

Prepare an MP4 for online removal

The online workspace accepts MP4, MOV and WebM, not MKV. For burned-in words, prepare a compatible MP4 first. A container change alone may not make the existing video or audio encoding playable in a browser; test the converted clip locally before uploading.

  1. Select the scene and audio you need

    Work from the original MKV and keep a separate output. For a long movie, prepare a representative short scene.

  2. Export a browser-compatible video

    Use an H.264 MP4 preset in your converter and review the audio selection. Preserve the framing needed for the edit.

  3. Check conversion before AI repair

    Watch the MP4 locally for duration, motion and audio sync. Only then try repair on the words that remain in the picture.

Remove Subtitles from MP4 Videos

Separate container problems from repair problems

A missing audio language, an unsupported codec and a subtitle still in the image have different causes. Do not spend repair credits to solve a track-selection or playback problem.

An audio language disappeared

Likely cause: The output selection may have retained only one audio stream.

What to do: Return to the original MKV and explicitly select the audio streams you need.

The new file will not play in a browser

Likely cause: The codec may be unsupported even though the extension changed.

What to do: Create and locally test a compatible encoded MP4 copy.

One subtitle line remains after removing tracks

Likely cause: A bilingual scene may combine a separate track with burned-in words.

What to do: Confirm the line remains with all tracks disabled, then inspect an AI repair sample for that scene.

Try files with a separate subtitle track

These four-second samples show subtitles you can turn off. Open one in a player with subtitle controls and try it yourself. The third file shows the same video with those subtitles removed. All three are silent.

These samples keep the same video picture. Words fixed in the picture would need a different removal method.

Only have text burned into the picture?

Once you have a supported MP4, MOV or WebM, you can preview it locally and review the cost of automatic repair. A separate subtitle track does not need this step.

Open the subtitle remover

Questions and answers

Can I just turn off MKV subtitles?

Yes, if they are selectable in the player’s subtitle menu. That is enough for watching, but it does not delete subtitles from the saved file.

Will saving a new copy change the picture quality?

It can. The HandBrake method makes a fresh video copy, so compare the picture and sound before sharing it. Keep your original.

Why are the words still visible after export?

They may be part of the picture itself. Removing selectable subtitles does not erase those words; they need a separate repair step.

Official references

Software diagrams are illustrations, not version-specific screenshots. Consult these guides for current controls.