Lemmmy / AegisubScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of ridiculous Aegisub scripts for incredibly specific tasks. May bite. No refunds.

Alpha Timing

Replaces markers ({}) or karaoke timing tags in the selected lines with alpha timing.

Instructions (marker mode):

  • In the line you want to alpha-time, put markers {} where you want the alpha timing to be. For example: Next{} e{}pi{}sode
  • Split the line into two or more lines, where you want each timing point to be, e.g. using Ctrl+D.
  • Run the script

Instructions (karaoke mode, only works on a single line):

  • In the line you want to alpha-time, put karaoke timing tags where you want the alpha timing to be. For example: {\k50}Next{\k50} e{\k50}pi{\k50}sode
  • Run the script

Chorus

Takes two or more identical dialogue lines with different styles, and overlaps them stacked vertically:

image

Does not abide by collision detection, so if the chorus lines appear alongside other dialogue, one of the lines will need to be given a \pos() tag - all the lines will then be given that same position.

image

Line Spacing

For lines already split by \N, splits them into separate dialogue lines with their own \pos() tags, and adjusts the vertical spacing between them by the specified amount. Currently only works with middle aligned lines (\an4, \an5, and \an6).

Repetition

Given a selection of lines, duplicates the text of the first one, with x2, x3, etc. appended as alpha timing to each line.

repetition.mp4

Script Styles

Populates styles for selected lines based on actor names at the start of each line.

When given dialogue like this:

TOYOTA: Hello!
KUROSAWA: Hello!
MINAMIYA: Hello!
MINAMIYA: I'll be your guide for the tour of the Yamaha Toyooka factory today.

The script can be used to replace all of the actor names (NAME: , colon and space not required in the csv) with the specified styles. The names will be removed from the dialogue.

image image

Yamaha Sign

Silly animated sign for a specific video - for top left corner. Left aligned scale and swipe animation, with second scaling stage and extra color background.

dummy_002_94-cropped

YamahaSign.mp4

Yamaha Sign 2

Silly animated sign for a specific video - for name cards. Horizontally centered scale animation with text spacing + fade.

image

YamahaSign2.mp4

About


Languages

Language:MoonScript 100.0%