Leiti 69 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
624 Press any key to continue... Play It! [PS2 FMV Rip] 0 2025-05-18 Intro for a former European game publisher Play It! found in several PAL PlayStation 2 games that were marketed with the tagline "great games at great prices".

This short video clip features bowling pins playing/spectating video games and then abruplty getting struck by a bowling ball that then forms the "it" part of the "play it" logo.

This version was ripped from "1945 I&II The Arcade Games".
0 1 0 0 https://www.youtube.com/watch?v=w5JUba2TESI 0 Play It! [PS2 FMV Rip] Play It! [PS2 FMV Rip] Intro for a former European game publisher Play It! found in several PAL PlayStation 2 games that were marketed with the tagline "great games at great prices".

This short video clip features bowling pins playing/spectating video games and then abruplty getting struck by a bowling ball that then forms the "it" part of the "play it" logo.

This version was ripped from "1945 I&II The Arcade Games".
Intro for a former European game publisher Play It! found in several PAL PlayStation 2 games that were marketed with the tagline "great games at great prices".

This short video clip features bowling pins playing/spectating video games and then abruplty getting struck by a bowling ball that then forms the "it" part of the "play it" logo.

This version was ripped from "1945 I&II The Arcade Games".
PlayIt.mp4 FMV klipid FMV clips N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/624.jpg N/A N/A N/A N/A
614 Press any key to continue... Optics B - Creepy Audio Glitch [Flipnic, PS2] 0 2025-04-30 A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
0 1 0 1 https://www.youtube.com/watch?v=LR7fw-G4zs4 0 Optics B - Creepy Audio Glitch [Flipnic, PS2] Optics B - Creepy Audio Glitch [Flipnic, PS2] A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
flipnic_ufo_invasion.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/614.jpg N/A N/A N/A N/A
616 Press any key to continue... Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] 0 2025-04-26 Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
0 1 0 1 https://www.youtube.com/watch?v=FBDma-tPlJw 0 Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
2025-04-26 16-12-25.mkv Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/616.jpg N/A N/A N/A N/A
615 Press any key to continue... Save file editor for Flipnic [Feature showcase] 0 2025-04-25 Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
0 1 0 1 https://www.youtube.com/watch?v=Tk6KGdcUYkY 0 Save file editor for Flipnic [Feature showcase] Save file editor for Flipnic [Feature showcase] Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
Timeline 1.mp4 Videomängude analüüs Video game analysis save file editor,video game,PlayStation 2,Sony PlayStation,Flipnic,Flipnic: Ultimate Pinball,Flipnic™,フリップニック,is an enjoyable simple-action amazing pinball game for you,Ultimate Pinball,Ubisoft,Capcom,Sony Computer Entertainment Inc.,emulator,PCSX2 N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/615.jpg N/A N/A N/A N/A
611 Press any key to continue... Windows XP Tour [SWF Audio Rip] 0 2025-04-06 Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
0 1 0 1 https://www.youtube.com/watch?v=QWWP8B0TKJI 0 Windows XP Tour [SWF Audio Rip] Windows XP Tour [SWF Audio Rip] Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
xptour.mp4 Muusika Music Windows XP,Windows XP Tour,mmTour,where is windows xp tour music located,MP3,audio,extraction,background music,BGM,tour music N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/611.jpg N/A N/A N/A N/A
604 Press any key to continue... Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] 0 2025-02-12 Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor.

0:00 Splash (Boot logo)
0:06 Startup/loading (standard ver.)
0:32 Startup/loading (alternate ver.)
0:44 Shut down
0:52 Low Power (displayed when the device can't power on, because battery is too low)
0:58 Charging
0 1 0 1 https://www.youtube.com/watch?v=qRyOJ9MPnGM 0 Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] Huawei MediaPad M2 10.0 [Boot and shutdown animations \w sound] Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor.

0:00 Splash (Boot logo)
0:06 Startup/loading (standard ver.)
0:32 Startup/loading (alternate ver.)
0:44 Shut down
0:52 Low Power (displayed when the device can't power on, because battery is too low)
0:58 Charging
Startup and shutdown animations from my old tablet that I couldn't find on YouTube, so I decided to upload it! Extracted from official Huawei firmware using Huawei Update Extractor.

0:00 Splash (Boot logo)
0:06 Startup/loading (standard ver.)
0:32 Startup/loading (alternate ver.)
0:44 Shut down
0:52 Low Power (displayed when the device can't power on, because battery is too low)
0:58 Charging
huawei_animations.mp4 Varia Joke videos N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/604.jpg N/A N/A N/A N/A
601 Press any key to continue... Bonkrun [TrackMania replay] 0 2025-02-05 so, I added outrun music to a funny trackmania replay, this video is the result of that 0 1 0 1 https://www.youtube.com/watch?v=RGWcBmqD43o 0 Bonkrun [TrackMania replay] Bonkrun [TrackMania replay] so, I added outrun music to a funny trackmania replay, this video is the result of that so, I added outrun music to a funny trackmania replay, this video is the result of that bonkrun.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/601.jpg N/A N/A N/A N/A
603 Press any key to continue... Uninstall Ubuntu Ad Commercial (Unofficial) 0 2025-02-05 *BEFORE YOU COMMENT*
I have nothing against Linux, I just dislike Ubuntu specifically.

This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well.

Source: https://www.youtube.com/watch?v=jdoh992pJK0
0 1 0 1 https://www.youtube.com/watch?v=XlbG8HxTlG0 0 Uninstall Ubuntu Ad Commercial (Unofficial) Uninstall Ubuntu Ad Commercial (Unofficial) *BEFORE YOU COMMENT*
I have nothing against Linux, I just dislike Ubuntu specifically.

This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well.

Source: https://www.youtube.com/watch?v=jdoh992pJK0
*BEFORE YOU COMMENT*
I have nothing against Linux, I just dislike Ubuntu specifically.

This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well.

Source: https://www.youtube.com/watch?v=jdoh992pJK0
potato-2x-RIFE-RIFE3.1-59.94006fps.mkv Naljavideod Joke videos Linux,Ubuntu,14.04 N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/603.jpg N/A N/A N/A N/A
594 Press any key to continue... PlayStation 2 - Delete failed 0 2025-01-04 Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough.

Console: SCPH-90004 (batch: 8D)
0 1 0 1 https://www.youtube.com/watch?v=Mp4vlV2D0NA 0 PlayStation 2 - Delete failed PlayStation 2 - Delete failed Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough.

Console: SCPH-90004 (batch: 8D)
Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough.

Console: SCPH-90004 (batch: 8D)
deletefailed.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/594.jpg N/A /channel_db_lite/web/json/594.json N/A N/A
589 MarkusTegelane Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] 0 2024-12-20 Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada.

Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE

⏰ Peatükid ⏰
0:00 Sissejuhatus
2:58 2013
3:36 TrackMania Foreveri rajad
16:26 TrackMania lahedad rajad
29:17 ManiaPlanet rajad
38:36 TrackMania rally rajad
52:45 Tom läks lolliks
54:07 2014
54:37 Talking Ben - Krooksutamine aeg luubis
55:25 Kuidas näha graafikakaardi informatsiooni?
58:26 TrackMania kokkupõrked
1:00:22 Windows XP tootetugi on lõppenud
1:09:00 Batch game: Movement Batch
1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani?
1:15:14 2015
1:18:00 Minu uus YouTube intro (1024p)
1:20:39 @rebane2001 loodud intro
1:22:39 Milline võiks olla mu järgmine video?
1:23:47 Movement Batch 200 views special update
1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS]
1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul?
1:32:52 Kuidas näha arvuti põhjalikku informatsiooni?
1:39:42 Mida võib pudel teha? (Talking Ben)
1:41:08 Crashing Windows
1:45:20 Kuidas teha minu sarnast Movement Batch mängu?
1:52:01 Erinevad Windowsi veateateekraanid
2:00:08 Kass tahab peeru süüa

■ Lingid ■
Veebisait: https://markustegelane.eu
Ajaveeb: https://markustegelane.blogspot.com

❖ Teised kanalid ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markuse asjad: @markuseasjad
Markus Maal: @MarkusMaal

? Lisainfo ?
Faili nimi: lookback1.mp4
Renderdamise aeg: 27 minutit, 2 sekundit
Renderdatud 2020 M1 Macbook Pro sülearvutis
Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia

? Video koostas: Markus Maal ?
© 2024 Markuse videod
0 1 0 1 https://www.youtube.com/watch?v=o7NkgNw52o8 0 Watching first MarkusTegelane videos (feat. lost media) [Part 1] Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] In this video I'm looking back at the first videos I've ever uploaded to YouTube from the 2013-2015 range. I'll talk about the process of making these videos, why they even got made and other stuff I just want to add to the video.

Note. This video currently has no English subtitles available and is intended for audiences who can understand Estonian. Subtitles may come later, however since this is a very long video, it might take a while for me to make them.

⏰ Chapters ⏰
0:00 Introduction
2:58 2013
3:36 TrackMania Foreveri rajad
16:26 TrackMania lahedad rajad
29:17 ManiaPlanet rajad
38:36 TrackMania rally rajad
52:45 Tom läks lolliks
54:07 2014
54:37 Talking Ben - Krooksutamine aeg luubis
55:25 Kuidas näha graafikakaardi informatsiooni?
58:26 TrackMania kokkupõrked
1:00:22 Windows XP tootetugi on lõppenud
1:09:00 Batch game: Movement Batch
1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani?
1:15:14 2015
1:18:00 Minu uus YouTube intro (1024p)
1:20:39 @rebane2001 loodud intro
1:22:39 Milline võiks olla mu järgmine video?
1:23:47 Movement Batch 200 views special update
1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS]
1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul?
1:32:52 Kuidas näha arvuti põhjalikku informatsiooni?
1:39:42 Mida võib pudel teha? (Talking Ben)
1:41:08 Crashing Windows
1:45:20 Kuidas teha minu sarnast Movement Batch mängu?
1:52:01 Erinevad Windowsi veateateekraanid
2:00:08 Kass tahab peeru süüa

■ Links ■
Website: https://markustegelane.eu
Blog: https://markustegelane-en.blogspot.com

❖ Other channels ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markus' stuff: @markuseasjad
Markus Maal: @MarkusMaal

? Additional information ?
Filename: lookback1.mp4
Render time: 27 minutes, 2 seconds
Renderded on 2020 M1 Macbook Pro
Software: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia

? Created by: Markus Maal ?
© 2024 Markuse videod
Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada.

Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE

