aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2021-04-05 16:03:24 +0100
committergarret <garret@airmail.cc>2021-04-05 16:03:24 +0100
commit9c2c5b5424abd2c61a3d293c2c578134fe1de9ba (patch)
treee91c8ac1dd622c6096bb945a337bf9bad77516f7 /README.md
downloadaegisub-scripts-9c2c5b5424abd2c61a3d293c2c578134fe1de9ba.tar.gz
aegisub-scripts-9c2c5b5424abd2c61a3d293c2c578134fe1de9ba.tar.bz2
aegisub-scripts-9c2c5b5424abd2c61a3d293c2c578134fe1de9ba.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..238b00c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+# garret's shitty aegisub scripts
+
+Aegisub automation scripts I've written.
+Probably only useful to me.
+
+----
+
+## 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)
+
+### 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.