This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------- | |
# srt to ass script converter | |
# | |
# Usage: srt2ass $SRT_FILE | |
# | |
# It will convert srt file into a default subs.ass | |
# | |
# If you want to override font size (16) | |
# | |
# srt2ass $SRT_FILE [FONT_SIZE] |