So I've got a movie which is a murder mystery in a mansion. Various people go to different rooms at different times. And some of this happens offscreen but is described or implied in later scenes.

I want to make a representation of this that I can scroll through, possibly even synched to the movie. Like I'd want to be able to map an animated map of the mansion and show who is where, when.

Any ideas with what software would be good for this/how should I represent this?

I could start at the end of the movie -> digital representation of timeline of pawns moving about -> movie-synch'd animation, but that'd be a lot of video editing and I don't enjoy that much. I want to be doing as little of that as possible, and as much of automating some representation -> video renderer

which'll probably be little icons moving around a 2D* map

* hopefully.

all the ways I can think of doing this are a little too annoying, and I'm hoping someone has an idea on how to do this that wouldn't horribly suck

@foone the main thing that comes to mind is doing this as a keyframe animation or something similar. With each person's location charted with at what times they leave a room and at what times they arrive at the next so you can either do a pre-determined path between the two rooms or just interpolate between them.

I could imagine doing this in Unreal Engine and setting it up so that each "person" is an object on a separate timeline within the animation with a sync to a media playback component. Just rigging the thing up as one big "animation" so it can evenly match up to the video's current time and you could jump around without causing any issue (just make it so forced updates to the playback time simultaneously set the animation's current time)

But that's obviously a bit overkill, unfortunately I really don't know any software that would be better suited to something like this. I think the concept of making a list of "keyframes" for each person's position is probably the right way to go at least.