Leiti 9 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 | |
573 | MarkusTegelane++ | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | 0 | 2024-06-19 | The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ZR4oof0LP8M | 0 | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
bssp_3_du1.mp4 | devUpdate | devUpdate | https://odysee.com/@hashMarkusTegelane:3/bssp_3_du1:f | MarkusTegelane++ | MarkusTegelane++ | 0 | /channel_db_lite/web/thumbs/573.jpg | N/A | /channel_db_lite/web/json/573.json | N/A | N/A | |
570 | MarkusTegelane++ | [devUpdate 1] Blue Screen Simulator JS - First reveal | 0 | 2024-05-07 | The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=BjnkhZy19F8 | 0 | [devUpdate 1] Blue Screen Simulator JS - First reveal | [devUpdate 1] Blue Screen Simulator JS - First reveal | The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
bssw_du1.mp4 | devUpdate | devUpdate | N/A | MarkusTegelane++ | MarkusTegelane++ | 0 | /channel_db_lite/web/thumbs/570.jpg | N/A | /channel_db_lite/web/json/570.json | N/A | N/A | |
562 | Press any key to continue... | Pac-Man Rally (PS2 FMV/BGM Rip) | 0 | 2024-02-02 | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=raX-LEe08b4 | 0 | Pac-Man Rally (PS2 FMV/BGM Rip) | Pac-Man Rally (PS2 FMV/BGM Rip) | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
pmr.mov | Muusika | Music | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/562.jpg | N/A | /channel_db_lite/web/json/562.json | N/A | N/A | |
384 | MarkusTegelane+ | [Batch game] Fishing batch - gameplay showcase | 1 | 2021-07-15 | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Su79oY9507o | 0 | . | . | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. Download link: https://www.markustegelane.ml/markustegelane/?doc=download&id=5 Table of contents: 0:00 Intro 0:35 Main menu 3:17 Story mode: Beginner's lake 10:43 Victory screen 11:54 Story mode: Experience river 20:28 Arcade mode 22:49 Custom mode 24:58 Outro 25:20 One more thing... |
. | fishbatch.mp4 | Lisavideod | Additional content | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/384.jpg | N/A | /channel_db_lite/web/json/384.json | N/A | N/A | |
297 | MarkusTegelane+ | Halastamatu Miinipilduja (mäng) // Hardcore Minesweeper | 1 | 2020-04-10 | Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=yFtrXTOmwSA | 0 | . | . | . | Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never) |
minesweeper.mp4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/297.jpg | N/A | /channel_db_lite/web/json/297.json | N/A | N/A | |
289 | cqvmix | Intro | 1 | 2020-02-14 | Channel intro. Created in Blender | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=T8H1jx_UqIk | 0 | Intro | Intro | Channel intro. Created in Blender | Channel intro. Created in Blender | Intro.mp4 | Introd | Intros | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/289.jpg | N/A | N/A | N/A | N/A | |
190 | MarkusTegelane+ | Markus Maal introd - 60 FPS remaster | 1 | 2017-07-20 | My old channel intros. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=dXH0MJUutrM | 0 | MarkusMaal intros - 60 FPS remaster | . | . | Minu vana kanali introd | intro_remaster.MP4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/190.jpg | N/A | /channel_db_lite/web/json/190.json | N/A | N/A | |
191 | MarkusTegelane+ | MarkusTegelane+ intro? (Dramaatiline) | 1 | 2017-07-20 | Finally I made an intro to this channel. I hope you like it. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=71mvAZZmlsA | 0 | TheMarkusGuy+ intro? (Dramatic) | . | . | Lõpuks ometi tegin ma intro sellele kanalile. Loodan, et see teile meeldib. | mtplus_intro.MP4 | Introd | Intros | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/191.jpg | N/A | /channel_db_lite/web/json/191.json | N/A | N/A |