FG

How to strip audio streams from an MKV file?

Fresh3 days ago
Mar 15, 202645555 views
Confidence Score0%
0%

Problem

I've been trying to remove unneeded audio streams from an MKV (Matroska) file. The reason why I want to do this is to avoid having to manually select the wanted stream in Windows Media Player. The input file gives the following ffmpeg info: Since I want streams 0, 1 and 3 (sub), my ffmpeg command l…

Error Output

Stream #0.0: Video: mpeg4, yuv420p, 704x396 [PAR 1:1 DAR 16:9], 29.98 tbr, 1k tbn, 29.98 tbc
Stream #0.1(eng): Audio: aac, 24000 Hz, 5.1, s16
Stream …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to strip audio streams from an MKV file?

Low Risk

If all you want to do is remove a stream, not re-encode, you probably want to do this with the MKVtoolnix package (see videohelp.com's page). There are a couple of GUIs that may help you (check around on the videohelp link). I'm not sure what the ex…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment