Giter VIP home page Giter VIP logo

mkvextractor's Introduction

mkvExtractor

This python script is to use MKVToolNix's mkvextract CLI tool. You can extract content from both MKV and WebM containers.

Usage

  • Open Terminal and type below command.
  • You can add one or more files at once.
python mkvextractor.py [file_01] [file_02] [file_03]...
  • You can also add a folder that includes MKV and WebM files.
  • Don't add more than one folder.
python mkvextractor.py [folder_path]

Extract Mode : All tracks

You can extract all video, audio and subtitle tracks available in all inputs.

Extract Mode : Single tracks

In this mode, analyze every input and show a list of tracks that available, then you can enter track IDs that you want to extract. Please seperate track numbers by a comma and a space

  • eg: trackID: 0, 1, 2,...

Extract Mode : Chapters

You can extract chapters in both XML and OGM formats. Provide your choice when it asked.

Extract Mode : Attachments

In this mode, also analyze every input and show a list of attachments that available, then you can enter attachment IDs that you want to extract. Please seperate attachment IDs by a comma and a space

  • eg: attachmentID: 1, 2, 3,...

Extract Mode : Timestamps

You can extract timestamps for all tracks at once.

Extract Mode : Cues

You can extract cues for all tracks that available at once.

Extract Mode : Cue Sheets

You can extract cue sheet in all inputs if available.

Extract Mode : Tags

You can extract tags in all inputs if available.

mkvextractor's People

Contributors

dropcreations avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

prashandakshika

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.