I'm looking to add an overlay animation on videos that include data like speed, g-forces, other sensor data, etc.
An example of this is https://www.facebook.com/watch/?v=324625525065975
So I have sensor data in any format I require with timestamps but I need this to drive the animation data - shape position, rotation, etc. dynamically.
From looking around this (Work with Data-driven animation) on the surface looks to be very exciting. From what I can see though, just standard json or csv would just be used to render static data, without altering based on time. There's talk of mgJSON files which sound like it would do the job but I've yet to find any information on either how to build that file format or even how to export an example from AE and alter that example with real data.
Any input or help would be greatly appreciated.