- Updated the script header with detailed information about its purpose, usage, dependencies, and notes. - Added comments and descriptions in English for better code understanding. - Replaced German error messages with English counterparts for consistency.
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
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.