Leiti 7 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
623 Press any key to continue... Cursed Flipnic (PS2) Gameplay [Part 1] 0 2025-05-17 This video is just me showing off some really weird stuff you can do with this game. 0 1 0 1 https://www.youtube.com/watch?v=QDcJolgB1iE 0 Cursed Flipnic (PS2) Gameplay [Part 1] Cursed Flipnic (PS2) Gameplay [Part 1] This video is just me showing off some really weird stuff you can do with this game. This video is just me showing off some really weird stuff you can do with this game. Cursed Flipnic Gameplay.mov Videomängude analüüs Video game analysis Flipnic,cursed,gameplay,let's play,hacking,modding,cheating,ultimate pinball,poem N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/623.jpg N/A N/A N/A N/A
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
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
529 MarkusTegelane Minu buutitav mälupulk (2023. aasta uuendus) 0 2023-03-19 Kaua aega tagasi tegin ma video buutitavast mälupulgast, mille ma ise seadistasin, kust oli võimalik buutida mitmeid opsüsteeme ja utilliite. See video näitab, mida ma olen sest saadik teinud, et muuta enda mälupulgalt buutimise kogemust paremaks.

► *Seotud lingid*
Ventoy: https://www.ventoy.net/en/index.html

► *Muud lingid*
MarkusTegelane ajaveeb: https://markustegelane.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane_ee)
Veebisait: https://markustegelane.eu
Juhuslik video: https://markustegelane.eu/markustegelane/random/?c=mt

► *Muusika*
Kevin MacLeod - Evening Melodrama
Behind Closed Windows
ACME - Guardian Dragon
Kevin MacLeod - There It Is (Tagurpidi)

► *Ajatemplid*
0:00 Intro
0:17 Mis on juhtunud pärast minu eelmist videot?
0:35 Buutimine UEFI režiimis
1:21 Android x86 ebaõnnestumine
2:26 Fedora tööjaam
4:16 Live keskkonnad
4:31 Tails
5:27 GParted
6:30 Muud operatsioonsüsteemid
6:49 Haiku buutimise katse
7:06 PonyOS buutimise katse
7:26 Windows
8:34 Teised võimalused
11:47 Buutimine BIOS režiimis
12:49 Kokkuvõte
12:59 Lõpuekraan

► *Lisainfo*
Failinimi: MyBootableV2.mp4
Renderdamise aeg: 15 minutit, 30 sekundit
Stiil: SäraV1
Tarkvara: DaVinci Resolve 18, Aegisub, YTSubConverter, Ventoy
Lindistamise kuupäev: 18. märts 2023

► *Kanalid*
Põhikanal: youtube.com/@markusTegelane
Lisakanal: youtube.com/@markusTegelanePlus
Progekanal: youtube.com/@hashMarkusTegelane
Markuse asjad: youtube.com/@markuseasjad
Press any key to continue: youtube.com/@PAKTC

► *Aitäh, et vaatasite!*
© 2023 Markuse videod

► *Teemaviited*
#ventoy #buuditav_mälupulk #multiboot
1 1 0 1 https://www.youtube.com/watch?v=2uEY5dso_ho 0 My bootable flash drive (2023 update) . A long time ago, I made a video about a bootable flash drive I had made, where I could boot multiple operating systems and live utilities from. This video shows what I've done since then to improve multibooting from my flash drive.

► *Related links*
Ventoy: https://www.ventoy.net/en/index.html

► *Other links*
MarkusTegelane blog: https://markustegelane-en.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane)
Website: https://markustegelane.eu
Random video: https://markustegelane.eu/markustegelane/random/?c=mt

► *Music*
Kevin MacLeod - Evening Melodrama
Behind Closed Windows
ACME - Guardian Dragon
Kevin MacLeod - There It Is (Reversed)

► *Timestamps*
0:00 Intro
0:17 What has happened since the last video?
0:35 Booting it up in UEFI mode
1:21 Android x86 failure
2:26 Fedora Workstation
4:16 Live environments
4:31 Tails
5:27 GParted
6:30 Other operating systems
6:49 Trying to boot Haiku
7:06 Trying to boot PonyOS
7:26 Windows
8:34 Other features
11:47 Booting in BIOS mode
12:49 Conclusion
12:59 End card

