Posts for feos


1 2 176 177 178 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
You want it to skip the callback if nothing new was invalidated?
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Bizhawk/LuaFunctions wrote:
returns the first frame that was invalidated
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
arandomgameTASer wrote:
[2411] GC Resident Evil 4 by SoulCal in 1:35:29.67 (good thing I have such great taste, elsewise crap'll never get starred)
Ratings are surprisingly good. Will check this in a few days (after 4 years).
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
jlun2 wrote:
From the interim build: 1. Play some movie in TAStudios 2. Make some frame markers 3. Save. 4. Load the tasproj file again. 5. Make a new branch 6. Load the new branch 7. Now if you press control Z to undo, the markers will be deleted one by one for some reason.
Fixed. Was caused by branch undo feature.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
boct1584 wrote:
[2187] GBC Pokémon: Yellow Version "arbitrary code execution" by bortreb in 12:51.87 was the first ACE submission here.
It wasn't. See my post.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
The answer is, I don't care about your nifty filters. I love authentic NTCS/PAL artifacts.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
I've never seen such, approach in comma, usage.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Let me check... [Some time later] Here's my OLD script back from when youtube couldn't do 60fps.
Language: avisynth

DirectShowSource("VTS_01_1.mpg") AssumeTFF() SeparateFields() PointResize(last.width/2, last.height) Crop(14,8,-26,-8) clip1=SelectOdd.Crop(0,0,0,last.height).AddBorders(0,0,0,0) clip2=SelectEven.Crop(0,0,0,last.height-1).AddBorders(0,1,0,0) Interleave(clip1,clip2) ConvertToRGB32 ng_deblink(0.5) SelectOdd PointResize(950,720) return last
I wouldn't do cropping these days, because overscan is part of the output that's then 4:3'd on a TV or a tuner. Also this script downscales the tuner/dvd recorder output to 1x, so it probably loses some color info. A better approach would be upscaling the height by 2 instead, and then both sides in the end.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Complete timeline: http://tasvideos.org/Movies-C3050Y-RatingV-Obs.html Some of the ACE setups were replicated real-time, but I don't have the links. Seth Bling performed one for SNES for example.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
I edited my post regarding plugins. And as I said, I didn't bother pondering, so I didn't recall that nes is progressive scan.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Aktan wrote:
feos wrote:
Told ya :D
If you knew what was wrong with deinterlacing, why not speak up then? =p
How could I know about deinterlacing before you suggested it? You looked confident so I didn't bother actually pondering your suggestions (I just dislike how these plugins make it look).
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Koh1fds wrote:
So basically it will be the script from my first post, lol
Told ya :D
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Even though I'm able to just try it myself, I'm requesting a video of how it sounds now, if anyone is interested in recording one.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
And if it's already off, don't do anything.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
It's possible to replace the published movie file, with some database hacking.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Oh god, I somehow failed to update it properly. I linked to the correct file in my edit note, but haven't checked the time of the updated movie, even though I compared the framecount.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
            Warepire just finished watching a movie he started watching when he came home... about 16:00
23:11   Warepire        (6 hours ago)
23:20   FluffyTheMoth   thas a long movie then
23:20   Warepire        FluffyTheMoth: No, lots and lots of breaks
            Warepire watched Up.
23:20   FluffyTheMoth   you know there are a lot of old man jokes I can make about that
            Warepire slaps FluffyTheMoth with his catheter.
23:21   Fog^            gross
23:21   Warepire        If FluffyTheMoth calls me an old man, then I reserve the right to behave like one.
23:21   FluffyTheMoth   all old men slap people with catheters
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
fcxiaopengyou wrote:
If there is any doubt about this movie, I can leave a message and try to answer it.
Yeah. How different would a 1 player run be? Would it be slower?
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Status update. After I encoded this for the first time, the author spotted graphical glitch in my encodes. I fixed it, and finish the HD encode that's already uploaded to TVC. Then I started 512kb, and after 60% x264 (or avisynth) crashed due to screen shaking (it didn't when I encoded that initially, but that was a different OS). I just started that again and it crashed at the same frame. So now I'm encoding from a frame that's near the shaking, and it got past that frame somehow without problems. The annoying part is that SDs are taking about 5 days each for this game for me. But I think it will be good in the end. I want to finish this one, but I don't think I'll be taking such long encodes for Wii anymore, not to choke the queue.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Let's focus on discussing how much this movie is more entertaining than the one it obsoletes, in the same areas. The latter had 4 years to gain people's attention, and here's what it got: http://tasvideos.org/rating.exe/2395/details Count how many "Yes vote" posts are there in this thread (and how many of them contain reasons). Count how many votes are actually there. I disagree with the statement that this run is surprisingly more entertaining than its predecessor.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Ok, it's fine then.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Why 720x480? Was it an automatic setting or you just picked that resolution? Otherwise your method looks good.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Guys please post more feedback. I got around to watching it and I really loved it! Never expected a beat-'em-up game to be so engaging! But that only starts after the first half of the run, when most people would probably drop and and vote No.
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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
If it's a user text then you could override it, killing the info you once needed. Sounds like you need one more column instead? Or optional last column. I dunno. But I'm on a tastudio vacation anyway :P I might make the timestamp popup along with the screenshot too. Help me find the neatest way.
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.
1 2 176 177 178 439 440