⏰ Peatükid ⏰
0:00 Sissejuhatus
2:58 2013
3:36 TrackMania Foreveri rajad
16:26 TrackMania lahedad rajad
29:17 ManiaPlanet rajad
38:36 TrackMania rally rajad
52:45 Tom läks lolliks
54:07 2014
54:37 Talking Ben - Krooksutamine aeg luubis
55:25 Kuidas näha graafikakaardi informatsiooni?
58:26 TrackMania kokkupõrked
1:00:22 Windows XP tootetugi on lõppenud
1:09:00 Batch game: Movement Batch
1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani?
1:15:14 2015
1:18:00 Minu uus YouTube intro (1024p)
1:20:39 @rebane2001 loodud intro
1:22:39 Milline võiks olla mu järgmine video?
1:23:47 Movement Batch 200 views special update
1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS]
1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul?
1:32:52 Kuidas näha arvuti põhjalikku informatsiooni?
1:39:42 Mida võib pudel teha? (Talking Ben)
1:41:08 Crashing Windows
1:45:20 Kuidas teha minu sarnast Movement Batch mängu?
1:52:01 Erinevad Windowsi veateateekraanid
2:00:08 Kass tahab peeru süüa

■ Lingid ■
Veebisait: https://markustegelane.eu
Ajaveeb: https://markustegelane.blogspot.com

❖ Teised kanalid ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markuse asjad: @markuseasjad
Markus Maal: @MarkusMaal

? Lisainfo ?
Faili nimi: lookback1.mp4
Renderdamise aeg: 27 minutit, 2 sekundit
Renderdatud 2020 M1 Macbook Pro sülearvutis
Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia

? Video koostas: Markus Maal ?
© 2024 Markuse videod
lookback1.mp4 Kommentaar Commentary markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers N/A MarkusTegelane . 0 /channel_db_lite/web/thumbs/589.jpg N/A /channel_db_lite/web/json/589.json N/A N/A
580 Press any key to continue... Blinking caret animation 0 2024-09-03 Recreation of the blinking caret thing that you see in various operating system's text modes. 0 1 0 1 https://www.youtube.com/watch?v=aCF2wqpqnOY 0 Blinking caret animation Blinking caret animation Recreation of the blinking caret thing that you see in various operating system's text modes. Recreation of the blinking caret thing that you see in various operating system's text modes. BlinkBlink.mp4 Veateated Errors blink,caret,cursor,the blinky thing,startup error,boot error,startup failure,fail,error,freeze,hang,hang on boot,hang on startup,Windows 3.1 startup error,no error message,text mode,text display,no graphical display,no GUI,text only N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/580.jpg N/A /channel_db_lite/web/json/580.json N/A N/A
570 MarkusTegelane++ [devUpdate 1] Blue Screen Simulator JS - First reveal 0 2024-05-07 The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software.

Live version (still in beta): https://markusmaal.ee/BSSW
Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite
My Github: https://github.com/MarkusMaal
My website: https://markustegelane.eu
Main channel: https://www.youtube.com/MarkusTegelane
0 1 0 1 https://www.youtube.com/watch?v=BjnkhZy19F8 0 [devUpdate 1] Blue Screen Simulator JS - First reveal [devUpdate 1] Blue Screen Simulator JS - First reveal The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software.

Live version (still in beta): https://markusmaal.ee/BSSW
Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite
My Github: https://github.com/MarkusMaal
My website: https://markustegelane.eu
Main channel: https://www.youtube.com/MarkusTegelane
The very first public showcase of Blue Screen Simulator JS, a Javascript blue screen simulator, which uses some Blue Screen Simulator Plus technologies. Please note that this project is still in early development and currently has known bugs. The devUpdate series showcases new features in development for the next version of the software.

Live version (still in beta): https://markusmaal.ee/BSSW
Beta source code (private): https://github.com/MarkusMaal/BlueScreenSimulatorWebsite
My Github: https://github.com/MarkusMaal
My website: https://markustegelane.eu
Main channel: https://www.youtube.com/MarkusTegelane
bssw_du1.mp4 devUpdate devUpdate N/A MarkusTegelane++ MarkusTegelane++ 0 /channel_db_lite/web/thumbs/570.jpg N/A /channel_db_lite/web/json/570.json N/A N/A
568 MarkusTegelane++ Light OS with draggable windows is really broken [Fun Experiments 0x00] 0 2024-03-15 For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
0 1 0 1 https://www.youtube.com/watch?v=RwAvwf8xYeA 0 Light OS with draggable windows is really broken [Fun Experiments 0x00] Light OS with draggable windows is really broken [Fun Experiments 0x00] For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
2024-03-15 21-10-42.mkv PowerPoint PowerPoint PPTOS,Light OS,PowerPoint OS,movable windows,draggable,droppable,VBA,Visual Basic for Applications,Microsoft PowerPoint,ppsm,Light OS Technologies,macro,scripting N/A MarkusTegelane++ MarkusTegelane++ 0 /channel_db_lite/web/thumbs/568.jpg N/A /channel_db_lite/web/json/568.json N/A N/A
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
560 MarkusTegelane Identiteedikriis - Mis juhtus mu kanaliga? 0 2024-01-28 Võib-olla märkasite, et ma muutsin vahepeal enda kanali nime ja siis võtsin selle muudatuse vähem kui kuu hiljem tagasi. See video selgitab mis vahepeal juhtus ja miks ma tegin seda, mida ma tegin...

?? ENGLISH VERSION ??
https://www.youtube.com/watch?v=oW6es05CjcU

■ Lingid ■
Veebisait: https://markustegelane.eu
Ajaveeb: https://markustegelane.blogspot.com

❖ Teised kanalid ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markuse asjad: @markuseasjad
Markus Maal: @MarkusMaal

♫ Muusika ♫
Geographer - Synergy
Kevin MacLeod - Pamgaea
ALBIS - New Land

? Lisainfo ?
Failinimi: Identiteedikriis_ET.mov
Renderdamise aeg: 17 minutit, 24 sekundit
Videokaart: Gigabyte Geforce GTX 1650 4GB OC
Tarkvara: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity

? Video koostas: Markus Maal ?
© 2024 Markuse videod
0 1 0 1 https://www.youtube.com/watch?v=t0VD3yId38Q 0 Identity crisis - What happened with this channel? Identiteedikriis - Mis juhtus mu kanaliga? You may have noticed that I changed my channel name at some point and then reverted that change less than a month later. This video explains what happened and why I did what I did...

?? ENGLISH VERSION ??
https://www.youtube.com/watch?v=oW6es05CjcU

■ Links ■
Website: https://markustegelane.eu
Blog: https://markustegelane.blogspot.com

❖ Other channels ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markus' stuff: @markuseasjad
Markus Maal: @MarkusMaal

♫ Music ♫
Geographer - Synergy
Kevin MacLeod - Pamgaea
ALBIS - New Land

? Additional information ?
Filename: Identiteedikriis_EN.mov
Render time: 15 minutes, 38 seconds
Video card: Gigabyte Geforce GTX 1650 4GB OC
Software: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity

? Created by: Markus Maal ?
© 2024 Markuse videod
Võib-olla märkasite, et ma muutsin vahepeal enda kanali nime ja siis võtsin selle muudatuse vähem kui kuu hiljem tagasi. See video selgitab mis vahepeal juhtus ja miks ma tegin seda, mida ma tegin...

?? ENGLISH VERSION ??
https://www.youtube.com/watch?v=oW6es05CjcU

■ Lingid ■
Veebisait: https://markustegelane.eu
Ajaveeb: https://markustegelane.blogspot.com

❖ Teised kanalid ❖
MarkusTegelane+: @markusTegelanePlus
MarkusTegelane++: @markusTegelanePlusPlus
Markuse asjad: @markuseasjad
Markus Maal: @MarkusMaal

♫ Muusika ♫
Geographer - Synergy
Kevin MacLeod - Pamgaea
ALBIS - New Land

? Lisainfo ?
Failinimi: Identiteedikriis_ET.mov
Renderdamise aeg: 17 minutit, 24 sekundit
Videokaart: Gigabyte Geforce GTX 1650 4GB OC
Tarkvara: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity

? Video koostas: Markus Maal ?
© 2024 Markuse videod
Identiteedikriis_ET.mov Info ja uudised Info and news markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,identiteedikriis,status update,olekukontroll,mis juhtus,uus video,millal,next video,when,Sammalkaru https://odysee.com/@MarkusTegelane:8/identity-crisis-what-happened-with-this:8 MarkusTegelane . 0 /channel_db_lite/web/thumbs/560.jpg N/A /channel_db_lite/web/json/560.json N/A N/A
561 Press any key to continue... Flipnic, but it's REALLY LOUD 0 2024-01-20 Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
0 1 0 1 https://www.youtube.com/watch?v=w4VzUiEuH10 0 Flipnic, but it's REALLY LOUD Flipnic, but it's REALLY LOUD Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
FlipnicButLoudMinified.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/561.jpg N/A /channel_db_lite/web/json/561.json N/A N/A
548 Press any key to continue... an intro? 0 2023-08-08 Potentially an intro for my future videos... that is if you like it.
Made with Microsoft Clipchamp
0 1 0 1 https://www.youtube.com/watch?v=_mb0RlmgMp0 0 an intro? an intro? Potentially an intro for my future videos... that is if you like it.
Made with Microsoft Clipchamp
Potentially an intro for my future videos... that is if you like it.
Made with Microsoft Clipchamp
paktc newintro – Clipchampiga loodud.mp4 Introd Intros N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/548.jpg N/A /channel_db_lite/web/json/548.json N/A N/A
543 Press any key to continue... Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] 0 2023-07-01 In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save!

Prerequesties:
Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation)
BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder)
A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible)

w/uLaunchElf entrypoints:
- If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot
- If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu
- If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf
- If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077

Commands:
To list all saves: python save_editor.py -f [filename] -saves
To list items in a save: python save_editor.py -f [filename] -save[num] -li
To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename]

Chapters:
0:00 Describing the bug
0:58 Getting the save out of a memory card
2:38 Patching the save file
4:31 Copying the patched save file back to a memory card
5:30 Testing the modified save
0 1 0 1 https://www.youtube.com/watch?v=fSE4aCLbXPQ 0 Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] . In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save!

Prerequesties:
Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation)
BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder)
A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible)

w/uLaunchElf entrypoints:
- If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot
- If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu
- If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf
- If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077

Commands:
To list all saves: python save_editor.py -f [filename] -saves
To list items in a save: python save_editor.py -f [filename] -save[num] -li
To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename]

