aegisub-scripts/README.md

78 lines
2.0 KiB
Markdown
Raw Normal View History

2021-04-05 15:03:24 +00:00
# garret's shitty aegisub scripts
Aegisub automation scripts I've written.
Probably only useful to me.
2021-07-10 16:11:31 +00:00
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).
2021-06-13 14:44:57 +00:00
2021-04-05 15:03:24 +00:00
----
## Script List
### A-B
2021-07-10 16:11:31 +00:00
Makes checking pre-timing possible by putting some text in the lines (the actor name, and `a` or `b`, hence the name)
2021-04-05 15:03:24 +00:00
2021-07-10 16:11:31 +00:00
ignores lines with text in them, prepends to lines with just tags in them
2021-04-05 15:03:24 +00:00
### 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)
2021-04-25 01:30:01 +00:00
### 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.
2021-07-10 16:11:31 +00:00
Basically a dupe of the one in Significance.
2021-06-13 14:44:57 +00:00
### CR Restyler
`become-fansubber.lua`
select the lines
2021-07-10 16:11:31 +00:00
2021-06-13 14:44:57 +00:00
it sets them to default style
2021-07-10 16:11:31 +00:00
2021-06-13 14:44:57 +00:00
wow amazing
2021-04-05 15:03:24 +00:00
### 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.
2021-06-13 14:44:57 +00:00
2021-07-10 15:24:32 +00:00
### K-Timing -> Alpha Timing
does what it says on the tin.
2021-07-10 16:11:31 +00:00
originally created to convert stuff that should've been alpha-timed in the first place, but also makes creating new alpha-timing easier.
2021-07-10 15:24:32 +00:00
2021-07-06 19:45:18 +00:00
### Scenebleed Detector
Finds scenebleeds in the selected lines, and marks them with an effect (`bleed`).