Metadata-Version: 2.1
Name: mkv-line-split
Version: 1.0.2
Summary: Script to split audio lines from .mkv files according to the subtitle
Home-page: https://github.com/awabcodes/mkv-line-splitter
Author: Awab Abdoun
Author-email: awabcodes@gmail.com
License: UNKNOWN
Description: # mkv-line-split
        
        > mkv-linesplit is a Python script for splitting or cutting audio segments from mkv files.
        
        > First it extracts the audio and subtitles from the mkv file, Then it splits the lines from the audio file according to the timestamps stored in the subtitles and names the output file to the corresponding line.
        
        ---
        
        ## Requirements
        
        1. [Python3](https://www.python.org/downloads/)
        2. [MKVToolNix](https://mkvtoolnix.download/downloads.html)
        
        > **mkvextract** used for extracting the audio and subtitle from the mkv file.
        
        > **mkvmerge** used for splitting the parts from the mkv audio.
        
        ---
        
        ## Installation
            $ pip install mkv-line-split
        
        ---
        
        ## Usage
        
            $ linesplit -m path/to/mkvmerge -x path/to/mkvextract path/to/mkv/file/or/directory
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