Chapters:
0:00 Describing the bug
0:58 Getting the save out of a memory card
2:38 Patching the save file
4:31 Copying the patched save file back to a memory card
5:30 Testing the modified save
. BuzzrodFixFinal.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/543.jpg N/A /channel_db_lite/web/json/543.json N/A N/A
537 Press any key to continue... Flipnic - Full soundtrack [BGM] 0 2023-04-23 There are already some uploads of the soundtrack for this game, but they're incomplete and missing tracks. This one should include every single background music from Flipnic, which has a corresponding .MID, .BD and .HD file. The images are backgrounds used in certain menu screens.

I was able to record these soundtracks by muting the sound effects, then replacing a music track that was supposed to play with another one using Cheat Engine. Finally, I recorded all of the background music by setting the record source to loopback in Audacity and then exported each recording into a file.

Download: https://drive.google.com/drive/folders/1KFpF4nAqi68JKX4AmXRx5hiu29KSBjcV?usp=sharing

Timestamps:
------------ Biology ------------
0:00 Stage main (Biology) [NATURE_0.MID]
2:17 UFO warning [NATURE_1.MID]
3:44 Multiball [NATURE_2.MID]
4:43 Bonus missions [POSITIVE.MID]
--------- Metallurgy ----------
6:25 Stage main (Metallurgy) [ISEKI_0.MID]
8:55 Spider crab [ISEKI_1.MID]
10:17 Multiball/Shoot down the shafts [ISEKI_2.MID]
------------ Optics --------------
11:37 Stage main (Optics) [HIKARI_0.MID]
13:36 Non-stop area/Bumper village [HIKARI_1.MID]
15:05 Multiball/Loop the loop [HIKARI_2.MID]
---------- Evolution ------------
16:31 Stage main (Evolution) [BOSS_1.MID]
--------- Geometry ------------
18:14 Stage main (Geometry) [LOAD_RETRO_3.MID]
18:59 Chu chu multiball [LOAD_RETRO_4.MID]
19:29 Alien hill [LOAD_RETRO_5.MID]
20:08 Area 74 [LOAD_RETRO_6.MID]
20:51 Galaxy Tennis [LOAD_RETRO_7.MID]
--------- Incidentals ----------
21:46 Red mission [LOAD_0.MID]
21:50 Yellow mission [LOAD_1.MID]
21:56 Geometry mission 0 (unused ver.) [LOAD_RETRO_0.MID]
21:59 Geometry mission 1 [LOAD_RETRO_1.MID]
22:03 Geometry mission 2 [LOAD_RETRO_2.MID]
------- Miscellaneous --------
22:07 Zero gravity [SERIOUS.MID]
23:24 Geometry 2P [RETRO_0.MID]
24:43 Geometry 2P (unused ver.) [RETRO_1.MID]
25:44 Main menu [MENU_1.MID]
0 1 0 1 https://www.youtube.com/watch?v=9Hkis0fJdWc 0 Flipnic - Full soundtrack [BGM] . There are already some uploads of the soundtrack for this game, but they're incomplete and missing tracks. This one should include every single background music from Flipnic, which has a corresponding .MID, .BD and .HD file. The images are backgrounds used in certain menu screens.

I was able to record these soundtracks by muting the sound effects, then replacing a music track that was supposed to play with another one using Cheat Engine. Finally, I recorded all of the background music by setting the record source to loopback in Audacity and then exported each recording into a file.

Download: https://drive.google.com/drive/folders/1KFpF4nAqi68JKX4AmXRx5hiu29KSBjcV?usp=sharing

Timestamps:
------------ Biology ------------
0:00 Stage main (Biology) [NATURE_0.MID]
2:17 UFO warning [NATURE_1.MID]
3:44 Multiball [NATURE_2.MID]
4:43 Bonus missions [POSITIVE.MID]
--------- Metallurgy ----------
6:25 Stage main (Metallurgy) [ISEKI_0.MID]
8:55 Spider crab [ISEKI_1.MID]
10:17 Multiball/Shoot down the shafts [ISEKI_2.MID]
------------ Optics --------------
11:37 Stage main (Optics) [HIKARI_0.MID]
13:36 Non-stop area/Bumper village [HIKARI_1.MID]
15:05 Multiball/Loop the loop [HIKARI_2.MID]
---------- Evolution ------------
16:31 Stage main (Evolution) [BOSS_1.MID]
--------- Geometry ------------
18:14 Stage main (Geometry) [LOAD_RETRO_3.MID]
18:59 Chu chu multiball [LOAD_RETRO_4.MID]
19:29 Alien hill [LOAD_RETRO_5.MID]
20:08 Area 74 [LOAD_RETRO_6.MID]
20:51 Galaxy Tennis [LOAD_RETRO_7.MID]
--------- Incidentals ----------
21:46 Red mission [LOAD_0.MID]
21:50 Yellow mission [LOAD_1.MID]
21:56 Geometry mission 0 (unused ver.) [LOAD_RETRO_0.MID]
21:59 Geometry mission 1 [LOAD_RETRO_1.MID]
22:03 Geometry mission 2 [LOAD_RETRO_2.MID]
------- Miscellaneous --------
22:07 Zero gravity [SERIOUS.MID]
23:24 Geometry 2P [RETRO_0.MID]
24:43 Geometry 2P (unused ver.) [RETRO_1.MID]
25:44 Main menu [MENU_1.MID]
. flipnic_ost_full.mp4 Muusika Music Flipnic,bgm,background music,Ultimate Pinball,NATURE_0,NATURE_1,NATURE_2,POSITIVE,ISEKI_0,ISEKI_1,ISEKI_2,HIKARI_0,HIKARI_1,HIKARI_2,BOSS_1,LOAD_RETRO_3,LOAD_RETRO_4,LOAD_RETRO_5,LOAD_RETRO_6,LOAD_RETRO_7,LOAD_0,LOAD_1,LOAD_RETRO_0,LOAD_RETRO_1,LOAD_RETRO_2,SERIOUS,RETRO_0,RETRO_1,MENU_1,Menu theme,Biology,Metallurgy,Theology,Evolution,Optics,Geometry,Staff credits,stage music,original soundtrack,OST N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/537.jpg N/A /channel_db_lite/web/json/537.json N/A N/A
523 Press any key to continue... Trying to play TrackMania (2020) with joystick drift be like... 0 2023-01-16 My controller has pretty bad drifting on the right joystick, so I though what would happen if I mapped that to steering in TrackMania and try playing some training maps. There were some I couldn't beat and others I could beat, but it is unquestionably really difficulty to play TrackMania maps with joystick drift. I used OpenPlanet plugins to display medal times and joystick inputs. 0 1 0 1 https://www.youtube.com/watch?v=TGBN8qjHnJ8 0 Trying to play TrackMania (2020) with joystick drift be like... . My controller has pretty bad drifting on the right joystick, so I though what would happen if I mapped that to steering in TrackMania and try playing some training maps. There were some I couldn't beat and others I could beat, but it is unquestionably really difficulty to play TrackMania maps with joystick drift. I used OpenPlanet plugins to display medal times and joystick inputs. . Trackmania 2023.01.15 - 20.23.02.01.mp4 Muud mängimise videod Other gameplay videos TrackMania,joystick,mechanical failure,drifting,false read,false inputs,cheating scandal,I am not riolu!,airbrake,strategies,analog stick failure,graphite pad,joycon drift,joystick drift,drifting issue,level 2 drift,unusable,unplayable N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/523.jpg N/A /channel_db_lite/web/json/523.json N/A N/A
512 Press any key to continue... Flipnic - Evolution D (Hard difficulty gameplay) [feat. Staff credits] 0 2022-12-06 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the final boss stage in Flipnic, which you unlock after completing the Geometry A stage. After completing the stage, you get a special staff credits FMV with fireworks, which I am also showcasing here.

For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
0 1 0 1 https://www.youtube.com/watch?v=EZbm-NMU5t4 0 Flipnic - Evolution D (Hard difficulty gameplay) [feat. Staff credits] . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the final boss stage in Flipnic, which you unlock after completing the Geometry A stage. After completing the stage, you get a special staff credits FMV with fireworks, which I am also showcasing here.

For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
. 2022-12-06 23-04-04.mkv Muud mängimise videod Other gameplay videos gameplay,Evolution,Theology,credits,Flipnic,pinball,PlayStation 2 N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/512.jpg N/A /channel_db_lite/web/json/512.json N/A N/A
510 Press any key to continue... Flipnic - Geometry A (Hard difficulty gameplay) [no sound] 0 2022-12-06 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

The Geometry stages provide a different type of gameplay with 2D-ish graphics, which is more similar to a brick breaker game, rather than a pinball game. Altough the video is shorter, this stage was actually more difficult than the Optics B stage for me.

I'm apologize for no sound in this video. I was recording this with OBS and during recording the audio level meter did show activity, so I have no idea why it decided not to output sound to the final file. I might upload a version with sound in the future, but for now I wanted to get the video out, so this will have to do.

At the minimum, to complete this stage, you have to do the following:1. Collect all purple keys
2. After collecting all the keys, you'll unlock the Space Warp mission, which lets you warp through the game field.
3. Warp 5 times to summon Area 74 flag, warp even more to summon the Alien Hill flag
4. We'll assume you hit the Area 74 flag first. In this mission, you must destroy the UFOs several times, while trying to avoid losing any balls.
5. If you hit the A-flag, you'll go to the Alien Hill mission. The goal here is to collect all blue keys and progress upwards until the counter reaches 0.
6. If you complete both Alien Hill and Area 74 missions, another flag, which is marked with E, appears. Collect it to start the Galaxy Tennis mission
7. (Optional) Try to hit your ball to the enemy position 3 times, while also defending your own position.
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=M7R03-vNb7s 0 Flipnic - Geometry A (Hard difficulty gameplay) [no sound] . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

The Geometry stages provide a different type of gameplay with 2D-ish graphics, which is more similar to a brick breaker game, rather than a pinball game. Altough the video is shorter, this stage was actually more difficult than the Optics B stage for me.

I'm apologize for no sound in this video. I was recording this with OBS and during recording the audio level meter did show activity, so I have no idea why it decided not to output sound to the final file. I might upload a version with sound in the future, but for now I wanted to get the video out, so this will have to do.

At the minimum, to complete this stage, you have to do the following:1. Collect all purple keys
2. After collecting all the keys, you'll unlock the Space Warp mission, which lets you warp through the game field.
3. Warp 5 times to summon Area 74 flag, warp even more to summon the Alien Hill flag
4. We'll assume you hit the Area 74 flag first. In this mission, you must destroy the UFOs several times, while trying to avoid losing any balls.
5. If you hit the A-flag, you'll go to the Alien Hill mission. The goal here is to collect all blue keys and progress upwards until the counter reaches 0.
6. If you complete both Alien Hill and Area 74 missions, another flag, which is marked with E, appears. Collect it to start the Galaxy Tennis mission
7. (Optional) Try to hit your ball to the enemy position 3 times, while also defending your own position.
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
. 2022-12-06 21-42-10.mkv Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/510.jpg N/A /channel_db_lite/web/json/510.json N/A N/A
509 Press any key to continue... Flipnic - Optics B (Hard difficulty gameplay) 0 2022-12-04 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

