This is a GUI project using ffmpeg and Python that merges .mkv files and .srt files. Additionally, it translates simplified Chinese in the .srt file to traditional Chinese (zh-TW).
- Python 3.8
- ffmpeg
- Install the necessary Python packages:
pip install -r requirements.txt- Ensure
ffmpegis installed on your system.
- Run
mergeSubtitles.pyto launch the GUI. - Choose your
.mkvand.srtfiles. - Select the output directory and filename.
- Click "Merge" to begin the merge process.
If you have any suggestions or wish to contribute to this project, feel free to submit a Pull Request.