Leiti 6 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
598 | MarkusTegelane | Windows Vista, aga ma muutsin selle paremaks (hävitades) | 0 | 2025-01-15 | Kas mäletate operatsioonsüsteemi, mida Microsoft lasi XP ja 7 vahel välja ning mis paljudele ei meeldinud? Selles videos me hävitame selle! ■ Lingid ■ Discord: discord.gg/NgdX7dNVVr E-mail: [email protected] Veebisait: https://markustegelane.eu Ajaveeb: https://blog.markustegelane.eu Bluesky: markustegelane.bsky.social PayPal: paypal.me/mmaal2001 ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: vistabutbetter_r3 Renderdamise aeg: 10 minutit, 44 sekundit Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, VMware Workstation Pro, EndeavourOS, OBS, Windows Vista ? Video koostas: Markus Maal ? © 2025 Markuse videod |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=-Ez7Uhxw2DI | 0 | Windows Vista, but I made it better (by destroying it) | Windows Vista, aga ma muutsin selle paremaks (hävitades) | Remember the operating system Microsoft released between XP and 7, which many people didn't like? Well, we're going to destroy it in this video! ■ Links ■ Discord: discord.gg/NgdX7dNVVr E-mail: [email protected] Website: https://markustegelane.eu Blog: https://blog2.markustegelane.eu Bluesky: markustegelane.bsky.social PayPal: paypal.me/mmaal2001 ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ? Additional information ? Filename: vistabutbetter_r3 Render time: 10 minutes, 44 seconds Video card: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Software: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, VMware Workstation Pro, EndeavourOS, OBS, Windows Vista ? Created by: Markus Maal ? © 2025 Markuse videod |
Kas mäletate operatsioonsüsteemi, mida Microsoft lasi XP ja 7 vahel välja ning mis paljudele ei meeldinud? Selles videos me hävitame selle! ■ Lingid ■ Discord: discord.gg/NgdX7dNVVr E-mail: [email protected] Veebisait: https://markustegelane.eu Ajaveeb: https://blog.markustegelane.eu Bluesky: markustegelane.bsky.social PayPal: paypal.me/mmaal2001 ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: vistabutbetter_r3 Renderdamise aeg: 10 minutit, 44 sekundit Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, Aegisub, YTSubConverter, VMware Workstation Pro, EndeavourOS, OBS, Windows Vista ? Video koostas: Markus Maal ? © 2025 Markuse videod |
vistabutbetter_r3.mp4 | Operatsioonsüsteemid | Operating systems | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/598.jpg | N/A | /channel_db_lite/web/json/598.json | N/A | /channel_db_lite/web/stream/598.en.ass | |
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 |
565 | Kaevandame ja meisterdame | Tere tulemast! | 0 | 2023-12-31 | Olen mitu aastat juba postitanud enda Minecrafti ajaveebi "Kaevandame ja meisterdame", kuid selle aja jooksul on tekkinud vajadus postitada Minecraftiga seotud videoid. Seepärast tegin selle kanali, kuhu laen nüüd üles Minecraftiga seotud sisu, mis hõlmab erinevaid tegevusi minu Minecrafti maailmades, saavutusi, õpetusi ja palju muudki! | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=mvNQCB0epiQ | 0 | Welcome! | Tere tulemast! | I have posted to my Minecraft blog "Let's mine and craft" for several years, but I realized I should create a channel where I could upload the videos to. On this channel, I'll upload various Minecraft related content, which includes various activities on my Minecraft worlds, achievements, tutorials and more! | Olen mitu aastat juba postitanud enda Minecrafti ajaveebi "Kaevandame ja meisterdame", kuid selle aja jooksul on tekkinud vajadus postitada Minecraftiga seotud videoid. Seepärast tegin selle kanali, kuhu laen nüüd üles Minecraftiga seotud sisu, mis hõlmab erinevaid tegevusi minu Minecrafti maailmades, saavutusi, õpetusi ja palju muudki! | minecraft_fireworks.mp4 | Varia | Joke videos | N/A | . | . | 0 | /channel_db_lite/web/thumbs/565.jpg | N/A | /channel_db_lite/web/json/565.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 |
296 | MarkusTegelane | Playlist 404 - Credits | 0 | 2020-06-28 | Thanks for enjoying the 404 playlist. If you have any feedback about this playlist, leave it in the comments. You may also leave a rating and if you are interested in this playlist, you may add it to your collection and finally, if you like the content I produce, consider subscribing :yt: (it's free, you can unsubscribe at any time). Have a nice day! (or night if you're watching this late at night) | 0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=KUC-xpEbCKw | 0 | ⏯ Playlist 404 - Credits | . | Thanks for enjoying the 404 playlist. If you have any feedback about this playlist, leave it in the comments 💬⬇. You may also leave a rating (👍 or 👎) and if you are interested in this playlist, you may add it to your collection ➕ and finally, if you like the content I produce, consider subscribing :yt: (it's free, you can unsubscribe at any time). Have a nice day! 😊 (or night if you're watching this late at night 🌃) This video is exclusive to this playlist ⏯ and most likely available anywhere else (I can't prevent people from adding it to their own playlists or uploads, but this 404 playlist is the only official place you can find this video) |
. | 404.MP4 | Varia | Miscellaneous | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology,secret playlist,stuff I watch on YouTube,actually this playlist is public on my channel page,you can also find it in the suggestions,if it is relevant to what you're watching,I really don't know how tagging works,but this could possibly do,this doesn't even rhyme,what is the reason of this,...,madness,the video is processing,YAY,I can now go to sleep,that is if I want to...,eleven,two | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/296.jpg | N/A | /channel_db_lite/web/json/296.json | N/A | N/A |
148 | MarkusTegelane | Sedasi töötavad kaamerad TrackMania's | 0 | 2017-04-08 | nagu pealkiri ütleb | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=46AqfsLGFdI | 0 | This is how cameras work in TrackMania | . | just like the title says | . | Video01.avi | MarkuStation 1 | MarkuStation 1 | lol,just,like,the,title,says,this,is,how,cameras,camera,works,work,in,on,at,TrackMania,nii,nagu,pealkiri,ütleb,sedasi,kaamerad,töötavad,TrackMania's,peal,kohal,all trackmania games,best trackmania game,game one trackmania,games like trackmania,speed game trackmania,trackmania game,trackmania game for android,trackmania game play,trackmania gameplay,trackmania gameplay pc,trackmania gameplay ps4,trackmania gameplay xbox one,trackmania games,trackmania pc game | https://odysee.com/@MarkusTegelane:8/this-is-how-cameras-work-in-trackmania:4 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/148.jpg | N/A | /channel_db_lite/web/json/148.json | N/A | N/A |