It took me a long time to upload the Optics B gameplay, because my initial victory didn't have sound, so I had to beat it again (and this stage is really difficult).

At the minimum, to complete this stage, you have to do the following:
1. Hit a flying target to trigger a "Point of No Return" mission
2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan)
3. Go back to the spawn location, a multiball mission will then start
4. (Optional) Complete a required task for the multiball mission
5. Repeat steps 1-4 two more times
6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=VahRvD_2iyY 0 Flipnic - Optics B (Hard difficulty gameplay) . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

It took me a long time to upload the Optics B gameplay, because my initial victory didn't have sound, so I had to beat it again (and this stage is really difficult).

At the minimum, to complete this stage, you have to do the following:
1. Hit a flying target to trigger a "Point of No Return" mission
2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan)
3. Go back to the spawn location, a multiball mission will then start
4. (Optional) Complete a required task for the multiball mission
5. Repeat steps 1-4 two more times
6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
. FlipnicOpticsBHard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/509.jpg N/A /channel_db_lite/web/json/509.json N/A N/A
495 MarkusTegelane+ Mis juhtus nende hüpikmenüüdega? 1 2022-10-11 Ma tõesti ei tea. Kas keegi suudab seletada, mis siin toimub? 0 1 0 1 https://www.youtube.com/watch?v=ZECXNbKIeqQ 0 What happened to these popup menus? . I seriously don't know. Can somebody explain what's going on here? . rainmeterwhat.mp4 Varia Miscellaneous Rainmeter,context menu,popup menu,right-click menu,broken,Windows 11 22H2,bugs,glitches,Windows 11 N/A MarkusTegelane+ . 0 /channel_db_lite/web/thumbs/495.jpg N/A /channel_db_lite/web/json/495.json N/A N/A
493 Press any key to continue... Loading a PS1 game [Real time capture \w disc seeking sounds] 0 2022-10-10 If you have ever owned a PS1 or any other early CD-based games console, you know very well that games take a very long time to load. One reason is due to the slower disc speed, another is due to the fact that game data is fragmented around the disc, so the laser assembly needs to seek around the disc to find the required data. This means that loading a game can take several minutes. This video demonstrates that.

Captured using a real console, which is outputting composite, which is connected into an HDMI upscaler, which then is connected to a capture device, which is connected to my computer, which saves the output into a video file. This video is, at least for most part, uncut, except for parts, where I navigate around in menus, insert the game disc, play, etc, but every load screen is uncut.

The game that is showcased in this video is Colin McRae Rally 2.0 (PS1, PAL version).

Timestamps:
0:00 Opening disc tray, removing existing disc, inserting another game disc, closing tray, power on
0:11 Power-on, disc check
0:15 BIOS screen
0:31 Exit BIOS screen
0:35 Copyright screen
2:35 Black screen
2:52 Codemasters FMV
3:01 Black screen
3:46 Intro FMV (cut)
4:08 Black screen
4:16 Title screen/language selection
4:30 Loading demo mode
5:34 Exit demo mode
6:09 Navigating menus
6:21 Loading service area
6:31 Loading single stage
6:50 Single stage gameplay (cut)
7:08 Exit single stage

P.S. At the beginning, the video is in mono. That's because I forgot to change my microphone into mono mode, so it was outputting only to one side, and I only realized that mid-recording.
0 1 0 1 https://www.youtube.com/watch?v=5RzOn7rjeD8 0 Loading a PS1 game [Real time capture \w disc seeking sounds] . If you have ever owned a PS1 or any other early CD-based games console, you know very well that games take a very long time to load. One reason is due to the slower disc speed, another is due to the fact that game data is fragmented around the disc, so the laser assembly needs to seek around the disc to find the required data. This means that loading a game can take several minutes. This video demonstrates that.

Captured using a real console, which is outputting composite, which is connected into an HDMI upscaler, which then is connected to a capture device, which is connected to my computer, which saves the output into a video file. This video is, at least for most part, uncut, except for parts, where I navigate around in menus, insert the game disc, play, etc, but every load screen is uncut.

The game that is showcased in this video is Colin McRae Rally 2.0 (PS1, PAL version).

Timestamps:
0:00 Opening disc tray, removing existing disc, inserting another game disc, closing tray, power on
0:11 Power-on, disc check
0:15 BIOS screen
0:31 Exit BIOS screen
0:35 Copyright screen
2:35 Black screen
2:52 Codemasters FMV
3:01 Black screen
3:46 Intro FMV (cut)
4:08 Black screen
4:16 Title screen/language selection
4:30 Loading demo mode
5:34 Exit demo mode
6:09 Navigating menus
6:21 Loading service area
6:31 Loading single stage
6:50 Single stage gameplay (cut)
7:08 Exit single stage

P.S. At the beginning, the video is in mono. That's because I forgot to change my microphone into mono mode, so it was outputting only to one side, and I only realized that mid-recording.
. PS1-seeking.mp4 Varia Miscellaneous N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/493.jpg N/A /channel_db_lite/web/json/493.json N/A N/A
480 Press any key to continue... TrackMania - Menu Music 0 2022-08-10 This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track.

That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people.
0 1 0 1 https://www.youtube.com/watch?v=BLuRLCSWIA8 0 . . This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track.

That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people.
. tmroll2.mp4 Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/480.jpg N/A /channel_db_lite/web/json/480.json N/A N/A
474 Press any key to continue... Flipnic - Biology B (Hard difficulty gameplay) 0 2022-07-28 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time I'm playing the very first B-version of a stage in this game - Biology B. These secondary versions are mirrored and have modified textures and color pallettes. You need to complete these B-versions before unlocking the final stage, which is Geometry A.

At the minimum, to complete this stage, you have to do the following:
1. Get to the "Slot chance" area
2. Go to the right lane
3. Once you get to the middle section with the flipper, you need to aim for the lane on the left
4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission
5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start
6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start.
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=cTGeJ3Yr3_c 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time I'm playing the B-version of the Metallurgy stage. These secondary versions are mirrored and have modified textures and color pallettes. You need to complete these B-versions before unlocking the final stage, which is Geometry A.

At the minimum, to complete this stage, you have to do the following:
1. Go through the first lane after spawning on the stage
2. Take a color coded lane
3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission
4. Take the lane, which you just uncovered after completing this mission
5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission
6. Take the lane, which you just uncovered
7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken
8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction
9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission
10. Shut down all shafts within the time limit
11. Repeat steps 9-10
12. You can go back to the lane selection area if you go through a portal
13. Repeat step 7
14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back
15. Take the non-colorcoded lanes until you get back to the spawn area.
16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission
17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)

P.S. I already finished the Optics B stage, but due to some garbage with pulseaudio, the recording was missing audio, which is really annoying. This means that it'll take some time before I can upload a finished Optics B run :(
. MetallurgyB_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/474.jpg N/A /channel_db_lite/web/json/474.json N/A N/A
464 Press any key to continue... Flipnic - Evolution A (Hard difficulty gameplay) 0 2022-07-25 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the first boss stage in Flipnic, which you unlock after completing the Biology A stage. For this stage, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
0 1 0 1 https://www.youtube.com/watch?v=HABD6EgdWqc 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the first boss stage in Flipnic, which you unlock after completing the Biology A stage. For this stage, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
. EvolutionA_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/464.jpg N/A /channel_db_lite/web/json/464.json N/A N/A
465 Press any key to continue... Flipnic - Evolution B (Hard difficulty gameplay) 0 2022-07-25 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the second boss stage in Flipnic, which you unlock after completing the Metallurgy A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
0 1 0 1 https://www.youtube.com/watch?v=eTFOdl_DLNY 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the second boss stage in Flipnic, which you unlock after completing the Metallurgy A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
. EvolutionB_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/465.jpg N/A /channel_db_lite/web/json/465.json N/A N/A
466 Press any key to continue... Flipnic - Evolution C (Hard difficulty gameplay) 0 2022-07-25 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the third boss stage in Flipnic, which you unlock after completing the Optics A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
0 1 0 1 https://www.youtube.com/watch?v=RcTUQig43M0 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

This is the third boss stage in Flipnic, which you unlock after completing the Optics A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless.

To complete this stage, you have to do the following:
1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls
2. If you manage to destroy a red skull, you'll complete the stage
. EvolutionC_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/466.jpg N/A /channel_db_lite/web/json/466.json N/A N/A
467 Press any key to continue... Flipnic - Metallurgy A (Hard difficulty gameplay) 0 2022-07-25 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time it's Metallurgy A, which is unlocked after defeating the first boss.

At the minimum, to complete this stage, you have to do the following:
1. Go through the first lane after spawning on the stage
2. Take a color coded lane
3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission
4. Take the lane, which you just uncovered after completing this mission
5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission
6. Take the lane, which you just uncovered
7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken
8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction
9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission
10. Shut down all shafts within the time limit
11. Repeat steps 9-10
12. You can go back to the lane selection area if you go through a portal
13. Repeat step 7
14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back
15. Take the non-colorcoded lanes until you get back to the spawn area.
16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission
17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=pftgH8DNink 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time it's Metallurgy A, which is unlocked after defeating the first boss.

At the minimum, to complete this stage, you have to do the following:
1. Go through the first lane after spawning on the stage
2. Take a color coded lane
3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission
4. Take the lane, which you just uncovered after completing this mission
5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission
6. Take the lane, which you just uncovered
7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken
8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction
9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission
10. Shut down all shafts within the time limit
11. Repeat steps 9-10
12. You can go back to the lane selection area if you go through a portal
13. Repeat step 7
14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back
15. Take the non-colorcoded lanes until you get back to the spawn area.
16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission
17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
. MetallurgyA_hard.mp4 Teised skriptimiskeeled Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/467.jpg N/A /channel_db_lite/web/json/467.json N/A N/A
468 Press any key to continue... Flipnic - Biology A (Hard difficulty gameplay) 0 2022-07-25 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time I'm playing the very first stage in this game - Biology A. It also has a little introduction sequence, which other stages don't have.

At the minimum, to complete this stage, you have to do the following:
1. Get to the "Slot chance" area
2. Go to the left lane
3. Once you get to the middle section with the flipper, you need to aim for the lane on the right
4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission
5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start
6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start.
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=wwQiDW8WaDA 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

