logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Merge Multimedia Streams - Control mkvmerge | Online Free DevTools by Hexmos

Merge multimedia streams easily with mkvmerge. Combine video, audio, and subtitles into Matroska files. Free online tool, no registration required.

mkvmerge

Merge and extract multimedia streams. More information: https://mkvtoolnix.download/doc/mkvmerge.html.

  • Display information about a Matroska file:

mkvmerge --identify {{path/to/file.mkv}}

  • Extract the audio from track 1 of a specific file:

mkvextract tracks {{path/to/file.mkv}} {{1}}:{{path/to/output.webm}}

  • Extract the subtitle from track 3 of a specific file:

mkvextract tracks {{path/to/file.mkv}} {{3}}:{{path/to/subs.srt}}

  • Add a subtitle track to a file:

mkvmerge --output {{path/to/output.mkv}} {{path/to/file.mkv}} {{path/to/subs.srt}}

See Also