Leiti 24 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
619 Markuse asjad Markuse asjad 2025 intro (WQHD AV1, 60fps) 0 2025-05-05 Markuse asjade uus intro.

Kodeerija seadistused:
Koodek: AV1
Tüüp: AMD
Profiil: Main10
Kodeerija kasutusala: Transkodeerimine
Latentsi režiim: Pole
Eelseadistus: Kõrge kvaliteet
QP Intra: 62
QP Inter: 62
0 1 0 1 https://www.youtube.com/watch?v=MyWu130NMD4 0 Markus' stuff 2025 intro (WQHD AV1, 60fps) Markuse asjad 2025 intro (WQHD AV1, 60fps) Markus' stuff new intro.

Encoder settings:
Codec: AV1
Type: AMD
Profile: Main10
Encoder usage: Transcoding
Latency mode: None
Preset: High Quality
QP Intra: 62
QP Inter: 62
Markuse asjade uus intro.

Kodeerija seadistused:
Koodek: AV1
Tüüp: AMD
Profiil: Main10
Kodeerija kasutusala: Transkodeerimine
Latentsi režiim: Pole
Eelseadistus: Kõrge kvaliteet
QP Intra: 62
QP Inter: 62
mas2025_intro.mp4 Introd Intros N/A Markus' stuff Markuse asjad 0 /channel_db_lite/web/thumbs/619.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
563 Markuse asjad Markuse asjad 2024 animatsioon 0 2024-02-11 Buutimisanimatsioon uue Markuse asjade versiooni jaoks 0 0 0 1 https://www.youtube.com/watch?v=UwV_pL9ppYU 0 Markuse asjad 2024 animatsioon Markuse asjad 2024 animatsioon Buutimisanimatsioon uue Markuse asjade versiooni jaoks Buutimisanimatsioon uue Markuse asjade versiooni jaoks bootlogo.mp4 Introd Intros N/A Markus' stuff Markuse asjad 0 /channel_db_lite/web/thumbs/563.jpg /channel_db_lite/web/stream/563.mp4 /channel_db_lite/web/json/563.json N/A N/A
558 Press any key to continue... Colin McRae Raly 2.0 Intro [Bink Video Datamosh] 0 2024-01-04 A datamoshed version of Colin McRae Rally 2.0 introduction movie. Datamoshed using AVSync.Live Mosh with these settings: Pulse - Duplicate groups of 5 p-frames every 10 frames. Threshold: 0,5 0 1 0 1 https://www.youtube.com/watch?v=caPMvu0wSC8 0 Colin McRae Raly 2.0 Intro [Bink Video Datamosh] Colin McRae Raly 2.0 Intro [Bink Video Datamosh] A datamoshed version of Colin McRae Rally 2.0 introduction movie. Datamoshed using AVSync.Live Mosh with these settings: Pulse - Duplicate groups of 5 p-frames every 10 frames. Threshold: 0,5 A datamoshed version of Colin McRae Rally 2.0 introduction movie. Datamoshed using AVSync.Live Mosh with these settings: Pulse - Duplicate groups of 5 p-frames every 10 frames. Threshold: 0,5 cmr2_datamosh.mp4 FMV klipid FMV clips Colin McRae Rally,2.0,CMR2,PC,Intro,Rally,Racing,Video Game,FMV N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/558.jpg N/A /channel_db_lite/web/json/558.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
524 MarkusTegelane MarkuStation Portable 0 2023-01-30 Lühike väike intro, mida kasutan YouTube lühivideote jaoks.

#shorts #MarkuStation #MME
0 1 0 1 https://www.youtube.com/watch?v=d7DHOQmbdvk 0 MarkuStation Portable . A quick little intro I'm going to be using for YouTube shorts