This time I'm playing the very first stage in this game - Biology A. It also has a little introduction sequence, which other stages don't have.

At the minimum, to complete this stage, you have to do the following:
1. Get to the "Slot chance" area
2. Go to the left lane
3. Once you get to the middle section with the flipper, you need to aim for the lane on the right
4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission
5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start
6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start.
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
. BiologyA_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/468.jpg N/A /channel_db_lite/web/json/468.json N/A N/A
463 Press any key to continue... Flipnic - Optics A (Hard difficulty gameplay) 0 2022-07-24 Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

I've decided to go with Optics A first, because it's my favorite stage in this game and I've praticed a lot on it.

At the minimum, to complete this stage, you have to do the following:
1. Hit a flying target to trigger a "Point of No Return" mission
2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan)
3. Go back to the spawn location, a multiball mission will then start
4. (Optional) Complete a required task for the multiball mission
5. Repeat steps 1-4 two more times
6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
0 1 0 1 https://www.youtube.com/watch?v=XudtUvFv-r8 0 . . Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!

As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased.

I've decided to go with Optics A first, because it's my favorite stage in this game and I've praticed a lot on it.

At the minimum, to complete this stage, you have to do the following:
1. Hit a flying target to trigger a "Point of No Return" mission
2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan)
3. Go back to the spawn location, a multiball mission will then start
4. (Optional) Complete a required task for the multiball mission
5. Repeat steps 1-4 two more times
6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area
7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage
8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points)
. OpticsA_hard.mp4 Muud mängimise videod Other gameplay videos N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/463.jpg N/A /channel_db_lite/web/json/463.json N/A N/A
566 Kaevandame ja meisterdame [YTP] Windows 10 Pro Zero 0 2022-05-27 0 0 0 1 https://www.youtube.com/watch?v=9rOrF7PeZ9M 0 [YTP] Windows 10 Pro Zero [YTP] Windows 10 Pro Zero what.mp4 Naljavideod Joke videos N/A . . 0 /channel_db_lite/web/thumbs/566.jpg N/A /channel_db_lite/web/json/566.json N/A N/A
453 Press any key to continue... The most broken flash game I've played - Ower Web (Part I) 0 2022-05-24 This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3.

The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game.
0 1 0 1 https://www.youtube.com/watch?v=ry7sky-ZCmg 0 . . This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3.

The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game.
. owerweb1.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/453.jpg N/A /channel_db_lite/web/json/453.json N/A N/A
450 MarkusTegelane+ markustegelane - uus intro ja pealkirjakaardi näidis 1 2022-05-11 Kuna ma otsustasin, et intro, mille tegin oli liiga pikk, siis otsustasin teha veel ühe intro, mida ma tulevikuvideotes kasutan. Lisaks intro standardiseerimisele, lisan ka uutele videotele pealkirjakaardi ning taustaks ka eelvaate videost, mõned kuvatõmmised või mõlemad (natuke sarnane sellele, mida tegin 2017. aasta "lihtne" intros, näidise leiate siit: [link] ).

Video, mida taustal esitatakse: [link]

Mõned asjad, mida tuleks märkida selle näidise puhul:
1. Taustavideo/pilt saab olema igas videos erinev, mis tähendab, et iga uue video ees olev intro on natuke erinev.
2. Väike heliefekt, mida kuulete kõige alguses saab olema osa igast introst
3. Pealkirjakaardi taustavärv on erineval olenevalt video kategooriast (lilla = Markuse arvuti meelelahutus, punane = info ja uudised, sinine = varia/klassifitseerimata, helesinine = Markuse arvuti meelelahutus special, roheline = mängude videod, valge/hall = pakkfailid/skriptid/tarkvara, oranž = arvuti nõuanded)
4. Tekst, mis kuvatakse kanali nime all on igas videos erinev
5. See koht, kus kuulete 1000Hz tooni ja näete värviribasid on tegeliku video sisu, mis esitatakse (ma panin siia kohatäite, et näidata üleminekuanimatsiooni)
6. Videotel võib olla ka lõpukaart (tekst lõpp/the end mingisuguse taustaga)
7. Kummitus ei ole osa introst
8. Nelinurkse tuuma animatsioon võib erineda olenevalt videost
0 1 0 1 https://www.youtube.com/watch?v=lJ_Ip2_LGyY 0 . . . Kuna ma otsustasin, et intro, mille tegin oli liiga pikk, siis otsustasin teha veel ühe intro, mida ma tulevikuvideotes kasutan. Lisaks intro standardiseerimisele, lisan ka uutele videotele pealkirjakaardi ning taustaks ka eelvaate videost, mõned kuvatõmmised või mõlemad (natuke sarnane sellele, mida tegin 2017. aasta "lihtne" intros, näidise leiate siit: https://www.youtube.com/watch?v=aKhGvYpy9CQ&t=0s ).

Video, mida taustal esitatakse: https://www.youtube.com/watch?v=LavwvL92Obs

Mõned asjad, mida tuleks märkida selle näidise puhul:
1. Taustavideo/pilt saab olema igas videos erinev, mis tähendab, et iga uue video ees olev intro on natuke erinev.
2. Väike heliefekt, mida kuulete kõige alguses saab olema osa igast introst
3. Pealkirjakaardi taustavärv on erineval olenevalt video kategooriast (lilla = Markuse arvuti meelelahutus, punane = info ja uudised, sinine = varia/klassifitseerimata, helesinine = Markuse arvuti meelelahutus special, roheline = mängude videod, valge/hall = pakkfailid/skriptid/tarkvara, oranž = arvuti nõuanded)
4. Tekst, mis kuvatakse kanali nime all on igas videos erinev
5. See koht, kus kuulete 1000Hz tooni ja näete värviribasid on tegeliku video sisu, mis esitatakse (ma panin siia kohatäite, et näidata üleminekuanimatsiooni)
6. Videotel võib olla ka lõpukaart (tekst lõpp/the end mingisuguse taustaga)
7. Kummitus ei ole osa introst
8. Nelinurkse tuuma animatsioon võib erineda olenevalt videost
intro_laserlite3_with_titlecard_pass5.mp4 Introd Intros N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/450.jpg N/A /channel_db_lite/web/json/450.json N/A N/A
442 MarkusTegelane+ markustegelane - vaatajate eelistatud operatsioonsüsteemid/platformid (Aprill 2014 - 3. Mai 2022) 1 2022-05-05 Selles videos kuvatakse statistika selle kohta, milliseid operatsioonsüsteeme minu vaatajaskond kasutab. Andmed võtsin ma YouTube Analytics kaudu enda põhikanalilt. Tulpdiagrammide kuvamise programmi kirjutasin ise Python-is.

Muusika: Jeremy Blake - Heaven and Hell
0 1 0 1 https://www.youtube.com/watch?v=6mfQKGhaTDE 0 mmaal (markustegelane) - operating systems/platforms used by viewers (April 2014 - May 3 2022) . In this video, statistics for which operating systems my viewers use are displayed. I got the data for my main channel through YouTube Analytics. The software that displays bar charts was written by myself in Python.

Music: Jeremy Blake - Heaven and Hell
Selles videos kuvatakse statistika selle kohta, milliseid operatsioonsüsteeme minu vaatajaskond kasutab. Andmed võtsin ma YouTube Analytics kaudu enda põhikanalilt. Tulpdiagrammide kuvamise programmi kirjutasin ise Python-is.

Muusika: Jeremy Blake - Heaven and Hell
os.mp4 Lisavideod Additional content N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/442.jpg N/A /channel_db_lite/web/json/442.json N/A N/A
404 MarkusTegelane+ Mis juhtub kui lähete dislike sisse? // What happens if you go inside dislike? I 1 2022-01-27 Tegin selle video Samsung AR-ga / I made this video using Samsung AR 0 1 0 1 https://www.youtube.com/watch?v=sPlz4AqXyl8 0 . . . . N/A Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/404.jpg N/A /channel_db_lite/web/json/404.json N/A N/A
406 MarkusTegelane Flipnic - Cutscenes with translucency data [FMV] 0 2022-01-07 This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't! 0 0 0 0 https://www.youtube.com/watch?v=Fy6ZYpAmjn0 0 Flipnic - Cutscenes with translucency data [FMV] Flipnic - Cutscenes with translucency data [FMV] This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't!

Related links:
Better quality version: https://odysee.com/@Press_any_key_to_continue:2/FlipnicAlphaFMV:c
[Download] Exported MOV files with translucency: https://bit.ly/FlipnicFMV
All FMVs: https://youtu.be/BDhZr5ArKoI
Help FMVs (TUTO.BIN): https://youtu.be/374kqzSBuOA
V/O RIP w unused sounds: https://youtu.be/o8TtCp63uuo

Timestamps and filenames:
0:00 Color Puzzle (COLOR_PUZZLE2.PSS)
0:08 Congratulations 1 (CONGRATULATIONS01.PSS)
0:15 Congratulations 2 (CONGRATULATIONS02.PSS)
0:22 Congratulations 3 (CONGRATULATIONS03.PSS)
0:31 Congratulations 4 (CONGRATULATIONS04.PSS)
0:41 Congratulations 5 (CONGRATULATIONS05.PSS)
0:50 Congratulations 6 (CONGRATULATIONS06.PSS)
1:00 Congratulations 7 (CONGRATULATIONS07.PSS)
1:09 Congratulations 8 (CONGRATULATIONS08.PSS)
1:16 Congratulations 9 (CONGRATULATIONS09.PSS)
1:24 Congratulations 10 (CONGRATULATIONS10.PSS)
1:36 Extra ball (EXTRABALL.PSS)
1:41 Extra ball (EXTRABALL2.PSS)
1:49 Extra credit (EXTRA_CREDIT.PSS)
1:57 Extra credit 2 (EXTRA_CREDIT02.PSS)
2:05 Game Over 2 (GAME_OVER2.PSS)
2:20 Game Over 3 (GAME_OVER3.PSS)
2:28 Game Over 4 (GAME_OVER4.PSS)
2:40 Game Over 5 (GAME_OVER5.PSS)
2:53 Hungry Monkey (HUNGLY_MONKEY.PSS)
3:02 Lucky Flamingos (LUCKEY_FLAMINGOS.PSS)
3:09 Move On (MOVE_ON01.PSS*)
3:15 Biology Multiball (MULTIBALL.PSS)
3:22 Metallurgy Multiball (MULTIBALL03.PSS*)
3:29 Optics Multiball (MULTIBALL04.PSS)
3:35 Chu-Chu Multiball (MULTIBALL05.PSS)
3:45 You unlocked the next stage (NEXT_STAGE.PSS)
4:05 Point Of No Return (POINT_OF_NO_RETURN.PSS)
4:15 Show Time (SHOWTIME.PSS)
4:19 Tilt (TILT2.PSS)
4:26 UFO Quiz Show (UFO_QUIZ_SHOW.PSS*)
* The game seems to apply an additional black translucent background to these FMVs, which is why they're not opaque enough in this video
This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't! Preview.mp4 FMV klipid FMV clips Flipnic,pinball,PlayStation,PlayStation 2,game over,cutscene,FMV,full motion video,PSS,playstation stream,PAL,congratulations,Lisle Wilkerson,Randy Goins,Lemmy Constantine,no camera,electromechanical game simulator,poisonous,pinball is not dead,UFO,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt,flying saucer,translucent https://odysee.com/@Press_any_key_to_continue:2/FlipnicAlphaFMV:c MarkusTegelane . 1 /channel_db_lite/web/thumbs/406.jpg N/A /channel_db_lite/web/json/406.json N/A N/A
400 Markuse asjad Aasta 2022 vastuvõtt ja Markuse Videod Productions 10. aastapäeva tähistamine 0 2022-01-01 Nagu varasematel aastatel, teeme ka sellel aastal uue aasta vastuvõtu ülekande. Seekord tähistame ka Markuse Videod Productions 10. aastapäeva erinevate eriprogrammidega, mis räägivad Markuse videotest.

