40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# MKV Builder Utils
|
|
|
|
A collection of scripts to split, convert, and merge MKV video files along with FLAC audio and SRT subtitle files.
|
|
|
|
## Table of Contents
|
|
|
|
- [Introduction](#introduction)
|
|
- [Scripts](#scripts)
|
|
- [split2components.sh](#split2componentssh)
|
|
- [mkv-builder.sh](#mkv-buildersh)
|
|
- [Usage](#usage)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
|
|
## Introduction
|
|
|
|
MKV Builder Utils is a set of scripts designed to simplify the process of handling MKV video files. Whether you need to split videos, convert audio to FLAC format, or merge files back together, these scripts aim to streamline your workflow.
|
|
|
|
## Scripts
|
|
|
|
### split2components.sh
|
|
|
|
This script is used to split an MKV file into its video, audio, and subtitle components. It uses FFmpeg to perform the splitting.
|
|
|
|
### mkv-builder.sh
|
|
|
|
A script to merge MKV video files, FLAC audio files, and SRT subtitle files back into a complete MKV file.
|
|
|
|
## Usage
|
|
|
|
Detailed usage instructions for each script can be found in their respective directories. Feel free to explore the scripts and adapt them to your specific needs.
|
|
|
|
## Contributing
|
|
|
|
If you have ideas for improvements or new features, feel free to contribute! Fork the repository, make your changes, and submit a pull request.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT License](LICENSE).
|