Post subject: Encoding PSX BIOS Sceen
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
I am having some resolution issues when trying to encode Otoshock's PSX BIOS screen. When I try to append a segment it says that the resolution is different. What is the best settings to encode a PSX bios screen and the movie together?
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
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.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
Spikestuff
They/Them
Editor, Publisher, Expert player (2300)
Joined: 10/12/2011
Posts: 6341
Location: The land down under.
creaothceann, close, no cigar. To quote myself from 2015
Spikestuff wrote:
So... this topic exists for no reason apparently to Sam?
'Cause, I asked a similar question to what you are doing now, the answer is in there. Sam"tastic" we (Publishers) aren't going to assist you anymore. You had us (fsvgm777, feos, Anty-Lemon, Guga, Sheela901 and Myself) do backflips for you, trying to figure out what you want to do. You ended up failing on us, wasting our (specifically fsvgm777) time, we're done.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
creaothceann wrote:
afaik Spline64Resize
I try using the resize methods, but then I get this annoying error when opening up this script in virtualdub. http://i63.tinypic.com/5v98rd.png It would be good to know how to fix this error so I won't need to ask again in the future.
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Samsara
She/They
Senior Judge, Site Admin, Expert player (2122)
Joined: 11/13/2006
Posts: 2794
Location: Northern California
Could you post the contents of your AVS? Pastebin it if it's long.
TASvideos Admin and acting Senior Judge 💙 | Cohost
warmCabin wrote:
You shouldn't need a degree in computer science to get into this hobby.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
I have several video files at different resolutions. Then, the game which is movie_5 runs at 378:240. The BIOS screen is video_3 and that's at 660:480. Here's my script: http://pastebin.com/Me9eng4A
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Samsara
She/They
Senior Judge, Site Admin, Expert player (2122)
Joined: 11/13/2006
Posts: 2794
Location: Northern California
Language: Avisynth

AVISource("movie.avi", "movie_2.avi", "movie_3.avi").LanczosResize(378, 240)
While this line (Line 5) should work in theory, it actually doesn't. You have to individually source and resize each AVI before splicing them together.
TASvideos Admin and acting Senior Judge 💙 | Cohost
warmCabin wrote:
You shouldn't need a degree in computer science to get into this hobby.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
Language: Avisynth

AVISource("movie.avi" ).LanczosResize(378, 240) +\ AVISource("movie_2.avi").LanczosResize(378, 240) +\ AVISource("movie_3.avi").LanczosResize(378, 240) +\ AVISource("movie_4.avi").LanczosResize(378, 240) +\ AVISource("movie_5.avi").LanczosResize(378, 240)
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
creaothceann wrote:
Language: Avisynth

AVISource("movie.avi" ).LanczosResize(378, 240) +\ AVISource("movie_2.avi").LanczosResize(378, 240) +\ AVISource("movie_3.avi").LanczosResize(378, 240) +\ AVISource("movie_4.avi").LanczosResize(378, 240) +\ AVISource("movie_5.avi").LanczosResize(378, 240)
I still get the same error.
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Spikestuff
They/Them
Editor, Publisher, Expert player (2300)
Joined: 10/12/2011
Posts: 6341
Location: The land down under.
Samtastic wrote:
I still get the same error.
That's a lie, it actually works. How many video files do you have? What are the name of the avi files? Did you make sure to remove that original line that you had? Or are you just wasting our time again?
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Spikestuff wrote:
Samtastic wrote:
I still get the same error.
That's a lie, it actually works. How many video files do you have? What are the name of the avi files? Did you make sure to remove that original line that you had? Or are you just wasting our time again?
I have 8 files with the name movie, movie_2, movie_3 up to movie_8.
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
I really don't want to be "that guy", but could you go to a DOS prompt, Sam, go to the directory where your files are stored, type "dir /p *.avi" and screen-cap the result?
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Invariel wrote:
I really don't want to be "that guy", but could you go to a DOS prompt, Sam, go to the directory where your files are stored, type "dir /p *.avi" and screen-cap the result?
Here's the result: http://i64.tinypic.com/29db9s5.png
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
1) That image is huge. 2) That image includes a "movie_1.avi" that is not in your list of files to encode. 3) Spikestuff really wants you to answer his questions.
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
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.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Ok. I have updated the script to include the 9 movie files. Now it doesn't like line 14.
AVISource("movie.avi"  ).LanczosResize(378, 240) +\
AVISource("movie_1.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_3.avi").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) 
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
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.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
feos wrote:
Where did you learn to count?
At school of course. I just need to know how to fix this error then I won't need to ask again. There should be a guide on the TASVideos Publication Manual on how to encode Bizhawk PSX for newcomers.
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
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.
Noxxa
They/Them
Moderator, Expert player (4140)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
Samtastic wrote:
Ok. I have updated the script to include the 9 movie files. Now it doesn't like line 14.
AVISource("movie.avi"  ).LanczosResize(378, 240) +\
AVISource("movie_1.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_3.avi").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) 
1) That's 10 files, not 9. 2) "movie_2.avi" is listed twice. 3) What is the exact error message you are now getting? "It doesn't like line xxx" tells us absolutely nothing.
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Mothrayas wrote:
Samtastic wrote:
Ok. I have updated the script to include the 9 movie files. Now it doesn't like line 14.
AVISource("movie.avi"  ).LanczosResize(378, 240) +\
AVISource("movie_1.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_2.avi").LanczosResize(378, 240) +\
AVISource("movie_3.avi").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) 
1) That's 10 files, not 9. 2) "movie_2.avi" is listed twice. 3) What is the exact error message you are now getting? "It doesn't like line xxx" tells us absolutely nothing.
I'm getting the same error I was getting previous, "splice: video formats do not match."
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
This is probably going to eat up some time, but bear with me. According to your directory listing, movie_4.avi is the shortest video file you have there. I want you to try, in order, running the script with /ONLY/ movie_4 and each of the other eight files, one at a time, to see if they run. That is, I want you to do: movie.avi and movie_4.avi movie_1.avi and movie_4.avi movie_2.avi and movie_4.avi movie_3.avi and movie_4.avi movie_4.avi and movie_5.avi movie_4.avi and movie_6.avi movie_4.avi and movie_7.avi movie_4.avi and movie_8.avi At least one of those should fail with "splice: video formats do not match", and you will know at least one of the files that is not working in your script. This might mean you have to start the entire process over, if something is wrong with one of the files and you can't fix it, but you will know which part is wrong. (And if it turns out to be movie_4 that's causing the problem, well, that's just funny.)
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Invariel wrote:
This is probably going to eat up some time, but bear with me. According to your directory listing, movie_4.avi is the shortest video file you have there. I want you to try, in order, running the script with /ONLY/ movie_4 and each of the other eight files, one at a time, to see if they run. That is, I want you to do: movie.avi and movie_4.avi movie_1.avi and movie_4.avi movie_2.avi and movie_4.avi movie_3.avi and movie_4.avi movie_4.avi and movie_5.avi movie_4.avi and movie_6.avi movie_4.avi and movie_7.avi movie_4.avi and movie_8.avi At least one of those should fail with "splice: video formats do not match", and you will know at least one of the files that is not working in your script. This might mean you have to start the entire process over, if something is wrong with one of the files and you can't fix it, but you will know which part is wrong. (And if it turns out to be movie_4 that's causing the problem, well, that's just funny.)
The error comes up when movie_2 and movie_4 are combined.
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
Any other times?
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is