Leiti 10 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 | |
615 | Press any key to continue... | Save file editor for Flipnic [Feature showcase] | 0 | 2025-04-25 | Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Tk6KGdcUYkY | 0 | Save file editor for Flipnic [Feature showcase] | Save file editor for Flipnic [Feature showcase] | Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
Timeline 1.mp4 | Videomängude analüüs | Video game analysis | save file editor,video game,PlayStation 2,Sony PlayStation,Flipnic,Flipnic: Ultimate Pinball,Flipnic™,フリップニック,is an enjoyable simple-action amazing pinball game for you,Ultimate Pinball,Ubisoft,Capcom,Sony Computer Entertainment Inc.,emulator,PCSX2 | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/615.jpg | N/A | N/A | N/A | N/A |
594 | Press any key to continue... | PlayStation 2 - Delete failed | 0 | 2025-01-04 | Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Mp4vlV2D0NA | 0 | PlayStation 2 - Delete failed | PlayStation 2 - Delete failed | Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
deletefailed.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/594.jpg | N/A | /channel_db_lite/web/json/594.json | N/A | N/A | |
561 | Press any key to continue... | Flipnic, but it's REALLY LOUD | 0 | 2024-01-20 | Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=w4VzUiEuH10 | 0 | Flipnic, but it's REALLY LOUD | Flipnic, but it's REALLY LOUD | Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
FlipnicButLoudMinified.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/561.jpg | N/A | /channel_db_lite/web/json/561.json | N/A | N/A | |
550 | Press any key to continue... | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | 0 | 2023-10-01 | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ZaA8-H71-3U | 0 | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
FlipnicFMVfullquality.mp4 | FMV klipid | FMV clips | Flipnic,pinball,PlayStation,PlayStation 2,game over,cutscene,FMV,full motion video,PSS,playstation stream,PAL,congratulations,Lisle Wilkerson,Randy Goins,Lemmy Constantine,no camera,electromechanical game simulator,poisonous,pinball is not dead,new game machine,van gogh,UFO,aliens,flying saucer,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/550.jpg | N/A | /channel_db_lite/web/json/550.json | N/A | N/A |
454 | MarkusTegelane | Veidrad PlayStation 1 BIOS-i rikutused (feat. CD Pleier) | 0 | 2022-06-13 | See video on idee poolest väga sarnane sellele, mida ma tegin PlayStation 2 BIOS-i rikutuste videos, aga seekord teen seda originaalse PlayStation konsooliga (täpsemalt emulaatoriga). Erinevalt teistest rikutuste videotest, mille leiate YouTube-st, näitan ma siin ka mälukaardihalduri ja CD pleieri rikutusi. Ma kasutasin BIOS-i failide rikkumiseks Vinesauce ROM Corruptor, ePSXe ja XEBRA PS1 riistvara imiteerimiseks (Ma kasutan mõnedes kohtades XEBRA emulaatorit, sest see võimaldas mul sisestada mängu plaadi, siis kui olin CD pleieri menüüs) ning mõningeid kohandatud skripte, et rikutusi testida. |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=4n0S_0iojxg | 0 | Weird PlayStation 1 BIOS Corruptions (feat. CD Player) | . | *** Warning *** Intense strobe lights from 9:46 to 10:04 This video is very similar in concept to what I did with the PlayStation 2 BIOS corruption video, but this time it's for the original PlayStation console. Unlike other corruptions you can find on YouTube, I also showcase memory card manager and CD player corruptions. I used Vinesauce ROM Corruptor to corrupt the BIOS files, ePSXe and XEBRA for emulating the PS1 (XEBRA allowed me to insert the game disc, while in CD player, which is why I used it sometimes), and a handful of custom scripts to test these corruptions. Links: Website (recently updated): https://markustegelane.ml Blog: https://markustegelane-en.blogspot.com Random video: https://markustegelane.ml/markustegelane/random?c=mt My other channels: https://www.youtube.com/c/MarkusMaal/channels Weird PS2 BIOS Corruptions video: https://www.youtube.com/watch?v=5ZLEjfJtqd0 Channel page: https://www.youtube.com/c/MarkusTegelane © 2022 Markus' videos Thank you for watching! |
*** Hoiatus *** Intensiivne strobovalgus ajavahemikus 9:46 kuni 10:04 See video on idee poolest väga sarnane sellele, mida ma tegin PlayStation 2 BIOS-i rikutuste videos, aga seekord teen seda originaalse PlayStation konsooliga (täpsemalt emulaatoriga). Erinevalt teistest rikutuste videotest, mille leiate YouTube-st, näitan ma siin ka mälukaardihalduri ja CD pleieri rikutusi. Ma kasutasin BIOS-i failide rikkumiseks Vinesauce ROM Corruptor, ePSXe ja XEBRA PS1 riistvara imiteerimiseks (Ma kasutan mõnedes kohtades XEBRA emulaatorit, sest see võimaldas mul sisestada mängu plaadi, siis kui olin CD pleieri menüüs) ning mõningeid kohandatud skripte, et rikutusi testida. Lingid: Veebileht (hiljuti uuendatud): https://markustegelane.ml Ajaveeb: https://markustegelane.blogspot.com Juhuslik video: https://markustegelane.ml/markustegelane/random?c=mt Teised kanalid: https://www.youtube.com/c/MarkusMaal/channels Veidrate PS2 BIOS-i rikutuste video: https://www.youtube.com/watch?v=5ZLEjfJtqd0 Kanali avaleht: https://www.youtube.com/c/MarkusTegelane © 2022 Markuse videod Aitäh, et vaatasite! |
ps1corruptions.mp4 | Rikutused | Corruptions | PlayStation,BIOS,corruption,Vinesauce ROM Corruptor,ePSXe,emulation,emulator,XEBRA,Sony,Sony Computer Entertainment,Sony Interactive Entertainment,Personified Fear,Fearful Harmony,visualizations,CD Player,memory card,browser,MarkuStation,markustegelane,Markus Maal | https://odysee.com/@MarkusTegelane:8/weird-playstation-1-bios-corruptions:8 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/454.jpg | N/A | /channel_db_lite/web/json/454.json | /channel_db_lite/web/stream/454.et.ass | N/A |
425 | MarkusTegelane | KolibriOS (2. osa) [Markuse arvuti meelelahutus] | 0 | 2022-04-09 | See video jätkab ja võtab kokku KolibriOS ülevaate. Selles osas vaatame kõiki operatsioonsüsteemi sisseehitatud mänge (neid on üsna palju) ning samuti ka mõningaid demosid. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=t3NQs447WCc | 0 | KolibriOS (Part II) [Markus computer entertainment] (ENG subtitles) | . | This video continues and concludes the KolibriOS review. This is where we take a look at all of the games, that are built into this operating system (there are quite a few) as well as some demos. More about KolibriOS: http://kolibrios.org/en/ My website: https://markustegelane.ml Want to see how many dislikes my videos have? Install this browser extension: https://returnyoutubedislike.com/ Random video: https://markustegelane.ml/markustegelane/random/?c=mt Chapters: 0:00 Intro 0:36 Game of Life 0:50 TinyBasic 0:58 Table (spreadsheet) 1:39 Notes 2:02 FTP client 2:08 fNav 2:18 CNC editor 2:21 Calc+ 2:45 Dicty 2:57 THashView 3:21 RDSave 3:30 FE2READ 3:40 Web browsing 5:54 Developer tools 7:34 Syspanel 8:02 Appearance - themes, wallpapers, and screensavers 11:18 DOCPACK 11:24 More developer tools 11:52 Games! 20:03 Minesweeper crashes the entire system 20:26 More games! 21:20 2D demos 22:19 3D demos 23:48 Another developer tool 24:08 Online Updater, which hangs the entire system 24:20 Conclusion 25:33 Credits Music: Jeremy Blake - Absolutely Nothing Geographer - Airline Geographer - Synergy Professor Kliq - Surfs Up Kevin MacLeod - Local Forecast - Elevator Vibe Tracks - Faith Vibe Tracks - Crystal Vibe Tracks - Nice To You Vibe Tracks - Staccato Vibe Tracks - Dutty Vibe Tracks - Undeniable Nokia - Backwoods © 2022 Markus' videos productions |
See video jätkab ja võtab kokku KolibriOS ülevaate. Selles osas vaatame kõiki operatsioonsüsteemi sisseehitatud mänge (neid on üsna palju) ning samuti ka mõningaid demosid. Lisainfo KolibriOS kohta: http://kolibrios.org/en/ Kanali veebisait: https://markustegelane.ml Tahate näha kui palju on mu videotel dislike? Siis paigaldage see brauserilaiendus: https://returnyoutubedislike.com/ Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Peatükid: 0:00 Intro 0:36 Game of Life 0:50 TinyBasic 0:58 Table (arvutustabelite loomise programm) 1:39 Notes (märkmik) 2:02 FTP klient 2:08 fNav 2:18 CNC editor 2:21 Calc+ 2:45 Dicty 2:57 THashView 3:21 RDSave 3:30 FE2READ 3:40 Veebi sirvimine 5:54 Arendaja tööriistad 7:34 Syspanel (süsteemi paneel) 8:02 Välimus - teemad, taustapildid ja ekraanisäästjad 11:18 DOCPACK 11:24 Veel arendaja tööriistu 11:52 Mängud! 20:03 Mäng "Minesweeper" krahhib terve süsteemi 20:26 Veel mänge! 21:20 2D demod 22:19 3D demod 23:48 Veel üks arendaja tööriist 24:08 Internetipõhine uuendaja, mille tõttu kogu süsteem hangub 24:20 Kokkuvõte 25:33 Lõputiitrid Muusika: Jeremy Blake - Absolutely Nothing Geographer - Airline Geographer - Synergy Professor Kliq - Surfs Up Kevin MacLeod - Local Forecast - Elevator Vibe Tracks - Faith Vibe Tracks - Crystal Vibe Tracks - Nice To You Vibe Tracks - Staccato Vibe Tracks - Dutty Vibe Tracks - Undeniable Nokia - Backwoods © 2022 Markuse videod productions |
kolbri2_2.mp4 | Markuse arvuti meelelahutus | Markus computer entertainment | Markuse arvuti meelelahutus,Markus computer entertainment,MarkuStation,eesti keeles,English subtitles,KolibriOS,Minesweeper,Battleships,Samsung,IBochs PC Emulator,MarkuStation 2 | https://odysee.com/@MarkusTegelane:8/kolibrios-(part-ii)-markus-computer:a | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/425.jpg | N/A | /channel_db_lite/web/json/425.json | N/A | N/A |
416 | MarkusTegelane | Markuse arvuti meelelahutus - KolibriOS (I osa) | 0 | 2022-03-12 | See Markuse arvuti meelelahutuse episoodis heidame pilgu operatsioonsüsteemile, mis kirjutati täielikult x86 assembleris. See ei ole Windows, see ei ole Mac, see ei ole Linux, see midagi totaalselt erinevat! | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=RUuxmLRTzRc | 0 | Kolibri OS (Part I) [Markus Computer Entertainment] (ENG subtitles) | KolibriOS (I osa) [Markuse arvuti meelelahutus] | This episode of Markus Computer Entertainment episode is going to take a look at an operating system made entirely in x86 assembly. It's not Windows, it's not Mac, it's not Linux, it's something completely different! More about KolibriOS: http://kolibrios.org/en/ My website: https://markustegelane.ml Want to see how many dislikes my videos have? Install this browser extension: https://returnyoutubedislike.com/ Random video: https://markustegelane.ml/markustegelane/random/?c=mt Music: Professor Kliq - Surfs Up Romeo Knight - Cream of Earth (CoLD SToRAGE Remix) Jester - Stardust Memories (D4XX REMIX) Quazar - Funky Stars (Hex 2014 Remix) © 2022 Markus' videos productions |
See Markuse arvuti meelelahutuse episoodis heidame pilgu operatsioonsüsteemile, mis kirjutati täielikult x86 assembleris. See ei ole Windows, see ei ole Mac, see ei ole Linux, see midagi totaalselt erinevat! Lisainfo KolibriOS kohta: http://kolibrios.org/en/ Minu veebisait: https://markustegelane.ml Kas soovite teada kui palju mu videotel dislaike on? Siis paigaldage see brauserilaiendus: https://returnyoutubedislike.com/ Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Muusika: Professor Kliq - Surfs Up Romeo Knight - Cream of Earth (CoLD SToRAGE Remix) Jester - Stardust Memories (D4XX REMIX) Quazar - Funky Stars (Hex 2014 Remix) |
kolbri2.mp4 | Markuse arvuti meelelahutus | Markus computer entertainment | Markuse arvuti meelelahutus,Markus computer entertainment,MarkuStation,eesti keeles,English subtitles,KolibriOS,Filler Green,letter B,IBochs PC Emulator,Android 11,Samsung,Sam has never sung,MarkuStation 2,computer guy,sanic,nice,mouse | https://odysee.com/@MarkusTegelane:8/english-cc-markus-computer-entertainment:1 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/416.jpg | N/A | /channel_db_lite/web/json/416.json | N/A | N/A |
263 | MarkusTegelane | Veidrad PlayStation 2 BIOS/brauseri rikutused (Emulaator: PCSX2) | 0 | 2019-06-19 | Ma jamasin siis PlayStation 2 BIOS failidega Vinesauce ROM Corruptor'is ja sain huvitavaid ja veidraid tulemusi. Vaadake videot, et näha, mida ma mõtlen. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=5ZLEjfJtqd0 | 0 | Weird PlayStation 2 BIOS/browser corruptions (Emulator: PCSX2, PAL BIOS) | . | So I was messing with the BIOS files for PS2 using Vinesauce ROM Corruptor and ended up with some interesting and weird results. Watch the video to see what I mean. I don't provide download links to these BIOS corruptions for legal reasons. ----------------------------------------------------------- Links ----------------------------------------------------------- Website: http://markustegelane.ml YouTube: https://www.youtube.com/MarkusTegelane Random video: http://markustegelane.ml/random.html |
Ma jamasin siis PlayStation 2 BIOS failidega Vinesauce ROM Corruptor'is ja sain huvitavaid ja veidraid tulemusi. Vaadake videot, et näha, mida ma mõtlen. Ma ei paku allalaadimise linke nendele rikutustele legaalsetel põhjustel. ----------------------------------------------------------- Lingid ----------------------------------------------------------- Veebisait: http://markustegelane.ml YouTube: https://www.youtube.com/MarkusTegelane |
ps2corruptions.MP4 | Rikutused | Corruptions | Markus Maal,MarkusTegelane,TheMarkusGuy,PCSX2 emulator,PlayStation 2,Sony Computer Entertainment,Sony Inc,corruption,rikutus,korruptsioon,lammas,all stars,nightmares,Vinesauce ROM Corrupt | https://odysee.com/@MarkusTegelane:8/weird-playstation-2-bios-browser:8 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/263.jpg | N/A | /channel_db_lite/web/json/263.json | N/A | N/A |
144 | MarkusTegelane | Mis juhtub, kui te kustutate System32 ReactOS-is? | 0 | 2017-03-26 | Lihtsalt huvi pärast proovisin seda teha. Tulemuse saad teada videost. Kui te ei tea, siis ReactOS on iseseisev operatsioonsüsteem (isegi mitte Linux-i põhine), mis peaks binraarselt ühilduma Windowsi rakendustega ja samuti välja nägema ja funktsioneerima nagu Windows. Kas te pole mu ajaveebi uues kuues näinud? Miks mitte seda vaadata siit: http://markustegelane.blogspot.com |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=rJxSpWdSIm0 | 0 | What happens if you delete System32 in ReactOS? | Mis juhtub, kui te kustutate System32 ReactOS-is? | Just for curiousity, I tried it out. And you can see the result in the video. If you don't know, ReactOS is a standalone operating system (not even Linux based) that is meant to be binary compatible with Windows applications and also look and function like Windows. Hey, you haven't been on my blog in its new look? Why not check it out here:: http://markustegelane-en.blogspot.com |
Lihtsalt huvi pärast proovisin seda teha. Tulemuse saad teada videost. Kui te ei tea, siis ReactOS on iseseisev operatsioonsüsteem (isegi mitte Linux-i põhine), mis peaks binraarselt ühilduma Windowsi rakendustega ja samuti välja nägema ja funktsioneerima nagu Windows. Kas te pole mu ajaveebi uues kuues näinud? Miks mitte seda vaadata siit: http://markustegelane.blogspot.com |
system32.mxf | Operatsioonsüsteemid | Operating systems | ReactOS,System32,rd C:WindowsSystem32 /s /q,delete System32,eemaldama,eemaldada,mis juhtub,kui,what happens,if,Open Source,Linux,Wine,Wine Is Not an Emulator | https://odysee.com/@MarkusTegelane:8/what-happens-if-you-delete-system32-in:2 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/144.jpg | N/A | /channel_db_lite/web/json/144.json | N/A | N/A |