Ülekanne algab 31. detsembril kell 14.00 ja lõpeb 1. jaanuaril kell 10.00. Ülekande viivitusega arvestatakse. Suur osa ülekandest on muusika, kuid kellaaegadel 16.00-1.00 esitame ka erinevaid eriprogramme.

Ülekanne on 1080p kvaliteedis (erinevalt eelnevatest aastatest, mis olid 720p kvaliteedis)

Ülekande korraldamiseks kasutame Uue aasta vastuvõtja 4.0 tarkvara, mis teeb erinevate programmide ajastamise võimalikuks ja milles on palju uut funktsionaalsust. Pildi toome teieni OBS studio voogedastustarkvara abil.

!!!KAVA MUUDATUS!!!
Otseülekande kava:
14.00 - Ülekande ametlik algus + Uue aasta vastuvõtja 4.0 tutvustus [VIDEO]
14.01 - Ülekande sissejuhatav kõne [AUDIO]
14.04 - Pikk muusikapaus [MUUSIKA]
16.00 - Markuse asjad aastal 2021 [VIDEO]
16.20 - Üllatus [VIDEO]
17.45 - Top 10 kõige populaarsemat markustegelane videot (maraton) [VIDEO]
19.40 - markustegelane 2021. aasta videote maraton [VIDEO]
22.15 - Pythoni mäng: Bitball 2.0 eelvaade [VIDEO]
22.40 - Minu kõige esimene pakkfail: TrackMania Launcher launcher (ajalugu) [VIDEO]
23.15 - tl;dw Markuse videod aastal 2021 [VIDEO]
23.22 - Juhuslikud A+Ö+S laused [TEKST]
23.30 - Microsoft Solitaire Collection, aga kui mulle reklaami näidatakse, saab video läbi [VIDEO]
23.47 - 2021. aasta viimane muusikapaus [MUUSIKA]
23.58 - Uue aasta vastuvõtt [2022]
00.01 - Ilutulestik Minecraftis [2022]
00.10 - Juhuslik Markuse asjad/Ert aasta video (vol 1) [VIDEO]
00.20 - Juhuslik Markuse asjad/Ert aasta video (vol 2) [VIDEO]
00.30 - Juhuslik Markuse asjad/Ert aasta video (vol 3) [VIDEO]
00.40 - Juhuslik Markuse asjad/Ert aasta video (vol 4) [VIDEO]
00.50 - Juhuslik Markuse asjad/Ert aasta video (vol 5) [VIDEO]
01.00 - Kuidas ma koostasin uue aasta vastuvõtu otseülekande? [VIDEO]
01.01 - Muusika
10.00 - Ülekande lõpp

Eriprogrammide vahel võivad olla lühemad muusikapausid (tavaliselt 5-20 minutit). Pikemad muusikapausid on mainitud kavas. Kell 1.01-9.55 esitatakse ainult muusikat ja näidatakse pilte.
0 0 1 1 https://www.youtube.com/watch?v=cilCXhwRwwU 0 New Year's 2022 celebration and Markus' Videos Productions 10th Anniversary (Estonian only) Aasta 2022 vastuvõtt ja Markuse Videod Productions 10. aastapäeva tähistamine Like in previous years, we'll also be making a new year's celebration live stream. This time we are also celebrating Markus' Videos Productions 10th anniversary with various special programmes, which talk about Markus' videos.

The stream is in 1080p quality (unlike previous years, which have been 720p)

We are using New Year's celebrator 4.0 for doing this live stream, which allows us to schedule different programmes and which has a bunch of new features. We are streaming this through OBS studio broadcasting software.

!!!SCHEDULE UPDATE!!!
Live stream schedule:
14:00 - Official start of stream + New Year's celebrator 4.0 introduction [VIDEO]
14:01 - Introduction speech for the live stream [AUDIO]
14:04 - Long music break [MUSIC]
16:00 - Markus' stuff in 2021 [VIDEO]
16:20 - Surprise [VIDEO]
17:45 - Top 10 most popular markustegelane videos (marathon) [VIDEO]
19:40 - markustegelane all 2021 videos marathon [VIDEO]
22:15 - Python game: Bitball 2.0 preview [VIDEO]
22:40 - My first batch file: TrackMania Launcher Launcher (history) [VIDEO]
23:15 - tl;dw Markus' videos in 2021 [VIDEO]
23:22 - Random sentences [TEXT]
23:30 - Microsoft Solitaire Collection, but when I get an ad, the video ends [VIDEO]
23:47 - Final music break of 2021 [MUSIC]
23:58 - New Year's celebration [2022]
00:01 - Fireworks in Minecraft [2022]
00:10 - Random Markus' stuff/Ert year video (vol 1) [VIDEO]
00:20 - Random Markus' stuff/Ert year video (vol 2) [VIDEO]
00:30 - Random Markus' stuff/Ert year video (vol 3) [VIDEO]
00:40 - Random Markus' stuff/Ert year video (vol 4) [VIDEO]
00:50 - Random Markus' stuff/Ert year video (vol 5) [VIDEO]
01:00 - How I organized New Year's live stream? [VIDEO]
01:01 - Music
10:00 - End of live stream

There may be shorter music breaks in between special programmes (typically 5-20 minutes). Longer music breaks are mentioned on the schedule. At 1:01-9:55, only music is played and pictures are shown.
Nagu varasematel aastatel, teeme ka sellel aastal uue aasta vastuvõtu ülekande. Seekord tähistame ka Markuse Videod Productions 10. aastapäeva erinevate eriprogrammidega, mis räägivad Markuse videotest.

Ülekanne algab 31. detsembril kell 14.00 ja lõpeb 1. jaanuaril kell 10.00. Ülekande viivitusega arvestatakse. Suur osa ülekandest on muusika, kuid kellaaegadel 16.00-1.00 esitame ka erinevaid eriprogramme.

Ülekanne on 1080p kvaliteedis (erinevalt eelnevatest aastatest, mis olid 720p kvaliteedis)

Ülekande korraldamiseks kasutame Uue aasta vastuvõtja 4.0 tarkvara, mis teeb erinevate programmide ajastamise võimalikuks ja milles on palju uut funktsionaalsust. Pildi toome teieni OBS studio voogedastustarkvara abil.

!!!KAVA MUUDATUS!!!
Otseülekande kava:
14.00 - Ülekande ametlik algus + Uue aasta vastuvõtja 4.0 tutvustus [VIDEO]
14.01 - Ülekande sissejuhatav kõne [AUDIO]
14.04 - Pikk muusikapaus [MUUSIKA]
16.00 - Markuse asjad aastal 2021 [VIDEO]
16.20 - Üllatus [VIDEO]
17.45 - Top 10 kõige populaarsemat markustegelane videot (maraton) [VIDEO]
19.40 - markustegelane 2021. aasta videote maraton [VIDEO]
22.15 - Pythoni mäng: Bitball 2.0 eelvaade [VIDEO]
22.40 - Minu kõige esimene pakkfail: TrackMania Launcher launcher (ajalugu) [VIDEO]
23.15 - tl;dw Markuse videod aastal 2021 [VIDEO]
23.22 - Juhuslikud A+Ö+S laused [TEKST]
23.30 - Microsoft Solitaire Collection, aga kui mulle reklaami näidatakse, saab video läbi [VIDEO]
23.47 - 2021. aasta viimane muusikapaus [MUUSIKA]
23.58 - Uue aasta vastuvõtt [2022]
00.01 - Ilutulestik Minecraftis [2022]
00.10 - Juhuslik Markuse asjad/Ert aasta video (vol 1) [VIDEO]
00.20 - Juhuslik Markuse asjad/Ert aasta video (vol 2) [VIDEO]
00.30 - Juhuslik Markuse asjad/Ert aasta video (vol 3) [VIDEO]
00.40 - Juhuslik Markuse asjad/Ert aasta video (vol 4) [VIDEO]
00.50 - Juhuslik Markuse asjad/Ert aasta video (vol 5) [VIDEO]
01.00 - Kuidas ma koostasin uue aasta vastuvõtu otseülekande? [VIDEO]
01.01 - Muusika
10.00 - Ülekande lõpp

Eriprogrammide vahel võivad olla lühemad muusikapausid (tavaliselt 5-20 minutit). Pikemad muusikapausid on mainitud kavas. Kell 1.01-9.55 esitatakse ainult muusikat ja näidatakse pilte.
livestream.str Otseülekandearhiiv Live stream archive N/A Markus' stuff Markuse asjad 1 /channel_db_lite/web/thumbs/400.jpg N/A N/A N/A N/A
398 Press any key to continue... There is a hidden message in this video 0 2021-12-04 This video contains a secret message. Decode it and you'll see what the internet is really about!

Software: Audacity, Windows Media Player
Visualization: up cuber (Psychedelia Visualizations Pack for WMP)
0 1 0 1 https://www.youtube.com/watch?v=Uzd8uu-l7PM 0 . . This video contains a secret message. Decode it and you'll see what the internet is really about!

Software: Audacity, Windows Media Player
Visualization: up cuber (Psychedelia Visualizations Pack for WMP)
. 2021-10-19 22-49-02.mkv Varia Miscellaneous N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/398.jpg N/A /channel_db_lite/web/json/398.json N/A N/A
397 Press any key to continue... Unknown music on my hard drive 0 2021-10-29 This is a compilation of music that I have on my hard drive that I haven't been able to find much info about (because I don't know the song names). I uploaded this for both your enjoyment and in hopes that Content ID might pick something up... 0 1 0 1 https://www.youtube.com/watch?v=F2WdXYgvtvk 0 . . This is a compilation of music that I have on my hard drive that I haven't been able to find much info about (because I don't know the song names). I uploaded this for both your enjoyment and in hopes that Content ID might pick something up...

