Skip to content

Marcocanc/TouchTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TouchTracker
Green Screen Gesture Tracking for After Effects

Intro

Have you ever watched a movie where an actor uses their phone or tablet but the underlying animations just didn't feel right? I've seen plenty, so when the time came for us to film a video commercial for our app, I came up with the idea for TouchTracker to avoid having to manually track interactions and ensure perfect animations.

TouchTracker

TouchTracker is a simple web app for mobile devices that displays a greenscreen and records all gestures performed on the screen. It outputs a json file that can be imported into AE with the included .jsx script. The script then generates a new composition with the exact screen resolution and imports each gesture as an animated "Null Object".

Say goodbye to poorly synced screen replacements with TouchTracker 🪄

touchtracker2

Getting Started

Disclaimer: This has only been tested on iOS but should work on Android as well.

  1. Go to https://marcocanc.github.io/TouchTracker/ on your mobile device
  2. Press the Share button and then "Add to Homescreen"
  3. Open the app/bookmark and film your device while interacting with the screen
  4. When done, touch the screen with 3 fingers at the same time (might take a few tries). A window will open
  5. Transfer the file to your computer
  6. In AE, select "Run Script" and select the touchtracker.jsx file
  7. Select the file you have transferred from your mobile device
  8. A new comp should open up with the screen and null objects representing each gesture.
  9. To attach a layer to a null objects, you can simply make it its parent
  10. Perform a screen replacement on the video recording of your device and sync the timing of your null object timeline to the video

Releases

No releases published

Packages

No packages published