► *Additional information*
Filename: MyBootableV2.mp4
Render time: 15 minutes, 30 seconds
Style: SäraV1
Software used: DaVinci Resolve 18, Aegisub, YTSubConverter, Ventoy
Recording date: 18th March 2023

► *Channels*
Main channel: youtube.com/@markusTegelane
Secondary channel: youtube.com/@markusTegelanePlus
Programming channel: youtube.com/@hashMarkusTegelane
Markus' stuff: youtube.com/@markuseasjad
Press any key to continue: youtube.com/@PAKTC

► *Thank you for watching!*
© 2023 Markus' videos

► *Hashtags*
#ventoy #bootable_pendrive #multiboot
. MyBootableV2.mp4 Naljavideod Joke videos markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,Ventoy,multiboot,YUMI,bootable flash drive,bootable pendrive,multiple operating systems,recovery CD,live CD,Windows,Linux,Haiku,Markuse asjad,Markus' stuff https://odysee.com/@MarkusTegelane:8/my-bootable-flash-drive-(2023-update):2 MarkusTegelane . 0 /channel_db_lite/web/thumbs/529.jpg N/A /channel_db_lite/web/json/529.json /channel_db_lite/web/stream/529.et.ass /channel_db_lite/web/stream/529.en.ass
451 MarkusTegelane Mis toimub minu kanali(te)ga? (Mai 2022) [Info ja uudised] 0 2022-05-20 Selles videos räägin ma erinevatest asjadest, mis on seotud selle ja muude kanalitega, mida ma haldan. Videole on saadaval eesti ja inglisekeelsed subtiitrid.

Teemad:
0:00 Intro
0:07 Registrivälised videod
0:55 Draw Batch
1:26 Uus kanal
2:12 Markuse arvuti meelelahutus
2:57 Markuse asjad kohta (kanal)
4:00 Gameplay videod?
5:34 Nõuanded arvutitele?

Lingid:
Veebisait: https://markustegelane.ml
Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt
Programmeerimisele keskenduv kanal: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q
Kanal Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ
Ajaveeb: https://markustegelane.blogspot.com
MarkuStation videod (sisaldab gameplay videoid): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr

Lisainformatsioon:
Muusika: Riot - Newsroom
Failinimi: infomay2022_final.mp4
Monteerimistarkvara: kdenlive (video), Audacity (heli)
Renderdamise aeg: 11 minutes, 59 seconds
1 1 0 1 https://www.youtube.com/watch?v=1tl38nYUz2Y 0 What is going on with my channel(s)? (May 2022) [Info and news] . In this video, I talk about several things, which are going on with this channel and some other channels I manage. I speak in Estonian, but English subtitles are available, for those who don't understand this language.

Topics:
0:00 Intro
0:07 Unlisted videos
0:55 Draw Batch
1:26 New channel
2:12 Markus computer entertainment
2:57 About Markus' stuff (channel)
4:00 Gameplay videos?
5:34 Tips for computers?

Links:
Website: https://markustegelane.ml
Random video: https://markustegelane.ml/markustegelane/random/?c=mt
Programming focused channel: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q
Markus' stuff channel: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ
Blog: https://markustegelane-en.blogspot.com
MarkuStation videos (includes gameplay videos): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr

Other information:
Music: Riot - Newsroom
Raw filename: infomay2022_final.mp4
Editing software: kdenlive (video), Audacity (audio)
Render time: 11 minutes, 59 seconds
Selles videos räägin ma erinevatest asjadest, mis on seotud selle ja muude kanalitega, mida ma haldan. Videole on saadaval eesti ja inglisekeelsed subtiitrid.

Teemad:
0:00 Intro
0:07 Registrivälised videod
0:55 Draw Batch
1:26 Uus kanal
2:12 Markuse arvuti meelelahutus
2:57 Markuse asjad kohta (kanal)
4:00 Gameplay videod?
5:34 Nõuanded arvutitele?