0:00 #1
0:30 #2
2:45 #3
3:35 #4
3:50 #5
4:50 #6
5:05 #7
5:25 #8
5:56 #9
6:43 #10
7:02 #11
7:21 #12
7:36 #13
8:57 #14
10:55 #15
12:29 #16
12:42 #17
12:58 #18
13:07 #19
13:17 #20
13:32 #21
13:52 #22
14:04 #23
14:24 #24
15:09 #25
15:54 #26
17:07 #27
17:20 #28
18:20 #29
20:30 #30
. unknown_songs.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/397.jpg N/A /channel_db_lite/web/json/397.json N/A N/A
385 MarkusTegelane+ TMNF, aga kõik tekstuurid on kohatäited [UHD] 1 2021-07-20 See video näitab tekstuuripakki, mille ma ise tegin mängule TrackMania Nations Forever, mis on rakendatud ühele rajale (A02). Ning jah, see on esimene UHD video, mille olen üldse YouTube postitanud (ma pigem eelistan HD-d tulevaste videote jaoks, see video oli lihtsalt test).



Kui kedagi huvitab, siis võin lisada allalaadimise lingi ja tekstuuripaki paigaldamise juhised siia kirjeldusse... (aga ainult siis, kui kedagi see huvitab)
0 1 0 1 https://www.youtube.com/watch?v=_kYohzqdiIs 0 TMNF, but every texture is a placeholder [UHD] . This video showcases a texture pack I made myself for TrackMania Nations Forever applied to one of the campaign tracks (A02). And yes, this is the first UHD video I've ever uploaded to YouTube (I'll stick to HD for most future videos, this video was just a test).

If anybody is interested, I might add a download link and instructions on how to install this texture pack... (but only if there is demand)
See video näitab tekstuuripakki, mille ma ise tegin mängule TrackMania Nations Forever, mis on rakendatud ühele rajale (A02). Ning jah, see on esimene UHD video, mille olen üldse YouTube postitanud (ma pigem eelistan HD-d tulevaste videote jaoks, see video oli lihtsalt test).

Kui kedagi huvitab, siis võin lisada allalaadimise lingi ja tekstuuripaki paigaldamise juhised siia kirjeldusse... (aga ainult siis, kui kedagi see huvitab)
Video03.avi Lisavideod Additional content N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/385.jpg N/A /channel_db_lite/web/json/385.json N/A N/A
383 Press any key to continue... "Press any key to continue . . . " message in bash shell 0 2021-07-11 This video shows how to halt executing your script until an input is recieved and also to display a message to the user that they can press any key to continue execution in bash.



Commands:

read -rsn1 -p "Press any key to continue . . . "

read -rsn1



Background music: Alcorhytm - 06-software
0 1 0 1 https://www.youtube.com/watch?v=PL5uMQuv_ao 0 . . This video shows how to halt executing your script until an input is recieved and also to display a message to the user that they can press any key to continue execution in bash.

Commands:
read -rsn1 -p "Press any key to continue . . . "
read -rsn1

Background music: Alcorhytm - 06-software
. paktc_paktc_in_bash.MP4 Teised skriptimiskeeled Other scripting languages https://odysee.com/@Press_any_key_to_continue:2/PressAnyKeyBash:4 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/383.jpg N/A /channel_db_lite/web/json/383.json N/A N/A
379 MarkusTegelane+ Jump batch: working in Windows 2000/XP // Jump batch: töötab Windows 2000/XP-s 1 2021-05-04 I managed to modify the original source code for cmdwiz to remove any references to "GetCurrentConsoleFontEx", which was a function in KERNEL32.DLL that was not available in Windows XP and 2000. I also removed some unused functions and modified the help command.

//

Mul õnnestus muuta cmdwiz lähtekoodi, kust eemaldasin kõik viited KERNEL32.DLL funktsioonile "GetCurrentConsoleFontEx", mis ei olnud saadaval Windows XP-s ja 2000-s. Ma eemaldasin ka mõned funktsioonid, mida ma ei kasutanud.
0 1 0 1 https://www.youtube.com/watch?v=qtIHG92JI5U 0 . . . . 2021-05-04 14-55-36.mp4 Pakkfailid Batch files N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/379.jpg N/A /channel_db_lite/web/json/379.json N/A N/A
373 MarkusTegelane+ Milkdrop in VLC Media Player using ProjectM in Pop!_OS (Linux) 1 2021-03-28 I finally got projectM to work with the Linux binary of VLC. I had some Milkdrop visualizers lying around that I could import into projectM and use as audio visualizers in VLC media player.



This video plays some demoscene music in addition to showing off the visualizers working in VLC media player.
0 1 0 1 https://www.youtube.com/watch?v=OJ_xcUG4Xuk 0 . . . . 2021-03-27 23-59-08.mkv Varia Miscellaneous audio visualizations,multimedia,VLC Media Player,Linux,free and open source software,demoscene music,chiptune music,module files,projectM,visualizers,milkdrop N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/373.jpg N/A /channel_db_lite/web/json/373.json N/A N/A
309 MarkusTegelane+ e 1 2020-08-07 when you get an error message in a program that creates error messages

//

kui näete veateadet programmis mis loob veateateid
0 1 0 1 https://www.youtube.com/watch?v=r4Wi5tjNXY4 0 . . . when you get an error message in a program that creates error messages
//
kui näete veateadet programmis mis loob veateateid
cool.wmv Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/309.jpg N/A /channel_db_lite/web/json/309.json N/A N/A
307 MarkusTegelane+ Screenshot recursion - Wiggle room 1 2020-08-01 I am working on a simple C# program that screenshots your screen recursively using different methods. I wanted to know what would happen if you played a video in the background and this video is the result - pure awesomeness... 0 1 0 1 https://www.youtube.com/watch?v=eHgpswI6ujE 0 . . I am working on a simple C# program that screenshots your screen recursively using different methods. I wanted to know what would happen if you played a video in the background and this video is the result - pure awesomeness...

Source video: https://www.youtube.com/watch?v=LnQtJFGJmj4
. 2020-08-01 23-28-09.mp4 Programmeerimine Programming N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/307.jpg N/A /channel_db_lite/web/json/307.json N/A N/A
314 Press any key to continue... Microsoft Office - Sample MIDI music 0 2020-07-04 This video features all MIDI files that were first included in Office 97 and later versions up to Office 2007 (any edition with Microsoft Publisher included). These could be accessed using the Clip Organizer tool or from a folder located at C:Program FilesMicrosoft OfficeCLIPARTPUB60COR. 0 1 0 1 https://www.youtube.com/watch?v=CsSdtKeYC7c 0 . . This video features all MIDI files that were first included in Office 97 and later versions up to Office 2007 (any edition with Microsoft Publisher included). These could be accessed using the Clip Organizer tool or from a folder located at C:Program FilesMicrosoft OfficeCLIPARTPUB60COR.

Images are from Google searches with the "labeled for noncommercial reuse" search option enabled (this video was posted with monetization disabled).

Special thanks to MIDI's Wiki for information about these MIDI files (https://midis.fandom.com/wiki/)

Timestamps:
0:00 Title & intro
0:04 Baby (BABY_01)
1:01 Caribbean (CARBN_01)
1:47 Community (CMNTY_01)
2:42 East (EAST_01)
3:35 Explorer (EXPLR_01)
4:28 Fall (FALL_01)
5:11 Financial 1 (FINCL_01)
7:37 Financial 2 (FINCL_02)
8:26 Garden (GRDEN_01)
9:13 Grid (GRID_01)
10:00 Hi-tech (HTECH_01)
10:50 Industrial (INDST_01)
11:29 Java (JAVA_01)
12:37 Jungle (JNGLE_01)
13:33 Music 1 (MUSIC_01)
14:48 Notebook (NBOOK_01)
15:34 Ocean (OCEAN_01)
16:17 Outdoor (OUTDR_01)
17:09 Paper (PAPER_01)
17:53 Parent 1 (PARNT_01)
18:38 Parent 2 (PARNT_02)
19:20 Parent 3 (PARNT_03)
20:12 Parent 4 (PARNT_04)
21:04 Parent 5 (PARNT_05)
21:57 Parent 6 (PARNT_06)
22:52 Parent 7 (PARNT_07)
23:39 Parent 8 (PARNT_08)
24:34 Parent 9 (PARNT_09)
25:18 Parent 10 (PARNT_10)
26:08 Road (ROAD_01)
27:06 Safari (SAFRI_01)
28:06 School (SCHOL_01)
28:45 Show (SHOW_01)
29:33 Space (SPACE_01)
30:26 Spring (SPRNG_01)
31:46 Summer (SUMER_01)
32:43 Sweetest/South-West (SWEST_01)
33:51 Urban (URBAN_01)
34:50 Victorian (VCTRN_01)
36:00 Winter (WNTER_01)
. trebucket.MP4 Muusika Music https://odysee.com/@Press_any_key_to_continue:2/trebucket:3 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/314.jpg N/A /channel_db_lite/web/json/314.json N/A N/A
313 Press any key to continue... I wonder if YouTube takes down this dumb video 0 2020-06-30 Whatever you do, PLEASE DO NOT watch this video with your eyes closed.

Also, this video IS 13+ ONLY (parental guidance may be required with 13-15 year old audiences). This is an edit of Flipnic's help video, but anything that doesn't talk about balls is removed. I got bored at some point and stopped making the video.
0 0 0 0 https://www.youtube.com/watch?v=kAWTbwuTFrM 0 . . Whatever you do, PLEASE DO NOT watch this video with your eyes closed.
Also, this video IS 13+ ONLY (parental guidance may be required with 13-15 year old audiences).

This is an edit of Flipnic's help video, but anything that doesn't talk about balls is removed. I got bored at some point and stopped making the video.
. balls.wmv Naljavideod Joke videos YouTube poop,parody,YTP,edit,help N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/313.jpg N/A /channel_db_lite/web/json/313.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 &#9199 Playlist 404 - Credits . Thanks for enjoying the 404 playlist. If you have any feedback about this playlist, leave it in the comments &#128172&#11015. You may also leave a rating (&#128077 or &#128078) and if you are interested in this playlist, you may add it to your collection &#10133 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! &#128522 (or night if you're watching this late at night &#127747)

