Autotags及其三个变种的使用。
colorTag是自用的用于生成流水灯的函数。
为每个汉字添加编号
一个中文占两个字节。
Aegisub中颜色、透明度的转换函数
在Aegisub中生成类似Premiere的时间码
Aegisub的一些自动化功能。
Lua基础语法 注释 -- this is one line comment --[[ this is a comment and comment again and again ]] 变量 var_string = "foo and bar"; --用""表示string print(var_string); → foo and bar 当遇到限…
Aegisub的一些学习笔记。