Skip to content
torque edited this page Sep 28, 2014 · 5 revisions

Table of Contents

  1. Requirements
  2. Installation Instructions
  3. Next: Trimming the Video

Requirements

  • 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 or avisynth with FFMS2.

Installation Instructions

To get started, download the latest release.

Windows (Installed Aegisub)

  1. Open %appdata%\Aegisub. You can do this by opening an explorer window and typing it in the breadcrumb.
  2. In the folder you just opened, verify that there is an automation directory. If there is not, create it.
  3. If you just created an automation directory, copy the autoload and include folders from this zip to the directory you just created.
  4. If the autoload and include folders already exist, copy their contents in the zip into the those folders.

Windows (Portable Aegisub)

  1. Find your Aegisub folder. In it should be an automation folder.
  2. In the automation folder, copy the contents of the zip's autoload and include folders into the respective folders in your Aegisub/automation folder.

OS X

  1. In a Finder window, press cmd+shift+g, and enter ~/Library/Application Support/Aegisub/ into the dropdown window.
  2. In the folder you just opened, verify that there is an automation directory. If there is not, create it.
  3. If you just created an automation directory, copy the autoload and include folders from this zip to the directory you just created.
  4. If the autoload and include folders already exist, copy their contents in the zip into the those folders.

Linux

  1. Copy the files into ~/.aegisub/automation. You may need to create this directory.