commit 416061b3250ce3fbdee33d02bc0ef6fb2617297f Author: Ratatoskr Date: Tue Feb 13 16:45:16 2024 +0100 Initial commit: Added README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51a160d --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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).