Skip to content

RichardKiriko/aegisub_scripts

 
 

Repository files navigation

aegisub_scripts

autoload

enc-hsub-VS.lua

Encode use vapoursynth+x264/NVEnc/QSVEnc

Add k Tags.lua

Generate K by :
1.Average
2.k1 --Actually you can change 1 to any fixed number you want.
3.Percentage

Combine Overlaps.lua

Combine subtitle lines whose times are overlapped regardless of tags.

Space K Checker.lua

Check K tags for selected lines, following the rules below:
1.In karaskel, a syl whose text contains a full-width blank will affect the sizing information calculated. Under such condition, the full-width blank should be given a separated K tag.
2.Normally, the last syl of a line should not be blank.

Time Scaler.lua

You can use this if only BPM changed.

delete_fx.lua

A very simple script to remove fx lines after sorting by effect.

template&fx checker.lua

A set of basic functions for checking/printing mistakes in template lines and fx lines.
Code blocks and most parameters of tags are ignored.

Text_Stat(_chi).lua

Get some statistics from your ass script, like words number and line duration etc.
And you can save the information to a text file.
You can also treat this as an example of learning lua pattern, unicode(UTF-8), Aegisub Dialog API, and of course, file operation.
File with chi suffix is its Chinese version.

text to qrcode.lua

Requirement:https://github.com/speedata/luaqrcode/blob/master/qrencode.lua
Convert line text to QRCode.
You can also define the size, transparency and color of the QRCode now.

About

Some scripts might be useful for fansub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%