reinventing the wheel one script at a time
Go to file
garret cb9169f2d5 minor bugfix, add comments, improve (?) code readability, semver 2021-08-09 00:38:03 +01:00
LICENSE add LICENSE 2021-04-05 16:32:17 +01:00
README.md new ones that do stuff with comments 2021-07-21 22:48:09 +01:00
a-b.lua improve a-b 2021-07-10 17:06:04 +01:00
append-comment.lua normal edit would be better i think 2021-07-24 23:20:18 +01:00
audio-clipper.lua [Audio Clipper] Make stream-copying work again 2021-04-10 22:56:04 +01:00
become-fansubber.lua find -> match 2021-06-15 16:59:50 +01:00
blur-fade.lua [blur fade] adds undo point 2021-04-06 04:48:15 +01:00
chapters.lua add chapter-maker 2021-04-25 01:00:10 +01:00
dupe-and-comment.lua [Dupe and Comment] put the menu items in sub-menu 2021-04-25 01:02:39 +01:00
em-dash.lua initial commit 2021-04-05 16:03:24 +01:00
karaoke2alpha.lua minor bugfix, add comments, improve (?) code readability, semver 2021-08-09 00:38:03 +01:00
scenebleed.lua add reporting of amount of bleeds 2021-07-14 16:39:13 +01:00
select-comments.lua new ones that do stuff with comments 2021-07-21 22:48:09 +01:00

README.md

garret's shitty aegisub scripts

Aegisub automation scripts I've written. Probably only useful to me.

A few of them are dupes of already-existing scripts, or parts of them.

Likely because I didn't know the already-existing one existed, or because it had loads of bloat other stuff along with it (cough cough unanimated).


Script List

A-B

Makes checking pre-timing possible by putting some text in the lines (the actor name, and a or b, hence the name)

ignores lines with text in them, prepends to lines with just tags in them

Append Comment

pops up a dialogue to put the comment in, and appends it to the selected lines.

Audio Clipper

Extracts audio from the selected line(s), like the create audio clip button. Unlike the create audio clip button, it can copy the audio stream.

Also, if you select multiple lines, it'll make separate clips for each, not one long one.

Needs ffmpeg. Can be slow.

Blur Fade

Makes fade with blur.

Blurs out lines with the effect blurout, and blurs in lines with the effect blurin.

For fancy fade effects. (i.e, when the whole scene blurs out until it's invisible, as a transition)

Chapter Generator

Makes .xml chapters for matroska.

Makes lines with the effect chapter into chapters. Start time of the line is used for the timestamp, text of the line is used for chapter name. Language is currently hardcoded to english.

Basically a dupe of the one in Significance.

CR Restyler

become-fansubber.lua

select the lines

it sets them to default style

wow amazing

Dupe and Comment

Duplicates a line and comments out the original.

I like seeing the original line while editing, and being able to go back to it easily if my edit was crap.

Em-dash

Appends an Em-dash () to the selected line(s). Replaces -- with .

I do not have an em-dash key on my keyboard.

K-Timing -> Alpha Timing

does what it says on the tin.

originally created to convert stuff that should've been alpha-timed in the first place, but also makes creating new alpha-timing easier.

Scenebleed Detector

Finds scenebleeds in the selected lines, and marks them with an effect (bleed).

Select Comments

take a guess