There's some "ATLAS" videos where someone took a speedrun and moved the gameplay video on top of an image of the map so you could see the character move throughout the entire map. It is awesome and there are a few like this one: https://www.youtube.com/watch?v=9CoQ-wXR_iw
But that was done manually frame by frame.
What I'd like to do is some digital processing on the video to figure out where the player is. So every frame(ish), you compare the video image with all possible places on the map and get an exact location (and obviously could do smart things like only search nearby the last position and spawn points, etc). Once you have a location per frame, it should be relatively easy to generate a video like the one above. BUT WHYYY???
In speedrunning, one of the more fascinating/fun things to do is compare runs. Like the video seen here: https://www.youtube.com/watch?v=b2I0j1_biZU
So I guess a run comparison tool would also be cool, but I think having the full map, with more than one character moving on the same map (think when you finish a Super Meat Boy Level or when you race a ghost in mario kart). I wanted to post here to see if anyone knew of any similar projects or knew of any existing tools that would make it easier (or would be interested in helping). My initial goal would be to do this for Metroid (bc I actually run the game), but could be extrapolated for other games. Thoughts?
But that was done manually frame by frame.
What I'd like to do is some digital processing on the video to figure out where the player is. So every frame(ish), you compare the video image with all possible places on the map and get an exact location (and obviously could do smart things like only search nearby the last position and spawn points, etc). Once you have a location per frame, it should be relatively easy to generate a video like the one above. BUT WHYYY???
In speedrunning, one of the more fascinating/fun things to do is compare runs. Like the video seen here: https://www.youtube.com/watch?v=b2I0j1_biZU
So I guess a run comparison tool would also be cool, but I think having the full map, with more than one character moving on the same map (think when you finish a Super Meat Boy Level or when you race a ghost in mario kart). I wanted to post here to see if anyone knew of any similar projects or knew of any existing tools that would make it easier (or would be interested in helping). My initial goal would be to do this for Metroid (bc I actually run the game), but could be extrapolated for other games. Thoughts?