srtmerger
srtmerger copied to clipboard
Create a CLI tool
Create a CLI tool so that we can just type as following
Example: to merge english and german subtitle (default to UTF-8 codec) with white #FFFFFF as default for both subtitles
srtmerger en.srt de.srt
Example: define colour seperately with Color1 for English and Color2 for German
Color1='#FFFFFF'
Color2='FF0000'
srtmerger en.srt de.srt "${Color1}" "${Color2}"