Leiti 13 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
627 | Press any key to continue... | Formula One Arcade - Car Tag [PS1 Gameplay] | 0 | 2025-05-23 | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=kTRVpX0G0cg | 0 | Formula One Arcade - Car Tag [PS1 Gameplay] | Formula One Arcade - Car Tag [PS1 Gameplay] | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | car tag.mp4 | Muud mängimise videod | Other gameplay videos | formula 1,f1,Formula One,gameplay,tag,catch | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/627.jpg | N/A | N/A | N/A | N/A |
623 | Press any key to continue... | Cursed Flipnic (PS2) Gameplay [Part 1] | 0 | 2025-05-17 | This video is just me showing off some really weird stuff you can do with this game. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=QDcJolgB1iE | 0 | Cursed Flipnic (PS2) Gameplay [Part 1] | Cursed Flipnic (PS2) Gameplay [Part 1] | This video is just me showing off some really weird stuff you can do with this game. | This video is just me showing off some really weird stuff you can do with this game. | Cursed Flipnic Gameplay.mov | Videomängude analüüs | Video game analysis | Flipnic,cursed,gameplay,let's play,hacking,modding,cheating,ultimate pinball,poem | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/623.jpg | N/A | N/A | N/A | N/A |
614 | Press any key to continue... | Optics B - Creepy Audio Glitch [Flipnic, PS2] | 0 | 2025-04-30 | A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=LR7fw-G4zs4 | 0 | Optics B - Creepy Audio Glitch [Flipnic, PS2] | Optics B - Creepy Audio Glitch [Flipnic, PS2] | A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
flipnic_ufo_invasion.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/614.jpg | N/A | N/A | N/A | N/A | |
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 | |
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 | |
588 | MarkusTegelane | Sunlight PowerPoint OS (2024) #PPTOS #PowerPointOS #MadeInPowerPoint | 0 | 2024-12-15 | Kõige modulaarsem ja arendajasõbralikum PowerPoint OS! Pärast mitme kuu pikkust arendust, Light OS Technologies esitleb - Sunlight OS 1.0! ▲ *Lisamärkused* ▲ See PowerPoint OS-i jaoks tuleb makrod sisse lülitada. Kui näete akent esitluse kuvamisel, mis küsib kas soovite makrod või ActiveX sisse lülitada, tehke seda. See PPTOS ei toimi PowerPointi mobiili või veebiversioonides. Samuti ei toimi see Office for Mac-iga. Kui olete Linuxi või Maci kasutaja, soovitame teha Windowsi virtuaalmasin, kuhu on Microsoft Office paigaldatud. Office 2016 või hilisem versioon on vajalik täieliku funktsionaalsuse tagamiseks, kuid Office 2010-2013 peaksid ka toimima, kuid esineda võivad mõned ühilduvusprobleemid (Office 2007 peaks teoorias toimima, aga ma pole seda versiooni katsetanud). ■ Lingid ■ Allalaadimise link: https://markustegelane.eu/markustegelane/?doc=dload.md&id=62 Loo enda rakendusi (inglise keeles): https://github.com/MarkusMaal/OrangePath/blob/main/README.md Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika♫ ELPHNT - Ravines Audionautix - Drifting2 Kevin MacLeod - Takeover of the 8-bit Synths Kevin MacLeod - Who Likes to Party Raigon - Hyperstar Yoshinobo Hiraiwa, Noriyuki Iwadare, feat. Raigon - King of the River (Ranger-X Remix) Raigon - Rails Davic Yackley - One Stop Huma-Huma - Smart Riot Jimmy Fontanez/Media Right Productions - Dub Hub Stevia Sphere - Nostalgia ? Lisainfo ? Failinimi: LetThereBeSunlight.mp4 Renderdamise aeg: 5 minutit, 59 sekundit Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, Microsoft PowerPoint 2024 ? Video koostas: Markus Maal ? © 2024 Markuse videod |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=KdfOI-mtnuA | 0 | Sunlight PowerPoint OS (2024) #PPTOS #PowerPointOS #MadeInPowerPoint | Sunlight PowerPoint OS (2024) #PPTOS #PowerPointOS #MadeInPowerPoint | The most modular and developer friendly PowerPoint OS ever made! After several months of development, Light OS Technologies is ready to present Sunlight OS 1.0! ▲ *Additional notes* ▲ This PowerPoint OS requires macros to be enabled in order to operate. If you see a prompt when launching the presentation asking if you want to enable Macros or ActiveX, you need to enable them. This PPTOS will NOT work on mobile or web versions of PowerPoint. In addition, it's not compatible with Office for Mac. If you're a Linux or Mac user, we recommend creating a Windows virtual machine with Microsoft Office installed on it. Office 2016 or later required for full functionality, but it should boot with Office 2010-2013 as well, tough you may experience compatiblity some issues (Office 2007 might work in theory, but I haven't tested it). ■ Links ■ Download link: https://markustegelane.eu/markustegelane/?doc=dload.md&id=62 Create your own apps: https://github.com/MarkusMaal/OrangePath/blob/main/README.md Website: https://markustegelane.eu Blog: https://markustegelane-en.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ ELPHNT - Ravines Audionautix - Drifting2 Kevin MacLeod - Takeover of the 8-bit Synths Kevin MacLeod - Who Likes to Party Raigon - Hyperstar Yoshinobo Hiraiwa, Noriyuki Iwadare, feat. Raigon - King of the River (Ranger-X Remix) Raigon - Rails Davic Yackley - One Stop Huma-Huma - Smart Riot Jimmy Fontanez/Media Right Productions - Dub Hub Stevia Sphere - Nostalgia ? Additional information ? Filename: LetThereBeSunlight.mp4 Render time: 5 minutes, 59 seconds Video card: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Software: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, Microsoft PowerPoint 2024 ? Created by: Markus Maal ? © 2024 Markuse videod |
Kõige modulaarsem ja arendajasõbralikum PowerPoint OS! Pärast mitme kuu pikkust arendust, Light OS Technologies esitleb - Sunlight OS 1.0! ▲ *Lisamärkused* ▲ See PowerPoint OS-i jaoks tuleb makrod sisse lülitada. Kui näete akent esitluse kuvamisel, mis küsib kas soovite makrod või ActiveX sisse lülitada, tehke seda. See PPTOS ei toimi PowerPointi mobiili või veebiversioonides. Samuti ei toimi see Office for Mac-iga. Kui olete Linuxi või Maci kasutaja, soovitame teha Windowsi virtuaalmasin, kuhu on Microsoft Office paigaldatud. Office 2016 või hilisem versioon on vajalik täieliku funktsionaalsuse tagamiseks, kuid Office 2010-2013 peaksid ka toimima, kuid esineda võivad mõned ühilduvusprobleemid (Office 2007 peaks teoorias toimima, aga ma pole seda versiooni katsetanud). ■ Lingid ■ Allalaadimise link: https://markustegelane.eu/markustegelane/?doc=dload.md&id=62 Loo enda rakendusi (inglise keeles): https://github.com/MarkusMaal/OrangePath/blob/main/README.md Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika♫ ELPHNT - Ravines Audionautix - Drifting2 Kevin MacLeod - Takeover of the 8-bit Synths Kevin MacLeod - Who Likes to Party Raigon - Hyperstar Yoshinobo Hiraiwa, Noriyuki Iwadare, feat. Raigon - King of the River (Ranger-X Remix) Raigon - Rails Davic Yackley - One Stop Huma-Huma - Smart Riot Jimmy Fontanez/Media Right Productions - Dub Hub Stevia Sphere - Nostalgia ? Lisainfo ? Failinimi: LetThereBeSunlight.mp4 Renderdamise aeg: 5 minutit, 59 sekundit Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, Microsoft PowerPoint 2024 ? Video koostas: Markus Maal ? © 2024 Markuse videod |
LetThereBeSunlight.mp4 | PowerPoint | PowerPoint | Markus Maal,computers,Sunlight,Light OS Technologies,Light OS,Light OS Modern,Sunlight OS,PPTOS,PowerPoint OS,VBA,macros,jeff,movable windows,resizable windows,in PowerPoint,Made in PowerPoint,OS simulator,multitasking,advanced,custom apps,make custom apps for PowerPoint OS,Software Development Kit,Application Programming Interface,API,SDK,Microsoft PowerPoint,PPSM,PowerPoint VBA,CursorAPI,HSL color picker,PPTGames,common dialogs,file system,ShapeFS | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/588.jpg | N/A | /channel_db_lite/web/json/588.json | /channel_db_lite/web/stream/588.et.ass | N/A |
580 | Press any key to continue... | Blinking caret animation | 0 | 2024-09-03 | Recreation of the blinking caret thing that you see in various operating system's text modes. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=aCF2wqpqnOY | 0 | Blinking caret animation | Blinking caret animation | Recreation of the blinking caret thing that you see in various operating system's text modes. | Recreation of the blinking caret thing that you see in various operating system's text modes. | BlinkBlink.mp4 | Veateated | Errors | blink,caret,cursor,the blinky thing,startup error,boot error,startup failure,fail,error,freeze,hang,hang on boot,hang on startup,Windows 3.1 startup error,no error message,text mode,text display,no graphical display,no GUI,text only | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/580.jpg | N/A | /channel_db_lite/web/json/580.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 | /channel_db_lite/web/stream/570.mp4 | /channel_db_lite/web/json/570.json | N/A | N/A | |
568 | MarkusTegelane++ | Light OS with draggable windows is really broken [Fun Experiments 0x00] | 0 | 2024-03-15 | For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro. I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235 There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following: 1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it 2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video) 3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop) 4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place. 5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active. 6. There is no multi-tasking, since windows appear on separate slides 7. Sound clips would have to be disabled, while the window is being moved All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned... |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=RwAvwf8xYeA | 0 | Light OS with draggable windows is really broken [Fun Experiments 0x00] | Light OS with draggable windows is really broken [Fun Experiments 0x00] | For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro. I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235 There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following: 1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it 2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video) 3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop) 4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place. 5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active. 6. There is no multi-tasking, since windows appear on separate slides 7. Sound clips would have to be disabled, while the window is being moved All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned... |
For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro. I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235 There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following: 1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it 2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video) 3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop) 4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place. 5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active. 6. There is no multi-tasking, since windows appear on separate slides 7. Sound clips would have to be disabled, while the window is being moved All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned... |
2024-03-15 21-10-42.mkv | PowerPoint | PowerPoint | PPTOS,Light OS,PowerPoint OS,movable windows,draggable,droppable,VBA,Visual Basic for Applications,Microsoft PowerPoint,ppsm,Light OS Technologies,macro,scripting | N/A | MarkusTegelane++ | MarkusTegelane++ | 0 | /channel_db_lite/web/thumbs/568.jpg | N/A | /channel_db_lite/web/json/568.json | N/A | N/A |
532 | Press any key to continue... | Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] | 0 | 2023-03-14 | So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions). I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards. And just because I can, I decided to shift the exit button 0x100 units to the left. Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=f7mQJwsqA-8 | 0 | Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] | . | So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions). I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards. And just because I can, I decided to shift the exit button 0x100 units to the left. Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing |
. | cursed1.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/532.jpg | N/A | /channel_db_lite/web/json/532.json | N/A | N/A | |
517 | MarkusTegelane | Linux Mint 21.1 paigaldamise õpetus (eesti keeles) [Arvuti nõuanded] | 0 | 2022-12-28 | See video näitab, kuidas paigaldada Linux Mint 21.1 enda arvutisse. Video ei ole mõeldud selle konkreetse operatsioonsüsteemi kasutamise õpetuseks, näitan lihtsalt, kuidas luua buutitav USB ja süsteem paigaldada. Järgmine video: tl;dw Markuse videod aastal 2022 ► *Lisamärkused* - Linux Minti puhul pole Secure Boot-i ehk turvalise käivitamise väljalülitamine kohustuslik. Seega, kui teie arvutis sellist valikut pole, siis saate ta lihtsalt sisse jätta ja muuta ainult buutimise järjekorda. - Selle konkreetse sülearvuti puhul oleks soovitatav olnud siiski Xfce versioon paigaldada, sest see oleks olnud kiirem. - Juhul kui valite "Midagi muud", siis peate määrama enda UEFI partitisiooni, juurkaustaga partitsiooni ning soovitatavalt ka swap partitsiooni. - Vabandan, kui see video oli monteerimise osas natuke primitiivne. Ma tahtsin võimalikult kiiresti teha ühe video enne 29. detsembrit, sest siis alustan aastat lõpetavate videote tegemisega. ► *Allalaadimise lingid* Linux Mint 21.1: https://www.linuxmint.com/download.php Rufus: https://rufus.ie/et/ ► *Teised lingid* Ajaveeb: https://markustegelane.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane_ee) Veebisait: https://markustegelane.online Juhuslik video: https://markustegelane.online/markustegelane/random/?c=mt ► *Muusika* Video kasutab esitaja Vibe Tracks muusikat. Allikas: YouTube fonoteek. ► *Peatükid* 0:00 Sissejuhatus 0:22 ISO allalaadimine 1:04 Programmi Rufus allalaadimine ja kasutusala 2:10 ISO laadimine mälupulgale 5:33 Minu arvuti hetkeseis 6:24 Sisenemine SETUP programmi (1. meetod) 7:52 Sisenemine SETUP programmi (2. meetod) 9:16 Buutimise suvandite konfigureerimine 11:15 Mälupulgale buutimine 12:50 Katsetuskeskonna seadistamine ja sirvimine 14:38 Installimisprogrammi avamine 14:51 Süsteemi seadistamine ja paigaldamine 19:45 Paigaldusjärgne märguanne ja taaskäivitamine 21:18 Esmaseadituse aken 22:08 Lõpp ► *Lisainfo* Failinimi: MintInstall.mp4 Stiil: Sära (beeta) Tarkvara: DaVinci Resolve 18.1, OBS Studio, Aegisub, YTSubConverter Lindistamise kuupäev: 28. detsember 2022 ► *Kanalid* Põhikanal: youtube.com/@markusTegelane Lisakanal: youtube.com/@markusTegelaneLite Programmeerimiskanal: youtube.com/@hashMarkusTegelane Markuse asjad: youtube.com/@markuseasjad Press any key to continue: youtube.com/@PAKTC Markuse videod: youtube.com/@MarkusMaal ► *Aitäh, et vaatasite!* © 2022 Markuse videod ► *Teemaviited* #linuxmint #arvutinõuanded #paigaldamine |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=rJfjYUVQwHg | 0 | Linux Mint 21.1 install tutorial [Computer tips] | Linux Mint 21.1 paigaldamise õpetus (eesti keeles) [Arvuti nõuanded] | This video shows, how to install Linux Mint 21.1 to your computer. This video is not meant as a tutorial for this specific operating system, I'm just showing how to make a bootable USB and how to install the system. Next video: tl;dw Markus' videos in 2022 ► *Notes* - For Linux Mint, turning on secure boot is not a requirement. So, you can just change the boot order without disabling secure boot, if you can't find that option. - For this laptop, Xfce version would have been faster - If you choose "Something else", you must set the UEFI partition, root partition and it's also recommended to setup a swap partition. - Sorry, if the video was very primitive in terms of editing. I wanted to make a video as soon as possible before December 29th. ► *Download links* Linux Mint 21.1: https://www.linuxmint.com/download.php Rufus: https://rufus.ie/et/ ► *Other links* Blog: https://markustegelane-en.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane) Website: https://markustegelane.online Random video: https://markustegelane.online/markustegelane/random/?c=mt ► *Music* Video uses music from Vibe Tracks. Source: YouTube Audio Library. ► *Chapters* 0:00 Introduction 0:22 Downloading the ISO file 1:04 Downloading Rufus and its usecase 2:10 Loading the ISO file to flash drive 5:33 Current state of the computer 6:24 Entering setup program (Method 1) 7:52 Entering setup program (Method 2) 9:16 Setting up boot options 11:15 Booting to flash drive 12:50 Setting up the live environment and testing 14:38 Opening the installation program 14:51 System setup and installation 19:45 Post-install window and restart 21:18 Initial setup window 22:08 The end ► *More information* File name: MintInstall.mp4 Style: Shine (beta) Software: DaVinci Resolve 18.1, OBS Studio, Aegisub, YTSubConverter Recording date: 28th December 2022 ► *Channels* Main channel: youtube.com/@markusTegelane Secondary channel: youtube.com/@markusTegelaneLite Programming channel: youtube.com/@hashMarkusTegelane Markus' stuff: youtube.com/@markuseasjad Press any key to continue: youtube.com/@PAKTC Markus' videos: youtube.com/@MarkusMaal ► *Thank you for watching!* © 2022 Markus' videos ► *Hashtags* #linuxmint #computertips #installation |
See video näitab, kuidas paigaldada Linux Mint 21.1 enda arvutisse. Video ei ole mõeldud selle konkreetse operatsioonsüsteemi kasutamise õpetuseks, näitan lihtsalt, kuidas luua buutitav USB ja süsteem paigaldada. Järgmine video: tl;dw Markuse videod aastal 2022 ► *Lisamärkused* - Linux Minti puhul pole Secure Boot-i ehk turvalise käivitamise väljalülitamine kohustuslik. Seega, kui teie arvutis sellist valikut pole, siis saate ta lihtsalt sisse jätta ja muuta ainult buutimise järjekorda. - Selle konkreetse sülearvuti puhul oleks soovitatav olnud siiski Xfce versioon paigaldada, sest see oleks olnud kiirem. - Juhul kui valite "Midagi muud", siis peate määrama enda UEFI partitisiooni, juurkaustaga partitsiooni ning soovitatavalt ka swap partitsiooni. - Vabandan, kui see video oli monteerimise osas natuke primitiivne. Ma tahtsin võimalikult kiiresti teha ühe video enne 29. detsembrit, sest siis alustan aastat lõpetavate videote tegemisega. ► *Allalaadimise lingid* Linux Mint 21.1: https://www.linuxmint.com/download.php Rufus: https://rufus.ie/et/ ► *Teised lingid* Ajaveeb: https://markustegelane.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane_ee) Veebisait: https://markustegelane.online Juhuslik video: https://markustegelane.online/markustegelane/random/?c=mt ► *Muusika* Video kasutab esitaja Vibe Tracks muusikat. Allikas: YouTube fonoteek. ► *Peatükid* 0:00 Sissejuhatus 0:22 ISO allalaadimine 1:04 Programmi Rufus allalaadimine ja kasutusala 2:10 ISO laadimine mälupulgale 5:33 Minu arvuti hetkeseis 6:24 Sisenemine SETUP programmi (1. meetod) 7:52 Sisenemine SETUP programmi (2. meetod) 9:16 Buutimise suvandite konfigureerimine 11:15 Mälupulgale buutimine 12:50 Katsetuskeskonna seadistamine ja sirvimine 14:38 Installimisprogrammi avamine 14:51 Süsteemi seadistamine ja paigaldamine 19:45 Paigaldusjärgne märguanne ja taaskäivitamine 21:18 Esmaseadituse aken 22:08 Lõpp ► *Lisainfo* Failinimi: MintInstall.mp4 Stiil: Sära (beeta) Tarkvara: DaVinci Resolve 18.1, OBS Studio, Aegisub, YTSubConverter Lindistamise kuupäev: 28. detsember 2022 ► *Kanalid* Põhikanal: youtube.com/@markusTegelane Lisakanal: youtube.com/@markusTegelaneLite Programmeerimiskanal: youtube.com/@hashMarkusTegelane Markuse asjad: youtube.com/@markuseasjad Press any key to continue: youtube.com/@PAKTC Markuse videod: youtube.com/@MarkusMaal ► *Aitäh, et vaatasite!* © 2022 Markuse videod ► *Teemaviited* #linuxmint #arvutinõuanded #paigaldamine |
MintInstall.mp4 | Arvuti nõuanded | Computer tips | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,arvuti nõuanded,Linux,paigaldamine,kuidas paigaldada linux,how to install,Linux Mint,21.1 | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/517.jpg | N/A | /channel_db_lite/web/json/517.json | N/A | /channel_db_lite/web/stream/517.en.ass |
408 | MarkusTegelane++ | How to convert cursor to icons (and vice versa)? | 0 | 2022-02-03 | Yes, it's that simple. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=yHjQbyRFDCk | 0 | . | Kuidas teisendada kursoreid ikoonideks (ja vastupidi)? | Yes, it's that simple. You can read more about the header differences here: https://en.wikipedia.org/wiki/ICO_(file_format)#Outline | Jep, see on nii lihtne. Saate lugeda veel faili päiste erinevuste kohta siit: https://en.wikipedia.org/wiki/ICO_(file_format)#Outline | cursoricon.mp4 | Failiformaadid | File formats | mmaal,markustegelane,cursor,icon,converter,how to,convert,mspaint,HxD,hex editor,hex code,binary data,file format,ICO,CUR | https://odysee.com/@hashMarkusTegelane:3/cursoricon:e | MarkusTegelane++ | MarkusTegelane++ | 1 | /channel_db_lite/web/thumbs/408.jpg | /channel_db_lite/web/stream/408.mp4 | /channel_db_lite/web/json/408.json | N/A | N/A |
28 | MarkusTegelane | Aasta pärast Windows XP toe lõppu | 0 | 2015-04-05 | Video näitab informatsiooni sellest ,mis on juhtunud aastal pärast Windows XP toe lõppu. | 1 | 1 | 0 | 0 | https://www.youtube.com/watch?v=nAr2bn1Vt1I | 0 | Year after Windows XP end of support | . | Video shows information about, what has happened a year after Windows XP's end of support. | . | 1. Aasta pärast Windows XP toe lõppu.wmv | Operatsioonsüsteemid | Operating systems | Windows XP (Operating System),Microsoft Windows (Operating System),Software (Industry),Markus Maal,Microsoft,Security Essentials,Statistics,1 aasta,End of support | https://odysee.com/@MarkusTegelane:8/aasta-p-rast-windows-xp-toe-l-ppu:a | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/28.jpg | N/A | /channel_db_lite/web/json/28.json | N/A | N/A |