This file contains hidden or 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
| #version 430 | |
| struct atlas_entry { | |
| ivec2 pos; | |
| ivec2 size; | |
| }; | |
| uniform Atlas { | |
| atlas_entry entries[1024]; | |
| } uAtlas; |
This file contains hidden or 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
| import os | |
| import argparse | |
| # import sys | |
| def modifySubtitleContents( inputSRTFileLines ): | |
| ''' | |
| Input Format: <inputSRTFileName> | |
| e.g. | |
| 0:00:00.580,0:00:03.469 | |
| Line1 |