#shorts #MarkuStation #MME
. MarkuStation Portable.mp4 Introd Intros markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers N/A MarkusTegelane . 0 /channel_db_lite/web/thumbs/524.jpg N/A /channel_db_lite/web/json/524.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
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
417 MarkusTegelane+ markustegelane - intro kandidaat 1 // markustegelane - intro candidate 1 1 2022-03-17 See on võimalik uus intro kanalile markustegelane. Juhul kui teile ei meeldi see intro, palun vajutage dislike, et ma ei kasutaks seda enda tulevastes videotes. Kui aga meeldis, vajutage like. Igal juhul võite kommenteerida miks ning täpsustada mis teile meeldib ja ei meeldi selle intro puhul (ning mida ma saaksin paremini teha). 0 1 0 1 https://www.youtube.com/watch?v=6b2OPJcIUvo 0 . . See on võimalik uus intro kanalile markustegelane. Juhul kui teile ei meeldi see intro, palun vajutage dislike, et ma ei kasutaks seda enda tulevastes videotes. Kui aga meeldis, vajutage like. Igal juhul võite kommenteerida miks ning täpsustada mis teile meeldib ja ei meeldi selle intro puhul (ning mida ma saaksin paremini teha).
//
This is a possible new intro for the markustegelane channel. If you didn't like this intro, please hit the dislike button, so that I wouldn't use it on my future videos. If you did like it, press the like button. In any case, you are free to comment and tell me why you liked/disliked this and specify what you like and dislike about this intro (and what I could improve upon).
See on võimalik uus intro kanalile markustegelane. Juhul kui teile ei meeldi see intro, palun vajutage dislike, et ma ei kasutaks seda enda tulevastes videotes. Kui aga meeldis, vajutage like. Igal juhul võite kommenteerida miks ning täpsustada mis teile meeldib ja ei meeldi selle intro puhul (ning mida ma saaksin paremini teha).
//
This is a possible new intro for the markustegelane channel. If you didn't like this intro, please hit the dislike button, so that I wouldn't use it on my future videos. If you did like it, press the like button. In any case, you are free to comment and tell me why you liked/disliked this and specify what you like and dislike about this intro (and what I could improve upon).
mt_intro2.mp4 Introd Intros N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/417.jpg N/A /channel_db_lite/web/json/417.json N/A N/A
289 cqvmix Intro 1 2020-02-14 Channel intro. Created in Blender 0 1 0 0 https://www.youtube.com/watch?v=T8H1jx_UqIk 0 Intro Intro Channel intro. Created in Blender Channel intro. Created in Blender Intro.mp4 Introd Intros N/A MarkusTegelane . 1 /channel_db_lite/web/thumbs/289.jpg N/A N/A N/A N/A
269 MarkusTegelane+ Uus intro :D 1 2019-08-27 lihtne asi… 0 1 0 1 https://www.youtube.com/watch?v=pxQFGxfvv40 0 New intro :D . simple stuff... . nimetu.webm Introd Intros MarkusTegelane,TheMarkusGuy,MarkusTegelane+,TheMarkusGuy+,Markus Maal,YouTube,intro N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/269.jpg N/A /channel_db_lite/web/json/269.json N/A N/A
216 MarkusTegelane+ Intro mall (MarkusTegelane) 1 2018-03-11 N/A 0 1 0 1 https://www.youtube.com/watch?v=DyqoLL3awks 0 . . . . mt_intro_cool.mp4 Introd Intros N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/216.jpg N/A /channel_db_lite/web/json/216.json N/A N/A
217 MarkusTegelane+ Intro mall (MarkusTegelane+) 1 2018-03-11 N/A 0 1 0 1 https://www.youtube.com/watch?v=oH5WYJDMNfk 0 . . . . mt+_intro_cool.mp4 Introd Intros N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/217.jpg N/A /channel_db_lite/web/json/217.json N/A N/A
239 Markuse asjad Markuse asjad intro (30 fps versioon, full HD) 0 2017-10-04 Markuse asjade uus intro 0 1 0 1 https://www.youtube.com/watch?v=nh_XsguUPVQ 0 Markus' stuff intro (30 fps version, full HD) . Markus' stuff new intro. . intro_fullhd.MP4 Introd Intros N/A Markus' stuff Markuse asjad 1 /channel_db_lite/web/thumbs/239.jpg N/A /channel_db_lite/web/json/239.json N/A N/A
240 Markuse asjad Markuse asjade intro (60 fps versioon, full HD) 0 2017-10-04 Markuse asjade uus intro. 0 1 0 1 https://www.youtube.com/watch?v=aWDIvXPMfDo 0 Markus' stuff intro (60 fps version, full HD) . Markus' stuff new intro. . intro_mas.m2ts Introd Intros N/A Markus' stuff Markuse asjad 1 /channel_db_lite/web/thumbs/240.jpg N/A /channel_db_lite/web/json/240.json N/A N/A
333 MarkusTegelane MarkusTegelane sügise intro (2 sek) 0 2017-09-20 Uus intro, mis põhineb uuel ajaveebi disainil. Talvel ja kevadel on teistsugusema pildiga introd. Kasutatud "tada" effekt on Windows 7 helipaketi kaustast ja selle helitugevust on veidi suurendatud.

Ajaveeb: http://markustegelane.blogspot.com
0 0 0 1 https://www.youtube.com/watch?v=xVap0wX2d2M 0 TheMarkusGuy autumn intro (2 sec) MarkusTegelane sügise intro (2 sek) New intro, based on the new design of my blog. On winters and springs, the intro will have different background images. The "tada" effect used is from Windows 7 sound pack folder and it is little bit pitch shifted.

Blog: http://markustegelane-en.blogspot.com
Uus intro, mis põhineb uuel ajaveebi disainil. Talvel ja kevadel on teistsugusema pildiga introd. Kasutatud "tada" effekt on Windows 7 helipaketi kaustast ja selle helitugevust on veidi suurendatud.

