Unisub is used by Chinese learners that didn't learn enough characters to read subtitles and yet they want to watch Chinese movies with Chinese subs. It could also be used to combine two different subs files into one
- Find a movie in Chinese
- Find subtitles file in SubRip format in Chinese
- Generate pinyin file that matches Chinese subtitles:
bin/do_srt.py -i <your-chinese-subfile> -o <pinyin-file>
- Optionally you can merge <chinese.srt> and <pinyin.srt>
bin/do_srt.py -i <your-chinese-subfile> -o <pinyin-file> -c
- Load new subtitles file and watch a movie with both Hanzi and Pinyin subs
- Merge 2 srt files (in different languages perhaps)
bin/do_srt.py -i <subfile1> -e <subfile2> -o <output-file>
See bin/do_srt.py --help
for more information.