Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Can we have a portable version of this screenshot chooser? May still be interesting to see what the program prefers in a certain TAS one can feed to it.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Can we have a portable version of this screenshot chooser?
feos, I like your idea. I will consider it. However, it would have to use a different algorithm, one that requires the presence of all images at once (i.e. for a 20000-frame movie, 20000 PNG files in one directory).
The current algorithm simply scans through the movie once, then uses savestates to rewind back to positions where a particular beauty was sighted and take snapshots there.
EDIT: Oh, there's one hurdle to portability: Sprite detection. The NES version (and IIRC many others) of the beauty analyzer used to check the sprite list directly from the PPU to find out where movement is located. It was faster and more efficient than to analyze the image, which may be hampered by global motion (scrolling) etc.