文件名称:mergesrt2ass:将两个 .srt 字幕文件合并为一个 .ass 字幕文件的 python 脚本
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-29 17:01:10
Python
合并rt2ass 基于 pysubs2 将两个 .srt 字幕文件合并为单个 .ass 字幕文件的 python 脚本。 用法 Usage: ./mergesrt2ass.py SUBTITLE_FILE_1 SUBTITLE_FILE_2 OUTPUT_FILENAME. The lines from SUBTITLE_FILE_1 will *probably* be displayed over the lines from SUBTITLE_FILE_2. And the filename extension of OUTPUT_FILE should be ".ass". 要求 见需求.txt
【文件预览】:
mergesrt2ass-master
----mergesrt2ass.py(1KB)
----example.sh(158B)
----requirements.txt(30B)
----README.md(406B)