Leiti 15 vastet.
ID | Kanal | Video | Kustutatud | Kuupäev | Kirjeldus | Subtiitrid | Avalik | Ülekanne | HD | URL | PRIVATE | TitleMUI_en | TitleMUI_et | KirjeldusMUI_en | KirjeldusMUI_et | Filename | Category | CategoryMUI_en | Tags | OdyseeURL | KanalMUI_en | KanalMUI_et | Translated | has_thumbnail | local_stream | ytdlp_meta | est_subs | eng_subs |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
616 | Press any key to continue... | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | 0 | 2025-04-26 | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=FBDma-tPlJw | 0 | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
2025-04-26 16-12-25.mkv | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/616.jpg | N/A | N/A | N/A | N/A | |
573 | MarkusTegelane++ | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | 0 | 2024-06-19 | The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ZR4oof0LP8M | 0 | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | [devUpdate 1] Blue Screen Simulator Plus 3.0 - New UI, Windows 8 Beta BSOD, Trace log | The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
The first devUpdate video for Blue Screen Simulator Plus 3.0. The devUpdate series showcases new features in development for the next version of the software. Beta binary: https://github.com/MarkusMaal/BlueScreenSimulatorPlus/releases/tag/v3.0-pre-240619a Beta source code: https://github.com/MarkusMaal/BlueScreenSimulatorPlus My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/markustegelane |
bssp_3_du1.mp4 | devUpdate | devUpdate | https://odysee.com/@hashMarkusTegelane:3/bssp_3_du1:f | MarkusTegelane++ | MarkusTegelane++ | 0 | /channel_db_lite/web/thumbs/573.jpg | N/A | /channel_db_lite/web/json/573.json | N/A | N/A | |
571 | MarkusTegelane | [Re-upload] Markuse arvuti meelelahutus - Android Oreo ülevaade ja Firefoxi röst (I osa) | 0 | 2024-05-10 | Muutsin selles videos mõned asjad ära ja laadisin uuesti üles autoriõigusega seotud probleemide tõttu. Algversiooni üleslaadimise kuupäev: 20. november 2017 Kanali andmebaasi kirje: https://markusmaal.ee/channel_db_lite/web/video/161 ----------------------------------- Algne kirjeldus: ----------------------------------- Google lasi välja uue Android versiooni nimega Oreo. Kas see on parem kui eelmine versioon? Vaadake videot, et teada saada! #MarkuseArvutiMeelelahutus #Android Ole kursis Ajaveeb: http://www.markustegelane.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Teised kanalid MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... MarkusTegelane++ : https://www.youtube.com/channel/UC_ah... Markuse asjad: https://www.youtube.com/channel/UCMD2... Lisainfo Video RAW nimi: mamo.mp4 Kasutatud tarkvara: Sony Vegas Pro 11, Süsteem Android Oreo 8.0, ROM Nitrogen OS Renderdamise aeg: NA, jätsin ööseks tegema Suvaline video: http://markustegelane.tk/random.html |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=0iWui9CJE1E | 0 | [Re-upload] Android Oreo overview and Firefox roast (Part I) [Markus computer entertainment] | [Re-upload] Markuse arvuti meelelahutus - Android Oreo ülevaade ja Firefoxi röst (I osa) | I modified some stuff in this video and re-uploaded it due to copyright related issues. Upload date of the original version: 20. november 2017 Channel database entry: https://markusmaal.ee/channel_db_lite/web/video/161 ----------------------------------- Original description: ----------------------------------- Google released a new Android version named Oreo. Is it better than the last version? Keep watching to find out! Stay updated Blog: http://www.themarkusguy.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGM... TheMarkusGuy++ : https://www.youtube.com/channel/UC_ah... Markus's stuff: https://www.youtube.com/channel/UCMD2... Lisainfo RAW filename: mamo.mp4 Software used: Sony Vegas Pro 11, System Android Oreo 8.0, ROM Nitrogen OS Rendering time NA, left it rendering over night |
Muutsin selles videos mõned asjad ära ja laadisin uuesti üles autoriõigusega seotud probleemide tõttu. Algversiooni üleslaadimise kuupäev: 20. november 2017 Kanali andmebaasi kirje: https://markusmaal.ee/channel_db_lite/web/video/161 ----------------------------------- Algne kirjeldus: ----------------------------------- Google lasi välja uue Android versiooni nimega Oreo. Kas see on parem kui eelmine versioon? Vaadake videot, et teada saada! #MarkuseArvutiMeelelahutus #Android Ole kursis Ajaveeb: http://www.markustegelane.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Teised kanalid MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... MarkusTegelane++ : https://www.youtube.com/channel/UC_ah... Markuse asjad: https://www.youtube.com/channel/UCMD2... Lisainfo Video RAW nimi: mamo.mp4 Kasutatud tarkvara: Sony Vegas Pro 11, Süsteem Android Oreo 8.0, ROM Nitrogen OS Renderdamise aeg: NA, jätsin ööseks tegema Suvaline video: http://markustegelane.tk/random.html |
AndroidOreoPart1Reupload.mp4 | Markuse arvuti meelelahutus | Markus computer entertainment | Markus Maal,MarkusTegelane,TheMarkusGuy,Markuse arvuti meelelahutus,Markus computer entertainment,Android 8.0,Android Oreo,Oreo | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/571.jpg | N/A | /channel_db_lite/web/json/571.json | N/A | N/A |
570 | MarkusTegelane++ | [devUpdate 1] Blue Screen Simulator JS - First reveal | 0 | 2024-05-07 | The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=BjnkhZy19F8 | 0 | [devUpdate 1] Blue Screen Simulator JS - First reveal | [devUpdate 1] Blue Screen Simulator JS - First reveal | The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software. Live version (still in beta): https://markusmaal.ee/BSSW Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite My Github: https://github.com/MarkusMaal My website: https://markustegelane.eu Main channel: https://www.youtube.com/MarkusTegelane |
bssw_du1.mp4 | devUpdate | devUpdate | N/A | MarkusTegelane++ | MarkusTegelane++ | 0 | /channel_db_lite/web/thumbs/570.jpg | N/A | /channel_db_lite/web/json/570.json | N/A | N/A | |
562 | Press any key to continue... | Pac-Man Rally (PS2 FMV/BGM Rip) | 0 | 2024-02-02 | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=raX-LEe08b4 | 0 | Pac-Man Rally (PS2 FMV/BGM Rip) | Pac-Man Rally (PS2 FMV/BGM Rip) | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
pmr.mov | Muusika | Music | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/562.jpg | N/A | /channel_db_lite/web/json/562.json | N/A | N/A | |
549 | MarkusTegelane | 10. aastapäeva video | 0 | 2023-09-28 | Täna, 10 aastat tagasi, avasin enda Google konto ja lõin selle YouTube kanali. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Pa3pLDH0CWA | 0 | 10th anniversary video | 10. aastapäeva video | Today, 10 years ago, I created my Google account and started this YouTube channel. | Täna, 10 aastat tagasi, avasin enda Google konto ja lõin selle YouTube kanali. | 10yearsohgod.mp4 | Varia | Joke videos | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,aastapäev,anniversary,YouTube channel,10 years,10 aastat | https://odysee.com/@MarkusTegelane:8/10th-anniversary-video:d | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/549.jpg | N/A | /channel_db_lite/web/json/549.json | N/A | /channel_db_lite/web/stream/549.en.ass |
451 | MarkusTegelane | Mis toimub minu kanali(te)ga? (Mai 2022) [Info ja uudised] | 0 | 2022-05-20 | Selles videos räägin ma erinevatest asjadest, mis on seotud selle ja muude kanalitega, mida ma haldan. Videole on saadaval eesti ja inglisekeelsed subtiitrid. Teemad: 0:00 Intro 0:07 Registrivälised videod 0:55 Draw Batch 1:26 Uus kanal 2:12 Markuse arvuti meelelahutus 2:57 Markuse asjad kohta (kanal) 4:00 Gameplay videod? 5:34 Nõuanded arvutitele? Lingid: Veebisait: https://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Programmeerimisele keskenduv kanal: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q Kanal Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Ajaveeb: https://markustegelane.blogspot.com MarkuStation videod (sisaldab gameplay videoid): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr Lisainformatsioon: Muusika: Riot - Newsroom Failinimi: infomay2022_final.mp4 Monteerimistarkvara: kdenlive (video), Audacity (heli) Renderdamise aeg: 11 minutes, 59 seconds |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=1tl38nYUz2Y | 0 | What is going on with my channel(s)? (May 2022) [Info and news] | . | In this video, I talk about several things, which are going on with this channel and some other channels I manage. I speak in Estonian, but English subtitles are available, for those who don't understand this language. Topics: 0:00 Intro 0:07 Unlisted videos 0:55 Draw Batch 1:26 New channel 2:12 Markus computer entertainment 2:57 About Markus' stuff (channel) 4:00 Gameplay videos? 5:34 Tips for computers? Links: Website: https://markustegelane.ml Random video: https://markustegelane.ml/markustegelane/random/?c=mt Programming focused channel: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q Markus' stuff channel: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Blog: https://markustegelane-en.blogspot.com MarkuStation videos (includes gameplay videos): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr Other information: Music: Riot - Newsroom Raw filename: infomay2022_final.mp4 Editing software: kdenlive (video), Audacity (audio) Render time: 11 minutes, 59 seconds |
Selles videos räägin ma erinevatest asjadest, mis on seotud selle ja muude kanalitega, mida ma haldan. Videole on saadaval eesti ja inglisekeelsed subtiitrid. Teemad: 0:00 Intro 0:07 Registrivälised videod 0:55 Draw Batch 1:26 Uus kanal 2:12 Markuse arvuti meelelahutus 2:57 Markuse asjad kohta (kanal) 4:00 Gameplay videod? 5:34 Nõuanded arvutitele? Lingid: Veebisait: https://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Programmeerimisele keskenduv kanal: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q Kanal Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Ajaveeb: https://markustegelane.blogspot.com MarkuStation videod (sisaldab gameplay videoid): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr Lisainformatsioon: Muusika: Riot - Newsroom Failinimi: infomay2022_final.mp4 Monteerimistarkvara: kdenlive (video), Audacity (heli) Renderdamise aeg: 11 minutes, 59 seconds |
infomay2022_final.mp4 | Info ja uudised | Info and news | maasikas,markustegelane,arvuti nõuanded,MarkuStation,reptiil,reptile,what's new,mis on uut,Markus Maal,draw batch,batch file,#markusTegelane,soul eye,rectangular core,white noise,unlisted videos,registrivälised videod,Markuse arvuti meelelahutus,Markus computer entertainment,Momonga Linux,Windows 10 AME,Ameliorated Edition,Markuse asjad,Markus' stuff,#mmaal (#markusTegelane),Markus Maal mängib | https://odysee.com/@MarkusTegelane:8/what-is-going-on-with-my-channel(s)-(may:c | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/451.jpg | N/A | /channel_db_lite/web/json/451.json | /channel_db_lite/web/stream/451.et.ass | /channel_db_lite/web/stream/451.en.ass |
384 | MarkusTegelane+ | [Batch game] Fishing batch - gameplay showcase | 1 | 2021-07-15 | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Su79oY9507o | 0 | . | . | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. Download link: https://www.markustegelane.ml/markustegelane/?doc=download&id=5 Table of contents: 0:00 Intro 0:35 Main menu 3:17 Story mode: Beginner's lake 10:43 Victory screen 11:54 Story mode: Experience river 20:28 Arcade mode 22:49 Custom mode 24:58 Outro 25:20 One more thing... |
. | fishbatch.mp4 | Lisavideod | Additional content | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/384.jpg | N/A | /channel_db_lite/web/json/384.json | N/A | N/A | |
382 | Press any key to continue... | a disturbing "Game over" screen | 0 | 2021-07-10 | This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends. This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen. |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=AcqUf014EDQ | 0 | . | . | This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends. This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen. |
. | disturbing_gameover.mp4 | FMV klipid | FMV clips | https://odysee.com/@Press_any_key_to_continue:2/disturbinggameover:3 | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/382.jpg | N/A | /channel_db_lite/web/json/382.json | N/A | N/A | |
297 | MarkusTegelane+ | Halastamatu Miinipilduja (mäng) // Hardcore Minesweeper | 1 | 2020-04-10 | Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=yFtrXTOmwSA | 0 | . | . | . | Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never) |
minesweeper.mp4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/297.jpg | N/A | /channel_db_lite/web/json/297.json | N/A | N/A | |
289 | cqvmix | Intro | 1 | 2020-02-14 | Channel intro. Created in Blender | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=T8H1jx_UqIk | 0 | Intro | Intro | Channel intro. Created in Blender | Channel intro. Created in Blender | Intro.mp4 | Introd | Intros | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/289.jpg | N/A | N/A | N/A | N/A | |
161 | MarkusTegelane | Android Oreo ülevaade ja Firefoxi röst (I osa) [Markuse arvuti meelelahutus] | 1 | 2017-11-20 | Google lasi välja uue Android versiooni nimega Oreo. Kas see on parem kui eelmine versioon? Vaadake videot, et teada saada! #MarkuseArvutiMeelelahutus #Android Ole kursis Ajaveeb: http://www. Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Teised kanalid MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... MarkusTegelane++ : https://www.youtube.com/channel/UC_ah... Markuse asjad: https://www.youtube.com/channel/UCMD2... Lisainfo Video RAW nimi: mamo.mp4 Kasutatud tarkvara: Sony Vegas Pro 11, Süsteem Android Oreo 8.0, ROM Nitrogen OS Renderdamise aeg: NA, jätsin ööseks tegema |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=mhDIZfkwfvM | 0 | Android Oreo overview and Firefox roast (Part I) [Markus computer entertainment] | Android Oreo ülevaade ja Firefoxi röst (I osa) [Markuse arvuti meelelahutus] | Google released a new Android version named Oreo. Is it better than the last version? Keep watching to find out! Stay updated Blog: http://www.themarkusguy.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGM... TheMarkusGuy++ : https://www.youtube.com/channel/UC_ah... Markus's stuff: https://www.youtube.com/channel/UCMD2... Lisainfo RAW filename: mamo.mp4 Software used: Sony Vegas Pro 11, System Android Oreo 8.0, ROM Nitrogen OS Rendering time NA, left it rendering over night |
Google lasi välja uue Android versiooni nimega Oreo. Kas see on parem kui eelmine versioon? Vaadake videot, et teada saada! #MarkuseArvutiMeelelahutus #Android Ole kursis Ajaveeb: http://www. Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal Teised kanalid MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... MarkusTegelane++ : https://www.youtube.com/channel/UC_ah... Markuse asjad: https://www.youtube.com/channel/UCMD2... Lisainfo Video RAW nimi: mamo.mp4 Kasutatud tarkvara: Sony Vegas Pro 11, Süsteem Android Oreo 8.0, ROM Nitrogen OS Renderdamise aeg: NA, jätsin ööseks tegema |
mamo.mp4 | Markuse arvuti meelelahutus | Markus computer entertainment | Markus Maal,MarkusTegelane,TheMarkusGuy,Markuse arvuti meelelahutus,Markus computer entertainment,Android 8.0,Android Oreo,Oreo | https://odysee.com/@MarkusTegelane:8/sisaldab-vandumist-markuse-arvuti:9 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/161.jpg | N/A | N/A | N/A | N/A |
190 | MarkusTegelane+ | Markus Maal introd - 60 FPS remaster | 1 | 2017-07-20 | My old channel intros. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=dXH0MJUutrM | 0 | MarkusMaal intros - 60 FPS remaster | . | . | Minu vana kanali introd | intro_remaster.MP4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/190.jpg | N/A | /channel_db_lite/web/json/190.json | N/A | N/A | |
191 | MarkusTegelane+ | MarkusTegelane+ intro? (Dramaatiline) | 1 | 2017-07-20 | Finally I made an intro to this channel. I hope you like it. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=71mvAZZmlsA | 0 | TheMarkusGuy+ intro? (Dramatic) | . | . | Lõpuks ometi tegin ma intro sellele kanalile. Loodan, et see teile meeldib. | mtplus_intro.MP4 | Introd | Intros | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/191.jpg | N/A | /channel_db_lite/web/json/191.json | N/A | N/A | |
175 | MarkusTegelane+ | MarkusTegelane+ tutvustus | 1 | 2017-04-24 | A little clip that shows channels content and idea. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=gR826Ngb5D4 | 0 | Introducing TheMarkusGuy+ | . | . | Väike videoklipp, mis näitab selle kanali sisu ja mõtet. | thriller_trailer.avi | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/175.jpg | N/A | /channel_db_lite/web/json/175.json | N/A | N/A |