Initial commit: Added README.md

This commit is contained in:
Ratatoskr 2024-02-13 16:45:16 +01:00
commit 416061b325
Signed by: Ratatoskr
GPG Key ID: 28B77439A6D78F4E

39
README.md Normal file
View File

@ -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).