Lingid:
Veebisait: https://markustegelane.ml
Juhuslik video: https://markustegelane.ml/markustegelane/random/?c=mt
Programmeerimisele keskenduv kanal: https://www.youtube.com/channel/UCvpWEcJTj4DRGIa3o279-3Q
Kanal Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ
Ajaveeb: https://markustegelane.blogspot.com
MarkuStation videod (sisaldab gameplay videoid): https://www.youtube.com/playlist?list=PL6WkVx7vhloghO_vq9Mlyrk-yFjAXWDfr

Lisainformatsioon:
Muusika: Riot - Newsroom
Failinimi: infomay2022_final.mp4
Monteerimistarkvara: kdenlive (video), Audacity (heli)
Renderdamise aeg: 11 minutes, 59 seconds
infomay2022_final.mp4 Info ja uudised Info and news maasikas,markustegelane,arvuti nõuanded,MarkuStation,reptiil,reptile,what's new,mis on uut,Markus Maal,draw batch,batch file,#markusTegelane,soul eye,rectangular core,white noise,unlisted videos,registrivälised videod,Markuse arvuti meelelahutus,Markus computer entertainment,Momonga Linux,Windows 10 AME,Ameliorated Edition,Markuse asjad,Markus' stuff,#mmaal (#markusTegelane),Markus Maal mängib https://odysee.com/@MarkusTegelane:8/what-is-going-on-with-my-channel(s)-(may:c MarkusTegelane . 1 /channel_db_lite/web/thumbs/451.jpg N/A /channel_db_lite/web/json/451.json /channel_db_lite/web/stream/451.et.ass /channel_db_lite/web/stream/451.en.ass
301 MarkusTegelane+ Secret project encoded as audio 1 2020-05-31 ASCII encoded to hexadecimal



Generated using a custom Python script (audio stuffer) using pydub libraries.

Single tones generated using Audacity.
0 1 0 1 https://www.youtube.com/watch?v=yClJma0R7h4 0 . . ASCII encoded to hexadecimal

Generated using a custom Python script (audio stuffer) using pydub libraries.
Single tones generated using Audacity.



Reverse engineering tips:

First tones: 23212f
Last tones: 690a7d (ignoring separators)
Single tone length: 0,015 s
A bunch of zeroes (can be heard as a low pitched constant square wave in the video)
signifies a file separator. The file separator contains 332 zeroes.
Bash shell (or compatible) is required to run (the) decoded script(s).


Tone to character index:

0 - 100Hz Square wave (┌─┐ )
1 - 200Hz Square wave (┌─┐ )
2 - 300Hz Square wave (┌─┐ )
3 - 400Hz Square wave (┌─┐ )
4 - 500Hz Square wave (┌─┐ )
5 - 600Hz Square wave (┌─┐ )
6 - 700Hz Square wave (┌─┐ )
7 - 800Hz Square wave (┌─┐ )
8 - 900Hz Square wave (┌─┐ )
9 - 1000Hz Square wave (┌─┐ )
a - 100Hz Sawtooth (//)
b - 300Hz Sawtooth (//)
c - 500Hz Sawtooth (//)
d - 700Hz Sawtooth (//)
e - 900Hz Sawtooth (//)
f - 1100Hz Sawtooth (//)
. lol.mp4 Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/301.jpg N/A /channel_db_lite/web/json/301.json N/A N/A
297 MarkusTegelane+ Halastamatu Miinipilduja (mäng) // Hardcore Minesweeper 1 2020-04-10 Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends



Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never)
0 1 0 1 https://www.youtube.com/watch?v=yFtrXTOmwSA 0 . . . Minesweeper, aga kui kaotan, siis video saab läbi // Minesweeper, but if I lose, the video ends

Kanali Markuse asjad uue aasta vastuvõtu otseülekandest (parem hilja kui mitte kunagi) // From the channel Markus' stuff new year celebration live stream (better late than never)
minesweeper.mp4 Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/297.jpg N/A /channel_db_lite/web/json/297.json N/A N/A