mkvExtract

Extract mkv files cli (video, audio, subtitles) with good amount of detail using node.js

2
0
2
JavaScript
public

mkvExtract uses mkvextract and mkvinfo to extract all* tracks from an mkv.

  • It’s able to convert ugly mkvinfo text into formatted json tracks
  • Extracts all important files from mkv
  • Attempts to guess the language of the track!

Usage: node extract.js file.mkv

v0.3.3[beta]