This video is exclusive to this playlist &#9199 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
291 MarkusTegelane+ Elu // Life 1 2020-04-06 Väike ülevaade minu veebirakendusest, mis kasutab Conway elu mängu loogikat. // Small overview of my web application, that uses Conway's game of life logic. 0 1 0 1 https://www.youtube.com/watch?v=Pkt9dB7db-4 0 . . . . 2020-04-06 22-51-44.mp4 Programmeerimine Programming elu,life,Javascript,HTML5,CSS3,miks ma panin eelmise tagi,see ju eriti CSSi ei kasuta iksdee N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/291.jpg N/A /channel_db_lite/web/json/291.json N/A N/A
323 Press any key to continue... Bad luck (Part 3/3) 0 2019-12-07 In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. 0 1 0 0 https://www.youtube.com/watch?v=Kyg7At8P-u0 0 . . In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay.
This video continues the three part series.


This series consists of three parts:

1. Trying luck on completing yellow missions

2. Continuing multiball mode and losing a lot of balls

3. Red missions and the ending


So, wish me luck, or lack thereof...


Recorded footage from PCSX2
. seeyouagain.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/323.jpg N/A /channel_db_lite/web/json/323.json N/A N/A
322 Press any key to continue... Bad luck (Part 2/3) 0 2019-12-05 In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. 0 1 0 0 https://www.youtube.com/watch?v=Lj030XglNt4 0 . . . . solitaire.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/322.jpg N/A /channel_db_lite/web/json/322.json N/A N/A
321 Press any key to continue... Bad luck (Part 1/3) 0 2019-12-04 In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. 0 1 0 0 https://www.youtube.com/watch?v=RkvO_JXbZuo 0 . . In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay.

This series consists of three parts:
1. Trying luck on completing yellow missions
2. Continuing multiball mode and losing a lot of balls
3. Red missions and the ending

So, wish me luck, or lack thereof...

Recorded footage from PCSX2
. flipnic_exposed.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/321.jpg N/A /channel_db_lite/web/json/321.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
213 MarkusTegelane+ Oh no 1 2017-12-24 What just happened? 0 1 0 1 https://www.youtube.com/watch?v=DmrNU1HYEdI 0 . . . . N/A Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/213.jpg N/A /channel_db_lite/web/json/213.json 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
199 MarkusTegelane+ Shia Labeouf - Just do it (Ghost version) 1 2017-09-21 some irrelevant description that has nothing to do with the video itself 0 1 0 1 https://www.youtube.com/watch?v=LavwvL92Obs 0 . . . . ghost.mp4 Varia Miscellaneous Shia,Labeouf,just,do,it,green screen,chroma key N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/199.jpg N/A /channel_db_lite/web/json/199.json N/A N/A
158 MarkusTegelane Sedasi kõlab Windows XP 0 2017-08-12 Sain sellise tulemuse, kui importisin Windows XP ISO pildi programmi Audacity. 0 0 0 1 https://www.youtube.com/watch?v=ndwr-T3z6Bo 0 This is what Windows XP really sounds like Sedasi kõlab Windows XP I got this result when I imported Windows XP ISO image to Audacity. Sain sellise tulemuse, kui importisin Windows XP ISO pildi programmi Audacity. xp_sound.MP4 Operatsioonsüsteemid Operating systems Markus Maal,MarkusTegelane,TheMarkusGuy,Windows XP,Professional,Home Edition,How does it sound,like,Kuidas kõlab,Milline heli,What does the XP say,What does Windows XP say,Mida ütleb Windows XP https://odysee.com/@MarkusTegelane:8/sedasi-k-lab-windows-xp:7 MarkusTegelane . 1 /channel_db_lite/web/thumbs/158.jpg N/A /channel_db_lite/web/json/158.json N/A N/A
179 MarkusTegelane+ Gigabyte emaplaadid: salajane klahvikombinatsioon 1 2017-05-08 Have you ever felt that there were not enough settings to mess with? This combination adds some settings for more experienced users. 0 1 0 1 https://www.youtube.com/watch?v=pvAh-QtPl60 0 Gigabyte motherboards: secret key combination . . Kas teile ei ole tundunud, et seadistusi on liiga vähe? See kombinatsioon lisab mõned seadistused kogenumatele kasutajatele. N/A Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/179.jpg N/A /channel_db_lite/web/json/179.json N/A N/A
178 MarkusTegelane+ This is ridicullus 1 2017-05-07 Hating it when I have to keep it rendering overnight. Oh, and good night! 0 1 0 1 https://www.youtube.com/watch?v=snbuk9rInFE 0 . See on naeruväärne . Vihkan kui ma pean selle ööseks renderdama jätma. Oi, ja head ööd! N/A Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/178.jpg N/A /channel_db_lite/web/json/178.json N/A N/A
177 MarkusTegelane+ Kollane ekraan (Mozilla Firefox) 1 2017-04-30 You know that the thing is serious when you see this in Firefox… 0 1 0 1 https://www.youtube.com/watch?v=4z2ydG6cWwg 0 Yellow screen of death (Mozilla Firefox) . . Te teate, et asi on tõsine, kui seda Firefoxis näete... N/A Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/177.jpg N/A /channel_db_lite/web/json/177.json N/A N/A
174 MarkusTegelane+ MarkusTegelane striim - Muusika, projektid ja muu! (19. aprill 2017) 1 2017-04-19 Kas tahate teada, mille kallal ma praegu töötan? Kas teile meeldivad üllatused? Siis see striim on teile. 0 1 1 1 https://www.youtube.com/watch?v=vxxvjEwInf8 0 TheMarkusGuy stream - Music, projects and more! (19th of April 2017) . DO you want to know what I am working on, listen to music and ask questions? Then take your time and watch completely new TheMarkusGuy live stream first time on TheMarkusGuy+ channel.

When stream starts, you can watch it in my blog:
http://markustegelane-en.blogspot.com
Kas tahate teada mille kallal ma töötan, kuulata muusikat ja küsida küsimusi? Siis võtke aeg ja vaadake täiesti uut MarkusTegelane striimi esimest korda kanalil MarkusTegelane+.

Kui otseülekanne algab, on see vaadatav ka mu ajaveebis: http://markustegelane.blogspot.com
livestream.str Otseülekandearhiiv Live stream archive N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/174.jpg N/A /channel_db_lite/web/json/174.json N/A N/A
84 MarkusTegelane Editing LogOS.bat inside LogOS.bat [ft. LogOS beta] 0 2016-06-03 In this video I am going to edit LogOS.bat as a note inside of LogOS.bat. I also added loading screen, so you can see what is going on. 0 0 0 1 https://www.youtube.com/watch?v=EJT7AhJGgB0 0 Editing LogOS.bat inside LogOS.bat [ft. LogOS beta] Editing LogOS.bat inside LogOS.bat [ft. LogOS beta] In this video I am going to edit LogOS.bat as a note inside of LogOS.bat. I also added loading screen, so you can see what is going on. In this video I am going to edit LogOS.bat as a note inside of LogOS.bat. I also added loading screen, so you can see what is going on. logos.mp4 Pakkfailid Batch files LogOS https://odysee.com/@MarkusTegelane:8/editing-logos-bat-inside-logos-bat-ft:e MarkusTegelane . 1 /channel_db_lite/web/thumbs/84.jpg N/A /channel_db_lite/web/json/84.json N/A N/A
26 MarkusTegelane Talking Tom on vihane 0 2015-03-21 Tal on vist täna halb tuju :( Talking Tom 2 http://o7n.co/Tom2 0 0 0 0 https://www.youtube.com/watch?v=K9d7EhId5Vk 0 Talking Tom is angry Talking Tom on vihane He doesn't seem to be feeling good :( Talking tom 2 http://o7n.co/Tom2 Tal on vist täna halb tuju :( Talking Tom 2 http://o7n.co/Tom2 unknown Naljavideod Joke videos talking tom,talking tom cat,talking hippo,talking cat,cat,tom,tomcat,funny animation,funny cartoon,Outfit7,Outfit7TalkingTom,Prescription Eyeglasses,Photo of Angela,Chef's Hat,My Talking Tom T-shirt https://odysee.com/@MarkusTegelane:8/talking-tom-on-vihane:6 MarkusTegelane . 1 /channel_db_lite/web/thumbs/26.jpg N/A /channel_db_lite/web/json/26.json N/A N/A
23 MarkusTegelane Movement Batch 1.9 Järjekordne LAHE! uuendus! HD 0 2015-03-03 Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) 0 0 0 1 https://www.youtube.com/watch?v=uOoGP636mh8 0 Movement batch 1.9 Another COOL! update! HD Movement Batch 1.9 Järjekordne LAHE! uuendus! HD Mis on uut : Kõik funktsioonid, mida nägid videos (uus finiši disain, väikesed redigeerija uuendused, mitmikmängija uuendused, loemind uuendused ja nii edasi) Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) Movement batch 1.9 - Another COOL! update! [HD].mp4 Pakkfailid Batch files Cool,Funny,Fun,Another,Family,Fun (Composer),Update,Lol,Movement,Batch File (File Format),Markus Maal,connect,connected,ühendama,ühendatud https://odysee.com/@MarkusTegelane:8/movement-batch-1-9-another-cool-update:2 MarkusTegelane . 1 /channel_db_lite/web/thumbs/23.jpg N/A /channel_db_lite/web/json/23.json N/A N/A
21 MarkusTegelane Kass tahab peeru süüa 0 2015-03-02 hahahahahaa xD 0 0 0 0 https://www.youtube.com/watch?v=l9fqzjKclRI 0 . . . . unknown Naljavideod Joke videos talking tom,talking tom cat,talking hippo,talking cat,cat,tom,tomcat,funny animation,funny cartoon,Outfit7,Outfit7TalkingTom,Prescription Eyeglasses,Photo of Angela,Chef's Hat,My Talking N/A MarkusTegelane . 1 /channel_db_lite/web/thumbs/21.jpg N/A N/A N/A N/A
1 MarkusTegelane Tom läks lolliks 0 2013-10-05 Mu esimene YouTube'i video 0 0 0 0 https://www.youtube.com/watch?v=4FA5I1v-uwY 0 Tom is not responding!!!!! Tom läks lolliks My first YouTube video. Mu esimene YouTube'i video video Naljavideod Joke videos talking,tom,cat,hippo,tomcat,funny,animation,cartoon,Outfit7,Outfit7TalkingTom,Photo,of,Angela,Prescription,Eyeglasses,Chef's,Hat https://odysee.com/@MarkusTegelane:8/tom-l-ks-lolliks-vana-video-arhiveeritud:e MarkusTegelane . 1 /channel_db_lite/web/thumbs/1.jpg N/A /channel_db_lite/web/json/1.json N/A N/A