Leiti 6 vastet.
ID | Kanal | Video | Kustutatud | Kuupäev | Kirjeldus | Subtiitrid | Avalik | Ülekanne | HD | URL | PRIVATE | TitleMUI_en | TitleMUI_et | KirjeldusMUI_en | KirjeldusMUI_et | Filename | Category | CategoryMUI_en | Tags | OdyseeURL | KanalMUI_en | KanalMUI_et | Translated | has_thumbnail | local_stream | ytdlp_meta | est_subs | eng_subs |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
616 | Press any key to continue... | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | 0 | 2025-04-26 | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=FBDma-tPlJw | 0 | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
2025-04-26 16-12-25.mkv | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/616.jpg | N/A | N/A | N/A | N/A | |
554 | Press any key to continue... | Forza Horizon 5 gameplay testvideo | 0 | 2023-08-20 | Pika lindistuse üleslaaidmise test.\n\n*Faili info*\n\nSuurus: 1,4GiB\nNimi: fh5test.mp4\nVorming: MPEG-4/AVC/AAC | 0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=hk9ZlLy97Ys | 0 | Forza Horizon 5 gameplay test upload | Forza Horizon 5 gameplay testvideo | Gameplay footage upload test.\n\n*File info*\n\nSize: 1.4GiB\nName: fh5test.mp4\nFormat: MPEG-4/AVC/AAC | Pika lindistuse üleslaaidmise test.\n\n*Faili info*\n\nSuurus: 1,4GiB\nNimi: fh5test.mp4\nVorming: MPEG-4/AVC/AAC | fh5test.mp4 | Varia | Miscellaneous | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/554.jpg | N/A | N/A | N/A | N/A | |
543 | Press any key to continue... | Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] | 0 | 2023-07-01 | In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save! Prerequesties: Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation) BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder) A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible) w/uLaunchElf entrypoints: - If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot - If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu - If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf - If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077 Commands: To list all saves: python save_editor.py -f [filename] -saves To list items in a save: python save_editor.py -f [filename] -save[num] -li To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename] Chapters: 0:00 Describing the bug 0:58 Getting the save out of a memory card 2:38 Patching the save file 4:31 Copying the patched save file back to a memory card 5:30 Testing the modified save |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=fSE4aCLbXPQ | 0 | Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] | . | In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save! Prerequesties: Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation) BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder) A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible) w/uLaunchElf entrypoints: - If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot - If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu - If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf - If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077 Commands: To list all saves: python save_editor.py -f [filename] -saves To list items in a save: python save_editor.py -f [filename] -save[num] -li To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename] Chapters: 0:00 Describing the bug 0:58 Getting the save out of a memory card 2:38 Patching the save file 4:31 Copying the patched save file back to a memory card 5:30 Testing the modified save |
. | BuzzrodFixFinal.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/543.jpg | N/A | /channel_db_lite/web/json/543.json | N/A | N/A | |
480 | Press any key to continue... | TrackMania - Menu Music | 0 | 2022-08-10 | This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track. That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=BLuRLCSWIA8 | 0 | . | . | This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track. That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people. |
. | tmroll2.mp4 | Muusika | Music | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/480.jpg | N/A | /channel_db_lite/web/json/480.json | N/A | N/A | |
553 | Press any key to continue... | Game Over 3.mov | 0 | 2022-01-06 | Registriväline API test | 0 | 0 | 0 | 0 | https://www.youtube.com/watch?v=LzL-e3G2H8E | 0 | Game Over 3.mov | Game Over 3.mov | Registriväline API test | Registriväline API test | Game Over 3.mov | Varia | Miscellaneous | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/553.jpg | N/A | /channel_db_lite/web/json/553.json | N/A | N/A | |
315 | Press any key to continue... | comment testing zone | 0 | 2020-08-26 | This video contains a comment section designed for posting random/nonsensical comments. You may want to test how a comment gets displayed or how YouTube may handle your reply. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=3RB_wVmY2ko | 0 | . | . | This video contains a comment section designed for posting random/nonsensical comments. You may want to test how a comment gets displayed or how YouTube may handle your reply. The following upload settings were used: - Popular comments are displayed first by default. - This video cannot be embedded (that means you are unable to view it from an external website, which is pointless anyway) - Subscribers were not notified about this upload. They also will not see this in their subscription feed. - Language is set to English (United Kingdom) - Video is set up for viewers 13+ only (for COPPA compliance) - Video is available for under 18 year old viewers - Category is set to Science and Technology - Manual thumbnail is used ANY comments in line with YouTube terms of service are allowed and even the ones that YouTube AI marks as potentially inappropiate will get through. If comments breach the terms of service, it may be reported/flagged by another user. |
. | dudepost.wmv | Eksperimentaalne | Experimental | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/315.jpg | N/A | /channel_db_lite/web/json/315.json | N/A | N/A |