-
Notifications
You must be signed in to change notification settings - Fork 25
Installation
torque edited this page Sep 28, 2014
·
5 revisions
- Aegisub 3.2.x or any future release that doesn't break everything.
- Motion tracking software, such as Blender or Mocha Pro.
- Too much goddamn free time.
Additionally, the Trim
and Trim Each
macros require an encoder:
- By default,
x264
is used. Windows builds are available here. If you are building x264 yourself, make sure it is at least compiled with FFMS2 support. - Or, optionally:
-
ffmpeg
. -
vapoursynth
oravisynth
with FFMS2.
-
To get started, download the latest release.
- Open
%appdata%\Aegisub
. You can do this by opening an explorer window and typing it in the breadcrumb. - In the folder you just opened, verify that there is an
automation
directory. If there is not, create it. - If you just created an
automation
directory, copy theautoload
andinclude
folders from this zip to the directory you just created. - If the
autoload
andinclude
folders already exist, copy their contents in the zip into the those folders.
- Find your Aegisub folder. In it should be an
automation
folder. - In the
automation
folder, copy the contents of the zip'sautoload
andinclude
folders into the respective folders in yourAegisub/automation
folder.
- In a Finder window, press
cmd+shift+g
, and enter~/Library/Application Support/Aegisub/
into the dropdown window. - In the folder you just opened, verify that there is an
automation
directory. If there is not, create it. - If you just created an
automation
directory, copy theautoload
andinclude
folders from this zip to the directory you just created. - If the
autoload
andinclude
folders already exist, copy their contents in the zip into the those folders.
- Copy the files into
~/.aegisub/automation
. You may need to create this directory.