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 | |
604 | Press any key to continue... | Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] | 0 | 2025-02-12 | Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor. 0:00 Splash (Boot logo) 0:06 Startup/loading (standard ver.) 0:32 Startup/loading (alternate ver.) 0:44 Shut down 0:52 Low Power (displayed when the device can't power on, because battery is too low) 0:58 Charging |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=qRyOJ9MPnGM | 0 | Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] | Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] | Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor. 0:00 Splash (Boot logo) 0:06 Startup/loading (standard ver.) 0:32 Startup/loading (alternate ver.) 0:44 Shut down 0:52 Low Power (displayed when the device can't power on, because battery is too low) 0:58 Charging |
Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor. 0:00 Splash (Boot logo) 0:06 Startup/loading (standard ver.) 0:32 Startup/loading (alternate ver.) 0:44 Shut down 0:52 Low Power (displayed when the device can't power on, because battery is too low) 0:58 Charging |
huawei_animations.mp4 | Varia | Joke videos | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/604.jpg | N/A | N/A | N/A | N/A | |
589 | MarkusTegelane | Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] | 0 | 2024-12-20 | Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada. Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE ⏰ Peatükid ⏰ 0:00 Sissejuhatus 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: lookback1.mp4 Renderdamise aeg: 27 minutit, 2 sekundit Renderdatud 2020 M1 Macbook Pro sülearvutis Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Video koostas: Markus Maal ? © 2024 Markuse videod |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=o7NkgNw52o8 | 0 | Watching first MarkusTegelane videos (feat. lost media) [Part 1] | Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] | In this video I'm looking back at the first videos I've ever uploaded to YouTube from the 2013-2015 range. I'll talk about the process of making these videos, why they even got made and other stuff I just want to add to the video. Note. This video currently has no English subtitles available and is intended for audiences who can understand Estonian. Subtitles may come later, however since this is a very long video, it might take a while for me to make them. ⏰ Chapters ⏰ 0:00 Introduction 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane-en.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ? Additional information ? Filename: lookback1.mp4 Render time: 27 minutes, 2 seconds Renderded on 2020 M1 Macbook Pro Software: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Created by: Markus Maal ? © 2024 Markuse videod |
Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada. Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE ⏰ Peatükid ⏰ 0:00 Sissejuhatus 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: lookback1.mp4 Renderdamise aeg: 27 minutit, 2 sekundit Renderdatud 2020 M1 Macbook Pro sülearvutis Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Video koostas: Markus Maal ? © 2024 Markuse videod |
lookback1.mp4 | Kommentaar | Commentary | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/589.jpg | N/A | /channel_db_lite/web/json/589.json | N/A | N/A |
583 | MarkusTegelane+ | 15 minutit klippe videotest, mida ma (lõpuni) ei monteerinud | 1 | 2024-10-19 | Videod, mida ma erinevatel põhjustel otsustasin avaldamata jätta. 0:00 Kuidas käbi? [Arvuti nõuanded] - @markusTegelane 0:02 Windows 7 paigaldamine sinisesse HP sülearvutisse [Markuse arvuti meelelahutus] - @markusTegelane 0:43 OneUI 6 paigaldamine rootitud seadmesse - @markusTegelanePlus 1:20 Monitori OSD-ga jamamine - @markusTegelane 4:10 X.orgi suurim puudus - @markusTegelanePlus 4:28 KDE Plasma 6 paigaldamine väljalaskepäeval - @markusTegelanePlus 7:28 Välja lõigatud klipp PonyOS videost - @markusTegelane 7:37 The most broken flash game ever made (Part 2) - @PAKTC 7:59 Otseülekande paigutuse testimine - @markusTegelanePlus 8:33 Monteerimata klipp uue aasta vastuvõtja introst - @markuseasjad 8:42 Monteerimata klipp Windows 8.1 toe lõpu videost - @markusTegelane 8:54 Blue Screen Simulator Plus 2.0 (rääkimisega tutvustus) - @markusTegelane 8:57 Various Windows blue screens (monteerimine) - ? 9:07 Vaatajate operatsioonsüsteemid (monteerimata klipp) - @markusTegelanePlus 9:12 Võidusõit sillaga - @markusTegelanePlus 9:42 Kui kaugele on võimalik sõita mängus TrackMania? - @markusTegelane 11:59 [devUpdate 2] Blue Screen Simulator Plus 3.0 - @markusTegelanePlusPlus 13:05 vana ja mitte eriti hea lähtekoodi ülevaade - @markusTegelanePlusPlus 13:19 White Screen OS (a.k.a. Light Mode/OS) - @markusTegelanePlus 13:30 Colin McRae Rally 2.0 intro [60 FPS AI Interpolated] - @PAKTC 13:55 Blue Screen Simulator Plus for Android - @markusTegelane |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=UQKCrWUWBtI | 0 | 15 minutit klippe videotest, mida ma (lõpuni) ei monteerinud | 15 minutit klippe videotest, mida ma (lõpuni) ei monteerinud | Videod, mida ma erinevatel põhjustel otsustasin avaldamata jätta. 0:00 Kuidas käbi? [Arvuti nõuanded] - @markusTegelane 0:02 Windows 7 paigaldamine sinisesse HP sülearvutisse [Markuse arvuti meelelahutus] - @markusTegelane 0:43 OneUI 6 paigaldamine rootitud seadmesse - @markusTegelanePlus 1:20 Monitori OSD-ga jamamine - @markusTegelane 4:10 X.orgi suurim puudus - @markusTegelanePlus 4:28 KDE Plasma 6 paigaldamine väljalaskepäeval - @markusTegelanePlus 7:28 Välja lõigatud klipp PonyOS videost - @markusTegelane 7:37 The most broken flash game ever made (Part 2) - @PAKTC 7:59 Otseülekande paigutuse testimine - @markusTegelanePlus 8:33 Monteerimata klipp uue aasta vastuvõtja introst - @markuseasjad 8:42 Monteerimata klipp Windows 8.1 toe lõpu videost - @markusTegelane 8:54 Blue Screen Simulator Plus 2.0 (rääkimisega tutvustus) - @markusTegelane 8:57 Various Windows blue screens (monteerimine) - ? 9:07 Vaatajate operatsioonsüsteemid (monteerimata klipp) - @markusTegelanePlus 9:12 Võidusõit sillaga - @markusTegelanePlus 9:42 Kui kaugele on võimalik sõita mängus TrackMania? - @markusTegelane 11:59 [devUpdate 2] Blue Screen Simulator Plus 3.0 - @markusTegelanePlusPlus 13:05 vana ja mitte eriti hea lähtekoodi ülevaade - @markusTegelanePlusPlus 13:19 White Screen OS (a.k.a. Light Mode/OS) - @markusTegelanePlus 13:30 Colin McRae Rally 2.0 intro [60 FPS AI Interpolated] - @PAKTC 13:55 Blue Screen Simulator Plus for Android - @markusTegelane |
Videod, mida ma erinevatel põhjustel otsustasin avaldamata jätta. 0:00 Kuidas käbi? [Arvuti nõuanded] - @markusTegelane 0:02 Windows 7 paigaldamine sinisesse HP sülearvutisse [Markuse arvuti meelelahutus] - @markusTegelane 0:43 OneUI 6 paigaldamine rootitud seadmesse - @markusTegelanePlus 1:20 Monitori OSD-ga jamamine - @markusTegelane 4:10 X.orgi suurim puudus - @markusTegelanePlus 4:28 KDE Plasma 6 paigaldamine väljalaskepäeval - @markusTegelanePlus 7:28 Välja lõigatud klipp PonyOS videost - @markusTegelane 7:37 The most broken flash game ever made (Part 2) - @PAKTC 7:59 Otseülekande paigutuse testimine - @markusTegelanePlus 8:33 Monteerimata klipp uue aasta vastuvõtja introst - @markuseasjad 8:42 Monteerimata klipp Windows 8.1 toe lõpu videost - @markusTegelane 8:54 Blue Screen Simulator Plus 2.0 (rääkimisega tutvustus) - @markusTegelane 8:57 Various Windows blue screens (monteerimine) - ? 9:07 Vaatajate operatsioonsüsteemid (monteerimata klipp) - @markusTegelanePlus 9:12 Võidusõit sillaga - @markusTegelanePlus 9:42 Kui kaugele on võimalik sõita mängus TrackMania? - @markusTegelane 11:59 [devUpdate 2] Blue Screen Simulator Plus 3.0 - @markusTegelanePlusPlus 13:05 vana ja mitte eriti hea lähtekoodi ülevaade - @markusTegelanePlusPlus 13:19 White Screen OS (a.k.a. Light Mode/OS) - @markusTegelanePlus 13:30 Colin McRae Rally 2.0 intro [60 FPS AI Interpolated] - @PAKTC 13:55 Blue Screen Simulator Plus for Android - @markusTegelane |
unreleased_r2.mp4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 0 | /channel_db_lite/web/thumbs/583.jpg | N/A | /channel_db_lite/web/json/583.json | 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 | /channel_db_lite/web/stream/573.mp4 | /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 | /channel_db_lite/web/stream/570.mp4 | /channel_db_lite/web/json/570.json | N/A | N/A | |
560 | MarkusTegelane | Identiteedikriis - Mis juhtus mu kanaliga? | 0 | 2024-01-28 | Võib-olla märkasite, et ma muutsin vahepeal enda kanali nime ja siis võtsin selle muudatuse vähem kui kuu hiljem tagasi. See video selgitab mis vahepeal juhtus ja miks ma tegin seda, mida ma tegin... ?? ENGLISH VERSION ?? https://www.youtube.com/watch?v=oW6es05CjcU ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Lisainfo ? Failinimi: Identiteedikriis_ET.mov Renderdamise aeg: 17 minutit, 24 sekundit Videokaart: Gigabyte Geforce GTX 1650 4GB OC Tarkvara: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Video koostas: Markus Maal ? © 2024 Markuse videod |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=t0VD3yId38Q | 0 | Identity crisis - What happened with this channel? | Identiteedikriis - Mis juhtus mu kanaliga? | You may have noticed that I changed my channel name at some point and then reverted that change less than a month later. This video explains what happened and why I did what I did... ?? ENGLISH VERSION ?? https://www.youtube.com/watch?v=oW6es05CjcU ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Additional information ? Filename: Identiteedikriis_EN.mov Render time: 15 minutes, 38 seconds Video card: Gigabyte Geforce GTX 1650 4GB OC Software: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Created by: Markus Maal ? © 2024 Markuse videod |
Võib-olla märkasite, et ma muutsin vahepeal enda kanali nime ja siis võtsin selle muudatuse vähem kui kuu hiljem tagasi. See video selgitab mis vahepeal juhtus ja miks ma tegin seda, mida ma tegin... ?? ENGLISH VERSION ?? https://www.youtube.com/watch?v=oW6es05CjcU ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Lisainfo ? Failinimi: Identiteedikriis_ET.mov Renderdamise aeg: 17 minutit, 24 sekundit Videokaart: Gigabyte Geforce GTX 1650 4GB OC Tarkvara: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Video koostas: Markus Maal ? © 2024 Markuse videod |
Identiteedikriis_ET.mov | Info ja uudised | Info and news | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,identiteedikriis,status update,olekukontroll,mis juhtus,uus video,millal,next video,when,Sammalkaru | https://odysee.com/@MarkusTegelane:8/identity-crisis-what-happened-with-this:8 | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/560.jpg | N/A | /channel_db_lite/web/json/560.json | N/A | N/A |
249 | MarkusTegelane+ | Mu arvuti ei ole valmis värskendusi paigaldama // My computer is not ready to install updates | 1 | 2019-03-13 | … | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=-0-5o9h4Ij8 | 0 | . | . | . | . | N/A | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/249.jpg | N/A | /channel_db_lite/web/json/249.json | N/A | N/A | |
335 | MarkusTegelane | The Ultimate WIndows 3.11 VHD (version 2.0) | 1 | 2017-12-21 | I updated my original Windows 3.11 Ultimate Virtual Machine, to be more user friendly and visually appealing. To get the VHD, please send me a private message in the about section on my channel. |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=Uen97LrQn60 | 0 | The Ultimate WIndows 3.11 VHD (version 2.0) | The Ultimate WIndows 3.11 VHD (version 2.0) | I updated my original Windows 3.11 Ultimate Virtual Machine, to be more user friendly and visually appealing. To get the VHD, please send me a private message in the about section on my channel. Stay up to date: Blog: http://themarkusguy.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg TheMarkusGuy++ : https://www.youtube.com/channel/UC-ah0YzIN5ef1-ywjnTljtA Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Press any key to continue... : https://www.youtube.com/channel/UCquUJ3h9wsJUm55zu6Sckpg |
I updated my original Windows 3.11 Ultimate Virtual Machine, to be more user friendly and visually appealing. To get the VHD, please send me a private message in the about section on my channel. |
win31.mp4 | Operatsioonsüsteemid | Operating systems | Markus Maal,MarkusTegelane,TheMarkusGuy,vhd,virtual machine,virtual pc,windows 3.1 in microsoft virtual pc,windows 3.11,operating environment | https://odysee.com/@MarkusTegelane:8/the-ultimate-windows-3-11-vhd-version-2:6 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/335.jpg | /channel_db_lite/web/stream/335.mp4 | N/A | N/A | N/A |
23 | MarkusTegelane | Movement Batch 1.9 Järjekordne LAHE! uuendus! HD | 0 | 2015-03-03 | Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) | 0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=uOoGP636mh8 | 0 | Movement batch 1.9 Another COOL! update! HD | Movement Batch 1.9 Järjekordne LAHE! uuendus! HD | Mis on uut : Kõik funktsioonid, mida nägid videos (uus finiši disain, väikesed redigeerija uuendused, mitmikmängija uuendused, loemind uuendused ja nii edasi) | Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) | Movement batch 1.9 - Another COOL! update! [HD].mp4 | Pakkfailid | Batch files | Cool,Funny,Fun,Another,Family,Fun (Composer),Update,Lol,Movement,Batch File (File Format),Markus Maal,connect,connected,ühendama,ühendatud | https://odysee.com/@MarkusTegelane:8/movement-batch-1-9-another-cool-update:2 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/23.jpg | N/A | /channel_db_lite/web/json/23.json | N/A | N/A |