aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ec3a45f0d65124a5ebae711e9ff514423cf0dd5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# garret's shitty aegisub scripts

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

A few of them are dupes of (parts of) already-existing scripts, because fuck bloat, and fuck depctrl.

----

## 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))

**Caution: Overwrites every selected line!**

### 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.

### 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.

### Scenebleed Detector

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

### tagstrip

gets rid of tags (and comments) in the selected line(s)