Leiti 34 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 | |
559 | MarkusTegelane | Identity crisis - What happened with this channel? | 0 | 2024-01-28 | 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... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ 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 |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=oW6es05CjcU | 0 | Identity crisis - What happened with this channel? | Identity crisis - What happened with this channel? | 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... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ 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 |
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... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ 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 |
Identiteedikriis_EN.mov | Info ja uudised | Info and news | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/559.jpg | N/A | /channel_db_lite/web/json/559.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 |
519 | MarkusTegelane | tl;dw Markuse videod aastal 2022 (15 min) | 0 | 2023-01-02 | liiga pikk; ei vaadanud 6. osa! Seekord näitan väga lühidalt, mis juhtus sel aastal ainult mu põhikanalil, sest ma postitasin piisavalt palju sisu ning ei pidanud teiste kanalite videoid siia panema. ► Välised lingid Veebileht: https://markustegelane.online Juhuslik video: https://markustegelane.online/markustegelane/random/?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @markustegelane ► Teisi kanaleid MarkusTegelane Lite : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Markuse videod: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2022 Markuse videod |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=swNbgV7YtJI | 0 | tl;dw Markus' videos in 2022 (15 min) | tl;dw Markuse videod aastal 2022 (15 min) | too long; didn't watch part 6! This time I'll really briefly show what happened this year on my main channel only, because I posted enough videos this year to not have to include other channels. ► External links Website: https://markustegelane.online Random video: https://markustegelane.online/markustegelane/random/?c=mt Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane-en.blogspot.com Twitter: @markustegelane ► Other channels MarkusTegelane Lite : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (secondary channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Markus' videos: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Thank you for watching! ◄ © 2022 Markus' videos |
liiga pikk; ei vaadanud 6. osa! Seekord näitan väga lühidalt, mis juhtus sel aastal ainult mu põhikanalil, sest ma postitasin piisavalt palju sisu ning ei pidanud teiste kanalite videoid siia panema. ► Välised lingid Veebileht: https://markustegelane.online Juhuslik video: https://markustegelane.online/markustegelane/random/?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @markustegelane ► Teisi kanaleid MarkusTegelane Lite : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Markuse videod: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2022 Markuse videod |
tldw2022.mp4 | Aasta kokkuvõtted | Yearly recaps | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,too long didn't watch | https://odysee.com/@MarkusTegelane:8/tl-dw-markus'-videos-in-2022-(15-min):5 | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/519.jpg | N/A | /channel_db_lite/web/json/519.json | N/A | /channel_db_lite/web/stream/519.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 |
401 | MarkusTegelane | tl;dw Markuse videod aastal 2021 (7 min) | 0 | 2021-12-31 | liiga pikk; ei vaadanud 5. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh markustegelane, markustegelane x ja Press any key to continue... juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @markustegelane ► Teisi kanaleid markustegelane x : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2021 Markuse videod productions |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=J5eoDhxnokg | 0 | tl;dw Markus' videos in 2021 (7 min) | tl;dw Markuse videod aastal 2021 (7 min) | too long; didn't watch part 5! This time I'll really briefly show what happened this year on my channels, including mmaal (markustegelane), mmaal x (markustegelane x) and Press any key to continue... in case you missed something :-) ► External links Website: http://markustegelane.ml Random video: https://markustegelane.ml/markustegelane/random/?c=mt Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane-en.blogspot.com Twitter: @markustegelane ► Other channels mmaal x (markustegelane x) : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (extra channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Thank you for watching! ◄ © 2021 Markuse videod productions |
liiga pikk; ei vaadanud 5. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh markustegelane, markustegelane x ja Press any key to continue... juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @markustegelane ► Teisi kanaleid markustegelane x : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2021 Markuse videod productions |
tldw2021.mp4 | Aasta kokkuvõtted | Yearly recaps | https://odysee.com/@MarkusTegelane:8/tl-dw-markus'-videos-in-2021-(7-min):5 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/401.jpg | N/A | /channel_db_lite/web/json/401.json | N/A | N/A | |
387 | MarkusTegelane | How to find YouTube videos with no views | 0 | 2021-08-01 | This video goes over methods that allow you to find videos that almost nobody or very few people have seen before. Table of contents: 0:00 Introduction 0:54 1. Newest comments 3:55 2a. Channel browse features 5:16 3. Search for new uploads 7:07 2b. Channel browse features (again) 7:56 YouTube messed up again lol 8:29 2c. Channel browse features (yet again) 9:14 4. Channel shoutouts/mentions 10:45 5. Third-party tools/websites 13:20 6. Manipulating the algorithm (advanced) 20:32 The conclusion Links: Website: https://markustegelane.ml Blog: https://markustegelane.blogspot.com |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=xE9clGiGEIA | 0 | How to find YouTube videos with no views? | How to find YouTube videos with no views | This video goes over methods that allow you to find videos that almost nobody or very few people have seen before. Table of contents: 0:00 Introduction 0:54 1. Newest comments 3:55 2a. Channel browse features 5:16 3. Search for new uploads 7:07 2b. Channel browse features (again) 7:56 YouTube messed up again lol 8:29 2c. Channel browse features (yet again) 9:14 4. Channel shoutouts/mentions 10:45 5. Third-party tools/websites 13:20 6. Manipulating the algorithm (advanced) 20:32 The conclusion Links: My website: https://markustegelane.ml Blog: https://markustegelane-en.blogspot.com |
This video goes over methods that allow you to find videos that almost nobody or very few people have seen before. Table of contents: 0:00 Introduction 0:54 1. Newest comments 3:55 2a. Channel browse features 5:16 3. Search for new uploads 7:07 2b. Channel browse features (again) 7:56 YouTube messed up again lol 8:29 2c. Channel browse features (yet again) 9:14 4. Channel shoutouts/mentions 10:45 5. Third-party tools/websites 13:20 6. Manipulating the algorithm (advanced) 20:32 The conclusion Links: Website: https://markustegelane.ml Blog: https://markustegelane.blogspot.com |
zeroviews-6000.mp4 | Arvuti nõuanded | Computer tips | https://odysee.com/@MarkusTegelane:8/how-to-find-youtube-videos-with-no-views:6 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/387.jpg | N/A | /channel_db_lite/web/json/387.json | N/A | N/A | |
384 | MarkusTegelane+ | [Batch game] Fishing batch - gameplay showcase | 1 | 2021-07-15 | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Su79oY9507o | 0 | . | . | Showcase of the Fishing batch game. Not released on the main channel, because the batch file has been available for a while on my website. Download link: https://www.markustegelane.ml/markustegelane/?doc=download&id=5 Table of contents: 0:00 Intro 0:35 Main menu 3:17 Story mode: Beginner's lake 10:43 Victory screen 11:54 Story mode: Experience river 20:28 Arcade mode 22:49 Custom mode 24:58 Outro 25:20 One more thing... |
. | fishbatch.mp4 | Lisavideod | Additional content | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/384.jpg | N/A | /channel_db_lite/web/json/384.json | N/A | N/A | |
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 | |
370 | MarkusTegelane | [TrackMania] 2020. aastal loodud ja rekonstrueeritud rajad | 0 | 2021-02-20 | See video, mis esmaesitati kanalil Markuse asjad 2021. aasta vastuvõtu otseülekandes, annab ülevaate radadest, mille tegin aastal 2020. Siin on ka rekonstrueeritud rajad, mille tegin uuesti varasemate videote põhjal, mis olid minu kanalil (sest ma ei teinud nendest kunagi varukoopiaid). See versioon on natuke parema kvaliteediga ja ilma pealdiseta, mis olid esmaesituses. ► Peatükid 0:00 2020. aastal loodud rajad 0:10 1. boostnoboost 2:45 2. TCanyon 4:49 3. test3 6:09 4. Veealune labürint (kohandatud blokid) 8:51 5. Dirt 2020 11:22 6. Fog Valley 14:20 Rekonstrueeritud rajad 14:25 1. Salajane maja 16:50 2. Kaljude rada 20:50 3. Staadioni hullus 23:53 4. Sõida tuulepargis 27:41 5. Valley Test ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2021 Markuse videod productions |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=9s7S9dsGziE | 0 | [TrackMania] Tracks I made and recreated in 2020 | [TrackMania] 2020. aastal loodud ja rekonstrueeritud rajad | This video, which premiered on Markus' stuff live stream, gives an overview on tracks, which I made in 2020. There are also remade tracks, recreated using the previous footage I had, because I make any backups of these tracks. This version of the videos is in a better quality and without the header, which was in the premiere. ► Chapters 0:00 Tracks made in 2020 0:10 1. boostnoboost 2:45 2. TCanyon 4:49 3. test3 6:09 4. Underwater labyrinth (custom blocks) 8:51 5. Dirt 2020 11:22 6. Fog Valley 14:20 Recreated tracks 14:25 1. The secret building 16:50 2. Cliff track 20:50 3. Stadium madness 23:53 4. Drive in the wind farm 27:41 5. Valley Test ► External links Veebileht: http://markustegelane.ml Random video: https://markustegelane.ml/markustegelane/random?c=mt Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (extra content) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Thank you for watching! ◄ © 2021 Markuse videod productions |
See video, mis esmaesitati kanalil Markuse asjad 2021. aasta vastuvõtu otseülekandes, annab ülevaate radadest, mille tegin aastal 2020. Siin on ka rekonstrueeritud rajad, mille tegin uuesti varasemate videote põhjal, mis olid minu kanalil (sest ma ei teinud nendest kunagi varukoopiaid). See versioon on natuke parema kvaliteediga ja ilma pealdiseta, mis olid esmaesituses. ► Peatükid 0:00 2020. aastal loodud rajad 0:10 1. boostnoboost 2:45 2. TCanyon 4:49 3. test3 6:09 4. Veealune labürint (kohandatud blokid) 8:51 5. Dirt 2020 11:22 6. Fog Valley 14:20 Rekonstrueeritud rajad 14:25 1. Salajane maja 16:50 2. Kaljude rada 20:50 3. Staadioni hullus 23:53 4. Sõida tuulepargis 27:41 5. Valley Test ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: https://markustegelane.ml/markustegelane/random?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2021 Markuse videod productions |
trackmania.mp4 | MarkuStation 2 | MarkuStation 2 | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology,TrackMania,ManiaPlanet,custom maps | https://odysee.com/@MarkusTegelane:8/trackmania-2020-aastal-loodud-ja:5 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/370.jpg | N/A | /channel_db_lite/web/json/370.json | N/A | N/A |
366 | MarkusTegelane | tl;dw Markuse videod aastal 2020 (6 min) | 0 | 2021-01-01 | liiga pikk; ei vaadanud 4. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh MarkusTegelane, MarkusTegelane+ ja Press any key to continue... ja cqvmix juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=WLL15kTeL5o | 0 | tl;dw Markuse videod aastal 2020 (6 min) | tl;dw Markuse videod aastal 2020 (6 min) | liiga pikk; ei vaadanud 4. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh MarkusTegelane, MarkusTegelane+ ja Press any key to continue... ja cqvmix juhul kui te midagi maha magasite :-) | liiga pikk; ei vaadanud 4. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh MarkusTegelane, MarkusTegelane+ ja Press any key to continue... ja cqvmix juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
tldw2020.webm | Aasta kokkuvõtted | Yearly recaps | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology | https://odysee.com/@MarkusTegelane:8/tl-dw-markuse-videod-aastal-2020-6-min:5 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/366.jpg | N/A | /channel_db_lite/web/json/366.json | N/A | N/A |
296 | MarkusTegelane | Playlist 404 - Credits | 0 | 2020-06-28 | Thanks for enjoying the 404 playlist. If you have any feedback about this playlist, leave it in the comments. You may also leave a rating and if you are interested in this playlist, you may add it to your collection and finally, if you like the content I produce, consider subscribing :yt: (it's free, you can unsubscribe at any time). Have a nice day! (or night if you're watching this late at night) | 0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=KUC-xpEbCKw | 0 | ⏯ Playlist 404 - Credits | . | Thanks for enjoying the 404 playlist. If you have any feedback about this playlist, leave it in the comments 💬⬇. You may also leave a rating (👍 or 👎) and if you are interested in this playlist, you may add it to your collection ➕ and finally, if you like the content I produce, consider subscribing :yt: (it's free, you can unsubscribe at any time). Have a nice day! 😊 (or night if you're watching this late at night 🌃) This video is exclusive to this playlist ⏯ and most likely available anywhere else (I can't prevent people from adding it to their own playlists or uploads, but this 404 playlist is the only official place you can find this video) |
. | 404.MP4 | Varia | Miscellaneous | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology,secret playlist,stuff I watch on YouTube,actually this playlist is public on my channel page,you can also find it in the suggestions,if it is relevant to what you're watching,I really don't know how tagging works,but this could possibly do,this doesn't even rhyme,what is the reason of this,...,madness,the video is processing,YAY,I can now go to sleep,that is if I want to...,eleven,two | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/296.jpg | N/A | /channel_db_lite/web/json/296.json | N/A | N/A |
295 | MarkusTegelane | TrackMania rada - Kõrbestaadion (MarkuStation 2) | 0 | 2020-06-07 | Kasutades lihtsat redigeerija muudatust, saan ma kasutada blokke kõrbe keskkonnast staadioni keskkonnas. Selles valmis rada, mida videos näete. ► Välised lingid Veebileht: http://markustegelane.ml (aadress muudetud) Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed TrackMania Build to Race - Desert TrackMania Build to Race - Snow 2 ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=vPkDvnOVES4 | 0 | TrackMania track - Desert stadium (MarkuStation 2) | TrackMania rada - Kõrbestaadion (MarkuStation 2) | Using a simple modification to the editor, I was able to use blocks from the desert environment in stadium. This resulted in a map you see in the video. ► External links Web site: http://markustegelane.ml (URL changed) Random video: http://markustegelane.ml/random.html Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane-en.blogspot.com Twitter: @MarkusMaal ► Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (second channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Pesonal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Music used TrackMania Build to Race - Desert TrackMania Build to Race - Snow 2 ► Thank you for watching! ◄ © 2020 Markuse videod productions |
Kasutades lihtsat redigeerija muudatust, saan ma kasutada blokke kõrbe keskkonnast staadioni keskkonnas. Selles valmis rada, mida videos näete. ► Välised lingid Veebileht: http://markustegelane.ml (aadress muudetud) Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed TrackMania Build to Race - Desert TrackMania Build to Race - Snow 2 ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
kõrbestaadion.m4v | MarkuStation 2 | MarkuStation 2 | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology,MarkuStation,MarkuStation 2,desert,stadium,TrackMania United Forever,environment mix | https://odysee.com/@MarkusTegelane:8/trackmania-rada-k-rbestaadion:f | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/295.jpg | N/A | /channel_db_lite/web/json/295.json | N/A | N/A |
294 | MarkusTegelane | MarkusTegelane veebileht (tuur) | 0 | 2020-05-03 | See video näitab erinevaid funktsioone kanali ametlikul veebilehel. ► Välised lingid markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed Windows XP tuuri muusika ► Kasutatud tarkvara Kdenlive (monteerimine) Google Chrome (veebilehe sirvimine, osaline intro loomine) OBS Studio (kuvapildi salvestamine) Pinta (pisipildi loomine) ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=weVq_eQGjEc | 0 | TheMarkusGuy website (tour) | MarkusTegelane veebileht (tuur) | This video shows off some of the functionality of the channel's official website. ► External links Website: https://markustegelane.ml Random video: http://markustegelane.ml/random.html Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane-en.blogspot.com Twitter: @MarkusMaal ► Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (secondary channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Music used Windows XP tour music ► Software used Kdenlive (video editing) Google Chrome (web browsing, partially intro creation) OBS Studio (screen recording) Pinta (thumbnail image editing) ► Thank you for watching! ◄ © 2020 Markuse videod productions |
See video näitab erinevaid funktsioone kanali ametlikul veebilehel. ► Välised lingid markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed Windows XP tuuri muusika ► Kasutatud tarkvara Kdenlive (monteerimine) Google Chrome (veebilehe sirvimine, osaline intro loomine) OBS Studio (kuvapildi salvestamine) Pinta (pisipildi loomine) ► Tänan, et vaatasite! ◄ © 2020 Markuse videod productions |
website.mp4 | Varia | Joke videos | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology,veebileht,official website,ametlik | https://odysee.com/@MarkusTegelane:8/markustegelane-veebileht-tuur:2 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/294.jpg | N/A | /channel_db_lite/web/json/294.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 | |
274 | MarkusTegelane | tl;dw Markuse videod aastal 2019 (7 min) | 0 | 2019-12-31 | *** Video esimene esmaesitus toimub kanali Markuse asjad otseülekandes 10 minutit varem: https://www.youtube.com/watch?v=e0UTaIv1r-Y liiga pikk; ei vaadanud 3. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh MarkusTegelane, MarkusTegelane+ ja Press any key to continue..., juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed The Tower of Light - Beginnings (Intro) ► Autoriõigus Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel. ► Tänan, et vaatasite! ◄ © 2019 Markuse videod productions |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=3SIOLF_txaE | 0 | tl;dw Markus' videos in 2019 (7 min) | tl;dw Markuse videod aastal 2019 (7 min) | too long; didn't watch part 3! This time I quickly show what happened on my channels, including TheMarkusGuy, TheMarkusGuy+, Press any key to continue... in case you missed it :-) ► External links Website: http://markustegelane.ml Random video: http://markustegelane.ml/random.html Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (second channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Music The Tower of Light - Beginnings (Intro) ► Copyright Music licensed under the Creative Commons (attribution required) license. ► Thank you for watching! ◄ © 2019 Markuse videod productions |
*** Video esimene esmaesitus toimub kanali Markuse asjad otseülekandes 10 minutit varem: https://www.youtube.com/watch?v=e0UTaIv1r-Y liiga pikk; ei vaadanud 3. osa! Seekord näitan väga lühidalt, mis juhtus minu kanalites, sh MarkusTegelane, MarkusTegelane+ ja Press any key to continue..., juhul kui te midagi maha magasite :-) ► Välised lingid Veebileht: http://markustegelane.ml Juhuslik video: http://markustegelane.ml/random.html Kanal: https://www.youtube.com/MarkusTegelane ► Ole kursis Ajaveeb: http://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teisi kanaleid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (lisakanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Kasutatud teosed The Tower of Light - Beginnings (Intro) ► Autoriõigus Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel. ► Tänan, et vaatasite! ◄ © 2019 Markuse videod productions |
tldr2019.wmv | Aasta kokkuvõtted | Yearly recaps | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology | https://odysee.com/@MarkusTegelane:8/tl-dw-markuse-videod-aastal-2019-7-min:3 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/274.jpg | N/A | /channel_db_lite/web/json/274.json | N/A | N/A |
336 | MarkusTegelane | Windows 10 Pro Hero (Microsoft reupload, not my video) | 0 | 2019-07-23 | **NOT CREATED OR ENDORSED BY ME** An amusing explainer kind of video for Windows 10 Pro. This video was originally uploaded to the official Windows YouTube channel, before they made it private. After a lot of digging, I found it on the Video Explainers's website and decided to upload it. I recall that there was also a similar ad for Windows Server 2016, but I was unable to find it. If Microsoft has any problem with this video, then I am willing to take it down. |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=JmjS25WCMYc | 0 | . | . | **NOT CREATED OR ENDORSED BY ME** An amusing explainer kind of video for Windows 10 Pro. This video was originally uploaded to the official Windows YouTube channel, before they made it private. After a lot of digging, I found it on the Video Explainers's website and decided to upload it. I recall that there was also a similar ad for Windows Server 2016, but I was unable to find it. If Microsoft has any problem with this video, then I am willing to take it down. |
. | N/A | Varia | Miscellaneous | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/336.jpg | N/A | /channel_db_lite/web/json/336.json | N/A | N/A | |
246 | MarkusTegelane | Otseülekanne kanalil Markuse asjad | 0 | 2018-12-31 | Kanali link: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Ülekande link: https://www.youtube.com/watch?v=2pxLgcllgNk |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=KNoOUB3HTfA | 0 | Otseülekanne kanalil Markuse asjad | Otseülekanne kanalil Markuse asjad | Kanali link: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Ülekande link: https://www.youtube.com/watch?v=2pxLgcllgNk |
Untitled.MP4 | Info ja uudised | Info and news | Markus Maal,MarkusTegelane,TheMarkusGuy | https://odysee.com/@MarkusTegelane:8/otse-lekanne-kanalil-markuse-asjad:6 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/246.jpg | N/A | /channel_db_lite/web/json/246.json | N/A | N/A | |
164 | MarkusTegelane | tl;dw MarkusTegelane aastal 2017 (12 min) | 1 | 2017-12-31 | liiga pikk; ei vaadanud 1. osa! See iga-aastane seeria näitab väga lühidalt, mis sellel aastal minu kanalis toimus, juhul kui te midagi maha magasite :-) Ole kursis Ajaveeb: http:// 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: 2017.MP4 Kasutatud tarkvara: Sony Vegas Pro 10.0 Renderdamise aeg: 59 minutit, 34 sekundit |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=cixY435T_1M | 0 | tl;dw TheMarkusGuy in 2017 (in 12 minutes) | tl;dw MarkusTegelane aastal 2017 (12 min) | too long; didn't watch part 1! This every year series shows really briefly, what has happened to my channel this year, in case you missed it :-) Stay up to date Blog: http://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... Additional infromation RAW filename: 2017.MP4 Software used: Sony Vegas Pro 10.0 Render time: 59 minutes, 34 seconds |
liiga pikk; ei vaadanud 1. osa! See iga-aastane seeria näitab väga lühidalt, mis sellel aastal minu kanalis toimus, juhul kui te midagi maha magasite :-) Ole kursis Ajaveeb: http:// 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: 2017.MP4 Kasutatud tarkvara: Sony Vegas Pro 10.0 Renderdamise aeg: 59 minutit, 34 sekundit |
2017.MP4 | Aasta kokkuvõtted | Yearly recaps | Markus Maal,MarkusTegelane,TheMarkusGuy,happy new year,head uut aastat,2017 lõpp,end of 2017,YouTube rewind,tagasivaade,retrospective | https://odysee.com/@MarkusTegelane:8/tl-dw-markustegelane-aastal-2017-12-min:f | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/164.jpg | N/A | N/A | 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 | 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 |
160 | MarkusTegelane | Pakkfail: Lobisemine arvutiga (kaugel perfektsusest) | 0 | 2017-11-14 | Tegin lihtsa pakkfaili mis genereerib juhuslikke vastuseid teie sõnumitele. Vajalik on Windows 2000 või uuema versiooniga OS (v.a. Millennium Edition). ____________________________________________________ Allalaadimise lingid ____________________________________________________ (pole hetkel saadaval) ____________________________________________________ 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... ____________________________________________________ Kasutatud teosed ____________________________________________________ Follow Me - Vibe Tracks Proctor - Topher Mohr and Alex Elena Happy Bee - Kevin Macleod Pinball Spring - Kevin Macleod Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel. Kanali logo või muud materjali võib kasutada ainult isiklikel põhjustel. Kui soovite logo avalikult kasutada, peate sellest mulle märku andma (vastasel juhul pean ma sellest teavitama). ____________________________________________________ Lisainfo ____________________________________________________ Video RAW nimi: computerchat.mp4 Kasutatud tarkvara: Notepad, Vegas Pro 11 Renderdamise aeg: 2 tundi |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=MvjNRX9MvIs | 0 | Batch file: Chatting with your computer (far from perfect) | Pakkfail: Lobisemine arvutiga (kaugel perfektsusest) | I made a simple batch file that generates random replies to your messages. Requires at least Windows 2000 or newer version of OS (except Millennium Edition) ____________________________________________________ Download links ____________________________________________________ (not available yet) ____________________________________________________ Stay up to date ____________________________________________________ Blog: http://www.themarkusguy.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusMaal ____________________________________________________ Other channels ____________________________________________________ MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... MarkusTegelane++ : https://www.youtube.com/channel/UC_ah... Markuse asjad: https://www.youtube.com/channel/UCMD2... ____________________________________________________ Music used ____________________________________________________ Follow Me - Vibe Tracks Proctor - Topher Mohr and Alex Elena Happy Bee - Kevin Macleod Pinball Spring - Kevin Macleod Licenced under creative commons licence (author credit) ____________________________________________________ Additional information ____________________________________________________ Video RAW nimi: computerchat.mp4 Kasutatud tarkvara: Notepad, Vegas Pro 11 Renderdamise aeg: 2 tundi |
Tegin lihtsa pakkfaili mis genereerib juhuslikke vastuseid teie sõnumitele. Vajalik on Windows 2000 või uuema versiooniga OS (v.a. Millennium Edition). ____________________________________________________ Allalaadimise lingid ____________________________________________________ (pole hetkel saadaval) ____________________________________________________ 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... ____________________________________________________ Kasutatud teosed ____________________________________________________ Follow Me - Vibe Tracks Proctor - Topher Mohr and Alex Elena Happy Bee - Kevin Macleod Pinball Spring - Kevin Macleod Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel. Kanali logo või muud materjali võib kasutada ainult isiklikel põhjustel. Kui soovite logo avalikult kasutada, peate sellest mulle märku andma (vastasel juhul pean ma sellest teavitama). ____________________________________________________ Lisainfo ____________________________________________________ Video RAW nimi: computerchat.mp4 Kasutatud tarkvara: Notepad, Vegas Pro 11 Renderdamise aeg: 2 tundi |
computerchat.mp4 | Pakkfailid | Batch files | Markus Maal,MarkusTegelane,TheMarkusGuy,batch file,batch programming,chat,computer,processor,computer components | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/160.jpg | N/A | /channel_db_lite/web/json/160.json | 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 | |
155 | MarkusTegelane | MarkusTegelane kanali tutvustus | 0 | 2017-07-07 | Kas teid huvitavad arvutid? Kas teile meeldib meelelahutus? Kas teile meeldivad mängud? Siis MarkusTegelane on kanal, mis on mõeldud teile! Sellele kanalile laadin videosid üles umbes 1-2 korda nädalas. Kui tahate aga näha rohkem videosid kiiremini, vaadake kanalit markustegelane x ja kui teid huvitab programmeerimine, vaadake kanalit #markusTegelane. |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=gZP3rZI0ak4 | 0 | Introduction for mmaal (markustegelane) channel | MarkusTegelane kanali tutvustus | Are you interested in computers? Do you like entertainment? Do you like games? Then mmaal (markustegelane) is a channel for you! I upload 1-2 videos a week in this channel. If you want to see more videos faster, check out channel mmaal x (markustegelane x) and if you are interested in programming, check out #mmaal (#markusTegelane). Blog: http://markustegelane-en.blogspot.com |
Kas teid huvitavad arvutid? Kas teile meeldib meelelahutus? Kas teile meeldivad mängud? Siis MarkusTegelane on kanal, mis on mõeldud teile! Sellele kanalile laadin videosid üles umbes 1-2 korda nädalas. Kui tahate aga näha rohkem videosid kiiremini, vaadake kanalit markustegelane x ja kui teid huvitab programmeerimine, vaadake kanalit #markusTegelane. |
trailer_parandus.avi | Treiler | Trailer | Markus Maal,MarkusTegelane,TheMarkusGuy,trailer,tutvustus,algusvideo,video,computers channel,discovery channel computers,history channel computers | https://odysee.com/@MarkusTegelane:8/markustegelane-kanali-tutvustus:7 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/155.jpg | N/A | /channel_db_lite/web/json/155.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 | |
136 | MarkusTegelane | Kõik minu kanalil (CHM Tech video, originaalne versioon) | 0 | 2017-02-02 | Muusika: Kick Shock - Kevin MacLeod (Creative Commons 3.0 litsentsi alusel) |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=-xMedz0_tdk | 0 | Everything in my channel (CHM Tech video, original version) | Kõik minu kanalil (CHM Tech video, originaalne versioon) | Music: Kick Shock - Kevin MacLeod (under Creative Commons 3.0 licence) |
Muusika: Kick Shock - Kevin MacLeod (Creative Commons 3.0 litsentsi alusel) |
chmthing.mxf | Treiler | Trailer | https://odysee.com/@MarkusTegelane:8/everything-in-my-channel-chm-tech-video:9 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/136.jpg | N/A | /channel_db_lite/web/json/136.json | N/A | N/A | |
133 | MarkusTegelane | Kanali malli test | 0 | 2017-01-15 | Tegin malli sellele kanalile. Sellises stiilis peaksid olema tulevased videod. | 1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=Q3TBwo8Wcwg | 0 | Channel template test | Kanali malli test | I made a template for this channel. Upcoming video should be in this style. | Tegin malli sellele kanalile. Sellises stiilis peaksid olema tulevased videod. | mt_template.mxf | Varia | Joke videos | Channel,template,test | https://odysee.com/@MarkusTegelane:8/kanali-malli-test:d | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/133.jpg | N/A | /channel_db_lite/web/json/133.json | N/A | N/A |
111 | MarkusTegelane | Uudised: Nime muutus ja nõuannete november (Full HD) | 0 | 2016-11-06 | [Videost on teavitatud avalikke tellijaid] Selles videos räägin ma enda kanalil toimunud nime muutusest. Just nii! Ma olin enne Markus Maal ja nüüd olen MarkusTegelane. Peale nime muutmise muutsin ka kanali disaini (natuke modernsemaks) ja lisasin kanali logo video alla paremasse nurka, sest et miks mitte. Nõuannete november on uus seeria, kus näitan teile arvuti nõuandeid ja õpetusi novembri kuu jooksul. Veel linke: Blogi: http://markusmaal.blogspot.com Teine kanal: https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=_FyylmO-3lA | 0 | News: Name change and November of tips (Full HD) | Uudised: Nime muutus ja nõuannete november (Full HD) | [Public subscribers have been notified about this video] In this video I talk about the name change going on in my channel. That is right! I was previously known as Markus Maal and now I am TheMarkusGuy. I also changed my channel design (it is now a little more modern) and added channel logo to the bottom-right of the video, because why not. November of tips is a new series where I show you computer tips and tricks within the November. Other links: Blog: http://markusmaalen.blogspot.com Second channel: https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg Markus's stuff (not in English yet): https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ |
[Videost on teavitatud avalikke tellijaid] Selles videos räägin ma enda kanalil toimunud nime muutusest. Just nii! Ma olin enne Markus Maal ja nüüd olen MarkusTegelane. Peale nime muutmise muutsin ka kanali disaini (natuke modernsemaks) ja lisasin kanali logo video alla paremasse nurka, sest et miks mitte. Nõuannete november on uus seeria, kus näitan teile arvuti nõuandeid ja õpetusi novembri kuu jooksul. Veel linke: Blogi: http://markusmaal.blogspot.com Teine kanal: https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ |
Untitled.mxf | Info ja uudised | Info and news | Markus,Maal,Markus Maal,MarkusTegelane,MarkusTegelane+,Markus Maal+,bränding,Uudised,branding,news,name change,november,tips,nõuanded | https://odysee.com/@MarkusTegelane:8/uudised-nime-muutus-ja-n-uannete:8 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/111.jpg | N/A | /channel_db_lite/web/json/111.json | N/A | N/A |