Posts for feos
1 2 229 230 231 440 441
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Use memory domain parameter for memory reading/writing functions... until what you need is working.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
There can even be a (C# implemented) lua function for the above, in hopes to speed it up a bit.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
I need a suggested screenshot.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Then you're screwed, deal with 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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
AVISource("movie.avi"  ).LanczosResize(378, 240) +\ 
AVISource("movie_1.avi").LanczosResize(378, 240) +\ 
AVISource("movie_2.avi").LanczosResize(378, 240) +\ 
AVISource("movie_3.avi").SeparateFields().LanczosResize(378, 240) +\ 
AVISource("movie_4.avi").LanczosResize(378, 240) +\ 
AVISource("movie_5.avi").LanczosResize(378, 240) +\ 
AVISource("movie_6.avi").LanczosResize(378, 240) +\ 
AVISource("movie_7.avi").LanczosResize(378, 240) +\ 
AVISource("movie_8.avi").LanczosResize(378, 240)
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Get the newest version of bizhawk, set interlacing method to bob offset and dump all over again.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
movie_3 is interlaced. Post a (link to the) picture of your PSX settings.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
16:31	Masterjun	I'm currently learning how Stacks work
16:31	Mothrayas	stacks, how do they work ?!
16:31	feos  		they stack
16:31	Mothrayas	then you get stacks of stacks
16:32	feos  		then you get stuck
16:32	Mothrayas	but that doesn't stick
16:32	feos  		hence you grab a stick
16:33	Mothrayas	what are the stock prices on stick these days?
16:33	feos  		they suck
16:33	fsvgm777 	Now I put that in the encoding script? Guess what? WORKS.
16:34	Masterjun	fsvgm777: you don't get stuck?
16:34	feos  		fsvgm777: you dump properly. some people don't
16:34	feos  		whatever that means
16:34	fsvgm777 	That could be a double entendre...
16:35	Mothrayas	life must be hard if you can't properly make a dump
16:44	Samsara	  if you stack your dumps, please re-evaluate your life choices
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Open each file in MediaPlayerClassic, go to File - Properties - Mediainfo, and pastebin the contents.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Language: avisynth

lol = AVISource("movie_8.avi").LanczosResize(378, 240) lel = lol.FrameRateNumerator lal = lol.FrameRateDenominator AVISource("movie.avi" ).LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_1.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_2.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_3.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_4.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_5.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_6.avi").LanczosResize(378, 240).changefps(lel, lal) +\ AVISource("movie_7.avi").LanczosResize(378, 240).changefps(lel, lal) +\ lol
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Samtastic wrote:
There should be a guide on the TASVideos Publication Manual on how to encode Bizhawk PSX for newcomers.
Newcomers shouldn't touch it, just like they shouldn't touch doom.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Where did you learn to count?
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Sam, stop embedding huge images!
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
It's basically how you run PSX in bizhawk, yes. But ROM format wouldn't matter as long as it's the original image.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Just figured out. If tortoisegit shows wrong icons for files, like exclamation marks that get stuck for clean files, go to tortoisegit settings, change Icon Overlays - Status cache option, save, and then restore 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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
For the very recent commit, this code finally does it for me (as long as "frame advance skips lag" is checked):
Language: lua

function skip() if emu.framecount()%2>0 then emu.setislagged() end end event.onframeend(skip)
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Check this out! http://rghost.ru/6vyHxhYqW
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 (1238)
Joined: 4/17/2010
Posts: 11292
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Stop ignoring my answers.
feos wrote:
I don't want to go through that hell again and teach you do things properly, because encoding bizhawk's psx is not as simple as you think.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
How about this: Download even-frames.lua
Language: lua

function skip() if emu.framecount()%2 > 0 then emu.frameadvance() end end while true do skip() emu.frameadvance() end
Change the condition to "emu.framecount()%2 == 0" if you want only odd frames.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Why is it so important for you to keep your encode published? Monetized views? I doubt, as I already stated earlier. I don't want to go through that hell again and teach you do things properly, because encoding bizhawk's psx is not as simple as you think. If you want something linked from the publication on your channel, make an encode with lua drawings probably, stuff like that., to at least be able to offer something new to the viewer.
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
The point is not to advance the frame, as it's done anyway, but to skip the usual delay that's added to simulate the target framerate of the console, as in, one needs to emulate the lag frame on turbo speed. This must be very possible in lua. EDIT: Wait, that's right! You need turbo speed for that frame, but you also need emu.frameadvance() when your address is lagged to actually skip 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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
Fceux has an option to manually set lag flag when you feel like it (judging by whatever address the game uses as a lag flag). In bizhawk you only can get lag flag, and get/set lag count. It's not hard to implement, but adelikat refused the idea for some reason. Maybe because the possibility to skip such frames on demand wasn't considered. However, in TAStudio you can hide every other frame's row, though I don't know if it actually skips the frame.
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 (1238)
Joined: 4/17/2010
Posts: 11292
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 (1238)
Joined: 4/17/2010
Posts: 11292
Location: RU
I'm pretty sure the overall approach can be widely applied depending on available tools.
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 229 230 231 440 441