-
Notifications
You must be signed in to change notification settings - Fork 25
Home
torque edited this page Jul 24, 2012
·
15 revisions
- "Installing" the Script
- Configuration
- Trimming a Scene to be Motion Tracked
- Getting Tracking Data from Mocha
- Applying the Data
- Aegisub Trunk (binary snapshots available here).
- Some piece of software that can do motion tracking. The recommended one is Mocha Pro, but the important thing is just one that can output the correct data format.
- The script itself. Note that there are multiple ways to download the script:
- You can simply use your browser to save the raw version (note: some browsers like to inject html tags at the top of text documents when you save them. If the script fails to load, you should check to make sure it doesn't have any).
- Download the entire repository as a zipball.
-
git clone https://github.com/torque/Aegisub-Motion.git
(if you are doing this then I trust you know what you're doing).
Save/move the script to C:\Users\<username>\AppData\Roaming\Aegisub\automation\autoload\
. AppData is a hidden folder. If you don't know how to access hidden folders, it's not my job to teach you. Google is your friend.
Save/move the script to ~/Library/Application Support/Aegisub/automation/autoload/
. Note that Library
is a hidden folder, and that you may need to create the automation/autoload
folders yourself. If you don't know how to access hidden folders, it's not my job to teach you. Google is your friend.
Save/move the script to ~/.aegisub/automation/autoload/
.