Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
P.JBoy wrote:
Maybe we would put these screenshots into a tab like this
%%TAB Minimize%%
%%TAB Screenshots%%
[screenshots]
%%TAB_END%%
That way there'd be less spoilers of the movie and the page would load more in the right place when you click the "view latest post" icon
I solved this by implementing something that has been requested earlier. http://tasvideos.org/forum/t/6394
Player (64)
Joined: 11/2/2007
Posts: 100
Location: Toronto, Canada
Awesome work. I knew fixing it couldn't possibly be as simple as I thought it would be. ;)
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
Location: RU
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.
Joined: 4/25/2004
Posts: 498
feos wrote:
May still be interesting to see what the program prefers
I think we already know what the program prefers: :p
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
4matsy wrote:
feos wrote:
May still be interesting to see what the program prefers
I think we already know what the program prefers:
It is after beauty, after all.
feos wrote:
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.
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
Bisqwit wrote:
then uses savestates to rewind back to positions where a particular beauty was sighted and take snapshots there.
I thought it looked for positions that are particularly busy (ie. lots of stuff going on). Not necessarily the same thing.