Ajaveeb: http://markustegelane.blogspot.com
mt_intro_autumn.MP4 Introd Intros Markus Maal,MarkusTegelane,TheMarkusGuy,intro,short intros,why you should not use intros,miks te ei peaks introsid kasutama https://odysee.com/@MarkusTegelane:8/markustegelane-s-gise-intro-2-sek:d MarkusTegelane . 1 /channel_db_lite/web/thumbs/333.jpg N/A /channel_db_lite/web/json/333.json N/A N/A
190 MarkusTegelane+ Markus Maal introd - 60 FPS remaster 1 2017-07-20 My old channel intros. 0 1 0 1 https://www.youtube.com/watch?v=dXH0MJUutrM 0 MarkusMaal intros - 60 FPS remaster . . Minu vana kanali introd intro_remaster.MP4 Varia Miscellaneous N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/190.jpg N/A /channel_db_lite/web/json/190.json N/A N/A
191 MarkusTegelane+ MarkusTegelane+ intro? (Dramaatiline) 1 2017-07-20 Finally I made an intro to this channel. I hope you like it. 0 1 0 1 https://www.youtube.com/watch?v=71mvAZZmlsA 0 TheMarkusGuy+ intro? (Dramatic) . . Lõpuks ometi tegin ma intro sellele kanalile. Loodan, et see teile meeldib. mtplus_intro.MP4 Introd Intros N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/191.jpg N/A /channel_db_lite/web/json/191.json N/A N/A
149 MarkusTegelane MarkusTegelane - Uus intro 0 2017-04-13 Minu uus intro, mis peaks kokku minema mu uue disainiga. Loodan, et teile meeldib :-)

Külasta ka mu blogi ja vasta mu küsitlusele: http://markustegelane.blogspot.com
0 0 0 1 https://www.youtube.com/watch?v=8-JYFFgAE1E 0 MarkusTegelane - Uus intro MarkusTegelane - Uus intro Minu uus intro, mis peaks kokku minema mu uue disainiga. Loodan, et teile meeldib :-) Minu uus intro, mis peaks kokku minema mu uue disainiga. Loodan, et teile meeldib :-)

Külasta ka mu blogi ja vasta mu küsitlusele: http://markustegelane.blogspot.com
mt_intro.mxf Introd Intros https://odysee.com/@MarkusTegelane:8/markustegelane-uus-intro:9 MarkusTegelane . 1 /channel_db_lite/web/thumbs/149.jpg N/A /channel_db_lite/web/json/149.json N/A N/A
127 MarkusTegelane ARHIIV: Markus Maal intro (tegi rebane2001) 0 2016-12-16 Üks introdest, mida kasutasin mõnes enda videos, kui mu kanali nimi oli Markus Maal 0 0 0 1 https://www.youtube.com/watch?v=Ko0qCZtq4p4 0 ARCHIVE: Markus Maal intro (created by rebane2001) . One of the intros, that I used in some of my videos, when my channel name was Markus Maal . unknown Introd Intros https://odysee.com/@MarkusTegelane:8/arhiiv-markus-maal-intro-tegi-rebane2001:c MarkusTegelane . 1 /channel_db_lite/web/thumbs/127.jpg N/A /channel_db_lite/web/json/127.json N/A N/A
106 MarkusTegelane MarkuStation 2016 [Uus MarkuStationi intro] 0 2016-10-20 Markuse arvuti meelelahutus! 0 1 0 1 https://www.youtube.com/watch?v=qzT5xawf5zY 0 . . . . MarkuStation.mxf Introd Intros https://odysee.com/@MarkusTegelane:8/markustation-2016-uus-markustationi:e MarkusTegelane . 1 /channel_db_lite/web/thumbs/106.jpg N/A /channel_db_lite/web/json/106.json N/A N/A
101 MarkusTegelane Light OS Release (from the live stream) 0 2016-10-13 Now I would like to introduce you the release of the Light OS. This has everything fixed. The download link is coming soon... 0 1 0 1 https://www.youtube.com/watch?v=uRwP0R7s00o 0 . . . . yt-editor.flv PowerPoint PowerPoint YouTube'i redigeerija https://odysee.com/@MarkusTegelane:8/light-os-release-from-the-live-stream:6 MarkusTegelane . 1 /channel_db_lite/web/thumbs/101.jpg N/A /channel_db_lite/web/json/101.json N/A N/A
67 MarkusTegelane Esitusloendi algusvideo / Playlist intro 0 2016-01-10 N/A 0 0 0 1 https://www.youtube.com/watch?v=Nzp8ON9YP5c 0 . . . . plin.mp4 Introd Intros N/A MarkusTegelane . 1 /channel_db_lite/web/thumbs/67.jpg N/A /channel_db_lite/web/json/67.json N/A N/A
171 MarkusTegelane+ Info: Kas ma eemaldan introd? [Tagurpidi] 1 2015-11-09 See on tagurpidi versioon Markus Maal-i videost Kas ma eemaldan introd? 0 1 0 0 https://www.youtube.com/watch?v=5NnH1UecXEs 0 . . . See on tagurpidi versioon Markus Maal-i videost "Kas ma eemaldan introd?" ktoootkoooo.wmv Tagurpidi Reversed N/A MarkusTegelane+ . 1 /channel_db_lite/web/thumbs/171.jpg N/A /channel_db_lite/web/json/171.json N/A N/A