Leiti 37 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 | |
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 | |
593 | Press any key to continue... | Constructor - Flicks and sound effects [DOS FLC RIP] | 0 | 2025-01-01 | All incidental video clips and sound effects found in the video game Constructor (1997). The video has been upscaled with nearest neighbor algorithm to compensate for video compression. Win, Lose and Intro FMVs: https://www.youtube.com/watch?v=QH0Q5yded0s Extraction tools: constructor-fil: https://github.com/jimmypw/constructor-fil fli2gif: https://github.com/bovine/fli2gif and some custom batch scripts to perform bulk actions --Timestamps-- 00:00 Park 00:10 Homebase 00:22 Hospital 00:35 Gadget Factory 00:45 Gadget: Burglar Alarm 00:50 Gadget: Computer 00:56 Gadget: Rat Trap 01:02 Gadget: Repair Kit 01:08 Gadget: Window Shutters 01:14 Gadget: Double Glazing 01:20 School 01:40 Brick Factory 01:46 Cement Factory 01:58 Steel Factory 02:03 Wood Factory 02:11 Bank Teller 02:18 Prison 02:25 System3 logo 02:28 Haunted House 02:39 House Party 02:48 Squatter 02:58 Mob Boss 03:08 House of Fun 03:16 Mr. Fixit 03:21 Ghost Mansion 03:27 Hippy Commune 03:33 Biker Bar 03:38 Pawn House 03:44 Tenant Block 03:50 Weapons 04:12 Police --- Phone calls --- 04:17 Child (Call) - Variation 1 04:23 Child (Call) - Variation 2 04:29 Child (Call) - Variation 3 04:35 Clown (Call) 04:40 Delivery (Call) 04:46 Dog (Call) 04:52 Female Tenant (Call) 04:58 Male Tenant (Call) 05:05 Mr. Fixit (Call) 05:10 Foreman (Call) 05:17 Gangster (Call) 05:23 Skeleton (Call) 05:28 Hippy (Call) 05:34 Police (Call) 05:40 Psycho (Call) 05:45 Repairman (Call) 05:57 Roach (Call) 06:01 Thief (Call) 06:07 Thug (Call) 06:13 Builder (Call) 06:19 Zombie (Call) -- Complaining tenants -- 06:26 Stockbrokers (var. 1) 06:32 Stockbrokers (var. 2) 06:38 Stockbrokers (var. 3) 06:44 Greasers (var. 1) 06:51 Greasers (var. 2) 06:57 Greasers (var. 3) 07:04 Hippies (var. 1) 07:12 Hippies (var. 2) 07:19 Hippies (var. 3) 07:27 Major (var. 1) 07:35 Major (var. 2) 07:43 Major (var. 3) 07:51 Nerds (var. 1) 08:00 Nerds (var. 2) 08:08 Nerds (var. 3) 08:16 Professors (var. 1) 08:22 Professors (var. 2) 08:29 Professors (var. 3) 08:36 Punks (var. 1) 08:41 Punks (var. 2) 08:45 Punks (var. 3) 08:50 Slobs (var. 1) 08:59 Slobs (var. 2) 09:08 Slobs (var. 3) 09:17 Sloanes (var. 1) 09:26 Sloanes (var. 2) 09:34 Sloanes (var. 3) 09:43 Yuppies (var. 1) 09:51 Yuppies (var. 2) 09:59 Yuppies (var. 3) 10:06 Bathroom 1 10:16 Bathroom 2 10:26 Bathroom 3 10:36 Bathroom 4 10:54 Bathroom 5 11:11 Bedroom 1 11:21 Bedroom 2 11:39 Bedroom 3 11:49 Bedroom 4 12:07 Bedroom 5 12:24 Kitchen 1 12:42 Kitchen 2 12:52 Kitchen 3 13:09 Kitchen 4 13:27 Kitchen 5 13:37 Living Room 1 13:54 Living Room 2 14:04 Living Room 3 14:22 Living Room 4 14:39 Living Room 5 14:49 Building -- Vacant Buildings -- 15:06 House: 1920s 15:24 House: Adams 15:42 Arcade 16:00 House: Atlandic 16:18 Biker Bar 16:36 House: Bungalow 16:54 House: Cabin 17:12 Apartment Block 17:30 more house 17:48 even more house 18:06 House: Dutch 18:24 Fighting 18:32 Flood 18:40 House: Georg 18:58 House: Gothic 19:16 House: Japan 19:34 House: Lodge 19:52 House: Midwest 20:10 House: NewYork 20:28 House: North 20:46 House: Ohio 21:04 Pawn House 21:23 Hospital 21:41 Pub 21:59 House: Pyramid 22:17 House: Russian 22:35 House: Scottish 22:53 Mr. Fixit 23:11 noob house 23:29 Commune 23:47 funny house 24:05 House: Welsh -- LoopFX--- 24:23 Lose game 24:28 Happy tenants 24:36 Unhappy tenants 24:44 Sad tenants 24:52 Win game 24:59 Council 25:13 Infestation 25:20 Other sound effects |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=KwRIcbXnGkQ | 0 | Constructor - Flicks and sound effects [DOS FLC RIP] | Constructor - Flicks and sound effects [DOS FLC RIP] | All incidental video clips and sound effects found in the video game Constructor (1997). The video has been upscaled with nearest neighbor algorithm to compensate for video compression. Win, Lose and Intro FMVs: https://www.youtube.com/watch?v=QH0Q5yded0s Extraction tools: constructor-fil: https://github.com/jimmypw/constructor-fil fli2gif: https://github.com/bovine/fli2gif and some custom batch scripts to perform bulk actions --Timestamps-- 00:00 Park 00:10 Homebase 00:22 Hospital 00:35 Gadget Factory 00:45 Gadget: Burglar Alarm 00:50 Gadget: Computer 00:56 Gadget: Rat Trap 01:02 Gadget: Repair Kit 01:08 Gadget: Window Shutters 01:14 Gadget: Double Glazing 01:20 School 01:40 Brick Factory 01:46 Cement Factory 01:58 Steel Factory 02:03 Wood Factory 02:11 Bank Teller 02:18 Prison 02:25 System3 logo 02:28 Haunted House 02:39 House Party 02:48 Squatter 02:58 Mob Boss 03:08 House of Fun 03:16 Mr. Fixit 03:21 Ghost Mansion 03:27 Hippy Commune 03:33 Biker Bar 03:38 Pawn House 03:44 Tenant Block 03:50 Weapons 04:12 Police --- Phone calls --- 04:17 Child (Call) - Variation 1 04:23 Child (Call) - Variation 2 04:29 Child (Call) - Variation 3 04:35 Clown (Call) 04:40 Delivery (Call) 04:46 Dog (Call) 04:52 Female Tenant (Call) 04:58 Male Tenant (Call) 05:05 Mr. Fixit (Call) 05:10 Foreman (Call) 05:17 Gangster (Call) 05:23 Skeleton (Call) 05:28 Hippy (Call) 05:34 Police (Call) 05:40 Psycho (Call) 05:45 Repairman (Call) 05:57 Roach (Call) 06:01 Thief (Call) 06:07 Thug (Call) 06:13 Builder (Call) 06:19 Zombie (Call) -- Complaining tenants -- 06:26 Stockbrokers (var. 1) 06:32 Stockbrokers (var. 2) 06:38 Stockbrokers (var. 3) 06:44 Greasers (var. 1) 06:51 Greasers (var. 2) 06:57 Greasers (var. 3) 07:04 Hippies (var. 1) 07:12 Hippies (var. 2) 07:19 Hippies (var. 3) 07:27 Major (var. 1) 07:35 Major (var. 2) 07:43 Major (var. 3) 07:51 Nerds (var. 1) 08:00 Nerds (var. 2) 08:08 Nerds (var. 3) 08:16 Professors (var. 1) 08:22 Professors (var. 2) 08:29 Professors (var. 3) 08:36 Punks (var. 1) 08:41 Punks (var. 2) 08:45 Punks (var. 3) 08:50 Slobs (var. 1) 08:59 Slobs (var. 2) 09:08 Slobs (var. 3) 09:17 Sloanes (var. 1) 09:26 Sloanes (var. 2) 09:34 Sloanes (var. 3) 09:43 Yuppies (var. 1) 09:51 Yuppies (var. 2) 09:59 Yuppies (var. 3) 10:06 Bathroom 1 10:16 Bathroom 2 10:26 Bathroom 3 10:36 Bathroom 4 10:54 Bathroom 5 11:11 Bedroom 1 11:21 Bedroom 2 11:39 Bedroom 3 11:49 Bedroom 4 12:07 Bedroom 5 12:24 Kitchen 1 12:42 Kitchen 2 12:52 Kitchen 3 13:09 Kitchen 4 13:27 Kitchen 5 13:37 Living Room 1 13:54 Living Room 2 14:04 Living Room 3 14:22 Living Room 4 14:39 Living Room 5 14:49 Building -- Vacant Buildings -- 15:06 House: 1920s 15:24 House: Adams 15:42 Arcade 16:00 House: Atlandic 16:18 Biker Bar 16:36 House: Bungalow 16:54 House: Cabin 17:12 Apartment Block 17:30 more house 17:48 even more house 18:06 House: Dutch 18:24 Fighting 18:32 Flood 18:40 House: Georg 18:58 House: Gothic 19:16 House: Japan 19:34 House: Lodge 19:52 House: Midwest 20:10 House: NewYork 20:28 House: North 20:46 House: Ohio 21:04 Pawn House 21:23 Hospital 21:41 Pub 21:59 House: Pyramid 22:17 House: Russian 22:35 House: Scottish 22:53 Mr. Fixit 23:11 noob house 23:29 Commune 23:47 funny house 24:05 House: Welsh -- LoopFX--- 24:23 Lose game 24:28 Happy tenants 24:36 Unhappy tenants 24:44 Sad tenants 24:52 Win game 24:59 Council 25:13 Infestation 25:20 Other sound effects |
All incidental video clips and sound effects found in the video game Constructor (1997). The video has been upscaled with nearest neighbor algorithm to compensate for video compression. Win, Lose and Intro FMVs: https://www.youtube.com/watch?v=QH0Q5yded0s Extraction tools: constructor-fil: https://github.com/jimmypw/constructor-fil fli2gif: https://github.com/bovine/fli2gif and some custom batch scripts to perform bulk actions --Timestamps-- 00:00 Park 00:10 Homebase 00:22 Hospital 00:35 Gadget Factory 00:45 Gadget: Burglar Alarm 00:50 Gadget: Computer 00:56 Gadget: Rat Trap 01:02 Gadget: Repair Kit 01:08 Gadget: Window Shutters 01:14 Gadget: Double Glazing 01:20 School 01:40 Brick Factory 01:46 Cement Factory 01:58 Steel Factory 02:03 Wood Factory 02:11 Bank Teller 02:18 Prison 02:25 System3 logo 02:28 Haunted House 02:39 House Party 02:48 Squatter 02:58 Mob Boss 03:08 House of Fun 03:16 Mr. Fixit 03:21 Ghost Mansion 03:27 Hippy Commune 03:33 Biker Bar 03:38 Pawn House 03:44 Tenant Block 03:50 Weapons 04:12 Police --- Phone calls --- 04:17 Child (Call) - Variation 1 04:23 Child (Call) - Variation 2 04:29 Child (Call) - Variation 3 04:35 Clown (Call) 04:40 Delivery (Call) 04:46 Dog (Call) 04:52 Female Tenant (Call) 04:58 Male Tenant (Call) 05:05 Mr. Fixit (Call) 05:10 Foreman (Call) 05:17 Gangster (Call) 05:23 Skeleton (Call) 05:28 Hippy (Call) 05:34 Police (Call) 05:40 Psycho (Call) 05:45 Repairman (Call) 05:57 Roach (Call) 06:01 Thief (Call) 06:07 Thug (Call) 06:13 Builder (Call) 06:19 Zombie (Call) -- Complaining tenants -- 06:26 Stockbrokers (var. 1) 06:32 Stockbrokers (var. 2) 06:38 Stockbrokers (var. 3) 06:44 Greasers (var. 1) 06:51 Greasers (var. 2) 06:57 Greasers (var. 3) 07:04 Hippies (var. 1) 07:12 Hippies (var. 2) 07:19 Hippies (var. 3) 07:27 Major (var. 1) 07:35 Major (var. 2) 07:43 Major (var. 3) 07:51 Nerds (var. 1) 08:00 Nerds (var. 2) 08:08 Nerds (var. 3) 08:16 Professors (var. 1) 08:22 Professors (var. 2) 08:29 Professors (var. 3) 08:36 Punks (var. 1) 08:41 Punks (var. 2) 08:45 Punks (var. 3) 08:50 Slobs (var. 1) 08:59 Slobs (var. 2) 09:08 Slobs (var. 3) 09:17 Sloanes (var. 1) 09:26 Sloanes (var. 2) 09:34 Sloanes (var. 3) 09:43 Yuppies (var. 1) 09:51 Yuppies (var. 2) 09:59 Yuppies (var. 3) 10:06 Bathroom 1 10:16 Bathroom 2 10:26 Bathroom 3 10:36 Bathroom 4 10:54 Bathroom 5 11:11 Bedroom 1 11:21 Bedroom 2 11:39 Bedroom 3 11:49 Bedroom 4 12:07 Bedroom 5 12:24 Kitchen 1 12:42 Kitchen 2 12:52 Kitchen 3 13:09 Kitchen 4 13:27 Kitchen 5 13:37 Living Room 1 13:54 Living Room 2 14:04 Living Room 3 14:22 Living Room 4 14:39 Living Room 5 14:49 Building -- Vacant Buildings -- 15:06 House: 1920s 15:24 House: Adams 15:42 Arcade 16:00 House: Atlandic 16:18 Biker Bar 16:36 House: Bungalow 16:54 House: Cabin 17:12 Apartment Block 17:30 more house 17:48 even more house 18:06 House: Dutch 18:24 Fighting 18:32 Flood 18:40 House: Georg 18:58 House: Gothic 19:16 House: Japan 19:34 House: Lodge 19:52 House: Midwest 20:10 House: NewYork 20:28 House: North 20:46 House: Ohio 21:04 Pawn House 21:23 Hospital 21:41 Pub 21:59 House: Pyramid 22:17 House: Russian 22:35 House: Scottish 22:53 Mr. Fixit 23:11 noob house 23:29 Commune 23:47 funny house 24:05 House: Welsh -- LoopFX--- 24:23 Lose game 24:28 Happy tenants 24:36 Unhappy tenants 24:44 Sad tenants 24:52 Win game 24:59 Council 25:13 Infestation 25:20 Other sound effects |
ConstructorFlicks.mp4 | FMV klipid | FMV clips | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/593.jpg | N/A | /channel_db_lite/web/json/593.json | N/A | N/A | |
587 | MarkusTegelane | Kas mu allalaadimise lingid on tegelikult viirused? | 0 | 2024-11-29 | Videote, mille kirjeldusse olen pannud allalaadimise linke, kommentaarides on paljud inimesed kahtlustanud, et ma levitan arvutiviiruseid nende linkide kaudu, kuna nende viirustõrje tuvastas need failid. Selles videos näitan viise, kuidas kindlaks teha, et see pole tõsi. ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika ♫ Darude - Sandstorm (Windows 7 Remix) eXorb - Electronic Grilled Cheese ? Lisainformatsioon ? Failinimi: sussygen.mp4 Renderdamise aeg: 7 minutes, 7seconds Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.1, VLC Player, PaintDotNET, Windows 11, macOS Sequoia |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=d8fmjlQwNx0 | 0 | Are my download links actually viruses? | Kas mu allalaadimise lingid on tegelikult viirused? | On videos, where I have provided download links, many people have suspected that I am spreading computer viruses through my download links due to false detections by their antivirus software. In this video, I'll show some ways to determine that this isn't the case. ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ Darude - Sandstorm (Windows 7 Remix) eXorb - Electronic Grilled Cheese ? Additional information ? Filename: sussygen.mp4 Render time: 7 minutes, 7seconds Video card: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Software: DaVinci Resolve 19.1, VLC Player, PaintDotNET, Windows 11, macOS Sequoia ? Created by: Markus Maal ? © 2024 Markuse videod |
Videote, mille kirjeldusse olen pannud allalaadimise linke, kommentaarides on paljud inimesed kahtlustanud, et ma levitan arvutiviiruseid nende linkide kaudu, kuna nende viirustõrje tuvastas need failid. Selles videos näitan viise, kuidas kindlaks teha, et see pole tõsi. ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ♫ Muusika ♫ Darude - Sandstorm (Windows 7 Remix) eXorb - Electronic Grilled Cheese ? Lisainformatsioon ? Failinimi: sussygen.mp4 Renderdamise aeg: 7 minutes, 7seconds Videokaart: Sapphire NITRO+ AMD Radeon™ RX 7800 XT 16GB Tarkvara: DaVinci Resolve 19.1, VLC Player, PaintDotNET, Windows 11, macOS Sequoia |
sussygen.mp4 | Arvuti nõuanded | Computer tips | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers,virus,malware,trojan,susgen,sussy baka,amogus,among us,impostor,300983 | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/587.jpg | /channel_db_lite/web/stream/587.mp4 | /channel_db_lite/web/json/587.json | N/A | N/A |
562 | Press any key to continue... | Pac-Man Rally (PS2 FMV/BGM Rip) | 0 | 2024-02-02 | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=raX-LEe08b4 | 0 | Pac-Man Rally (PS2 FMV/BGM Rip) | Pac-Man Rally (PS2 FMV/BGM Rip) | Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files. Chapters: 0:00 Arctic Iceberg (ArticIc.mib) 2:01 Award Ceremony/Artic Iceberg (Award.mib) 3:58 Canyon Crusade (CanyonCr.mib) 5:50 Cloud Garden (CloudGar.mib) 8:04 Toc-Man's Factory (DarkFact.mib) 10:01 Funhouse of Terror (Funhouse.mib) 11:58 Ghost Mansion (GhostMan.mib) 13:58 Intro (Intro.pss) 15:04 Jungle Safari (JungleSa.mib) 17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib) 19:04 Molten Mountain (MoltenMo.mib) 21:03 Pirate Cove (PirateCo.mib) 22:52 Retro Maze/Menu (RetroMaz.mib) 25:02 Rolling Hills (RollingH.mib) 26:58 Spookys Castle (SpookysC.mib) 29:01 Subterranean Speedway? (Subterra.mib) 31:26 Winding Wetlands (WindingW.mib) 33:22 Menu music? (oldMidi.mib) 35:32 Unknown (songSnip.mib) Technical info: Intro movie: Container .PSS Format: PS2 Movie Audio Stream Codec: MPEG-1/2 Resolution: 640x448 Framerate: 29.97 fps Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream) Background music (header files) Container .MIH 0x00 - 0x03 = Length of header 0x04 = Unknown 0x05 - 0x07 = Length of sample file ? 0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo) 0x0C - 0x0F = Audio frequency 0x10 - 0x13 = Interleave 0x14 - 0x17 = Unknown (Buffer size? Loop count?) 0x18 - 0x3F = Empty space Background music (samples) Container .MIB Format: Compressed Sony ADPCM audio Interleave, frequency, channels = Based on corresponding header file |
pmr.mov | Muusika | Music | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/562.jpg | N/A | /channel_db_lite/web/json/562.json | N/A | N/A | |
559 | MarkusTegelane | Identity crisis - What happened with this channel? | 0 | 2024-01-28 | You may have noticed that I changed my channel name at some point and then reverted that change less than a month later. This video explains what happened and why I did what I did... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Additional information ? Filename: Identiteedikriis_EN.mov Render time: 15 minutes, 38 seconds Video card: Gigabyte Geforce GTX 1650 4GB OC Software: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Created by: Markus Maal ? © 2024 Markuse videod |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=oW6es05CjcU | 0 | Identity crisis - What happened with this channel? | Identity crisis - What happened with this channel? | You may have noticed that I changed my channel name at some point and then reverted that change less than a month later. This video explains what happened and why I did what I did... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Additional information ? Filename: Identiteedikriis_EN.mov Render time: 15 minutes, 38 seconds Video card: Gigabyte Geforce GTX 1650 4GB OC Software: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Created by: Markus Maal ? © 2024 Markuse videod |
You may have noticed that I changed my channel name at some point and then reverted that change less than a month later. This video explains what happened and why I did what I did... ?? EESTIKEELNE VERSIOON ?? https://www.youtube.com/watch?v=t0VD3yId38Q ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ♫ Music ♫ Geographer - Synergy Kevin MacLeod - Pamgaea ALBIS - New Land ? Additional information ? Filename: Identiteedikriis_EN.mov Render time: 15 minutes, 38 seconds Video card: Gigabyte Geforce GTX 1650 4GB OC Software: DaVinci Resolve 18.6, FFmpeg, VLC Player, GIMP, Garuda Linux, Inkscape, Audacity ? Created by: Markus Maal ? © 2024 Markuse videod |
Identiteedikriis_EN.mov | Info ja uudised | Info and news | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/559.jpg | N/A | /channel_db_lite/web/json/559.json | N/A | N/A |
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 |
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 |
550 | Press any key to continue... | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | 0 | 2023-10-01 | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ZaA8-H71-3U | 0 | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
FlipnicFMVfullquality.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,new game machine,van gogh,UFO,aliens,flying saucer,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/550.jpg | N/A | /channel_db_lite/web/json/550.json | N/A | N/A |
536 | Press any key to continue... | Rick's Adventure [PS1 FMV RIP] | 0 | 2023-04-01 | Opening FMV clip from a very little known PS1 game. Wanted to upload this, since I couldn't find it on YouTube. Filename: RICKINTRO.STR |
0 | 0 | 0 | 0 | https://www.youtube.com/watch?v=jhk2_LGaqvY | 0 | Rick's Adventure [PS1 FMV RIP] | . | Opening FMV clip from a very little known PS1 game. Wanted to upload this, since I couldn't find it on YouTube. Filename: RICKINTRO.STR |
. | RICKSADVENTURE.mov | Naljavideod | Joke videos | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/536.jpg | N/A | /channel_db_lite/web/json/536.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 |
502 | MarkusTegelane | Samsung Dex ülevaade [Markuse arvuti meelelahutus] | 0 | 2022-11-06 | Selles videos teen ülevaate töölauliidesest Samsungi seadmetele - Samsung DeX-ist. AGIV Järgmine video: Windows XP ja muu VIGA ► Seotud lingid Samsungi veebisait: https://samsung.com/ IGAV ► Muud lingid markustegelane ajaveeb: https://markustegelane.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane_ee) Veebisait: https://markustegelane.online Juhuslik video: https://markustegelane.online/markustegelane/random?c=mt ► Lisainfo Failinimi: PixliaInvasion.mp4 Stiil: Videol puudub kindel stiil Kasutatud tarkvara: OBS Studio, Aegisub, DaVinci Resolve 18, Audacity, ffmpeg, OneUI 4.1.1 (Android 12) Lindistamise kuupäev: 3. oktoober 2022 ► Aitäh, et vaatasite! © 2022 Markuse videod ► Teemaviited #S2E13 #MarkuseArvutiMeelelahutus #DeX |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=MRmc4H9ZHyw | 0 | Samsung Dex overview [Markus computer entertainment] | . | In this video, I am taking a look at a desktop interface for premium Samsung mobile and tablet devices - Samsung DeX. ORRER Next video: Windows XP and more ERROR ► Related links Samsung website: https://samsung.com/ RRORE ► Other links mmaal (markustegelane) blog: https://markustegelane-en.blogspot.com (Feedburner/RSS: https://feeds.feedburner.com/markustegelane) Website: https://markustegelane.online Random video: https://markustegelane.online/markustegelane/random?c=mt ► Additional information Original filename: PixliaInvasion.mp4 Style: This video doesn't have a specific style Software used: OBS Studio, Aegisub, DaVinci Resolve 18, Audacity, ffmpeg, OneUI 4.1.1 (Android 12) Recording date: 3rd October 2022 ► Thank you for watching! © 2022 Markus' videos ► Hashtags #S2E13 #MarkusComputerEntertainment #DeX |
. | PixliaInvasion.mp4 | Markuse arvuti meelelahutus | Markus computer entertainment | Samsung DeX,tablet mode,desktop UI,desktop mode,HDMI,High Definition Multimedia Interface,Pixlia,Pikslia,ERROR,VIGA,OBS Studio,Bluetooth,SMB,Samba,Type-C,USB-C,Samsung Galaxy Tab S7 FE,keyboard,mouse,tablet,tahvelarvuti,tahvelseade,Audacity,Markuse arvuti meelelahutus,Markus computer entertainment,MCE,simulated brains,static,analog horror,pink noise,AAAAAA,zombie brains | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/502.jpg | N/A | /channel_db_lite/web/json/502.json | N/A | /channel_db_lite/web/stream/502.en.ass |
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 | |
455 | Press any key to continue... | The Italian Job [PS1 FMV RIP] | 0 | 2022-06-14 | Cutscenes and other full motion videos from The Italian Job (2001). | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=6T-qXs4vjuA | 0 | . | . | Cutscenes and other full motion videos from The Italian Job (2001). Timestamps: 0:00 LOGOPIX.STR 0:08 LOGOSCI.STR 0:21 FMVAUDIO.STR (Intro) 1:09 FMVJOB.STR 2:12 FMVMINIS.STR 2:59 FMVMIURA.STR 3:53 FMVTRACK.STR (You were only supposed to blow the bloody doors off) Freeride: 4:20 NULO_2A.STR 4:31 TURIN_A.STR Missions: 4:42 AMBASS_A.STR 5:08 BIGWILL.STR 5:31 CAMPFRED.STR 6:15 INTERFR.STR 6:34 KEEPING.STR 6:51 MAFIA_A.STR 7:05 NU_CON_A.STR 7:21 PEACHES.STR 7:48 PRISPALS.STR 8:06 SKILBILL.STR 8:35 SPEC_DEL.STR 8:51 TORINO.STR 9:08 TRAFTAPE.STR 9:26 FMVCOACH.STR |
. | italianjob.mp4 | FMV klipid | FMV clips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/455.jpg | /channel_db_lite/web/stream/455.mp4 | /channel_db_lite/web/json/455.json | N/A | N/A | |
456 | Press any key to continue... | 4x4 World Trophy [PS1 FMV RIP] | 0 | 2022-06-14 | Cutscenes and other full motion videos from 4x4 World Trophy (2000). | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=SZ-eW-q8XXI | 0 | . | . | Cutscenes and other full motion videos from 4x4 World Trophy (2000). Timestamps: 0:00 FMAINTRO.STR 0:19 GPFF16S.STR 0:30 INTRO1.STR 1:17 INTRO2.STR 2:02 LOSE1.STR 2:06 LOSE2.STR 2:10 LOSE3.STR 2:14 WIN1.STR 2:23 WIN2.STR 2:33 WIN3.STR 2:43 WINALL1.STR 2:55 WINALL2.STR |
. | 4x4.mp4 | FMV klipid | FMV clips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/456.jpg | N/A | /channel_db_lite/web/json/456.json | N/A | N/A | |
440 | MarkusTegelane+ | HP sülearvutiga jamamine 1. osa (tagurpidi) | 1 | 2022-05-01 | Tagurpidi versioon minu kõige esimesest Markuse arvuti meelelahutuse videost. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=3WfcGTwQapk | 0 | . | . | . | . | fmme_rev.mp4 | Tagurpidi | Reversed | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/440.jpg | N/A | /channel_db_lite/web/json/440.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 |
402 | Press any key to continue... | Flipnic - All cutscenes (PAL version) | 0 | 2022-01-02 | This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those. I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high resone and the low res one. Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video. |
1 | 1 | 0 | 0 | https://www.youtube.com/watch?v=BDhZr5ArKoI | 0 | Flipnic [PAL PS2 Deinterlaced FMV Rip] | Flipnic - All cutscenes (PAL version) | This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those. I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high res one and the low res one. Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video. Related links: Help FMVs (TUTO.BIN): https://youtu.be/374kqzSBuOA Game Over 6 (GAME_OVER6.PSS): https://youtu.be/AcqUf014EDQ Exported MOV files with translucency (W.I.P.): https://bit.ly/FlipnicFMV V/O RIP w unused sounds: https://youtu.be/o8TtCp63uuo Timestamps and filenames: 0:00 Intro (SHUKYAKUDEMO.PSS) 1:24 Title screen (TITLE_.PSS) 1:42 Drop of Silver 1 (SILVER_DROOP.PSS) 1:59 Circle of Life 1 (CIRCLE_OF_LIFE.PSS) 2:21 Freeze Over 1 (FREEZE_OVER.PSS) 2:38 Hidden Path Discovery 1 (TAKIWARI.PSS) 2:52 UFO Quiz Show (UFO_QUIZ_SHOW.PSS*) 3:02 Lucky Flamingos (LUCKEY_FLAMINGOS.PSS*) 3:08 Freeze Over 2 (FREEZE_OVER2.PSS) 3:24 Drop of Silver 2 (SILVER_DROP2.PSS) 3:41 Circle of Life 2 (CIRCLE_OF_LIFE2.PSS) 4:02 Hidden Path Discovery 2 (TAKIWARI2.PSS) 4:15 Point of No Return (POINT_OF_NO_RETURN.PSS*) 4:24 Color Puzzle (COLOR_PUZZLE2.PSS*) 4:32 Hungry Monkey (HUNGLY_MONKEY.PSS*) 4:41 Biology Multiball (MULTIBALL.PSS*) 4:49 Metallurgy Multiball (MULTIBALL03.PSS*) 4:55 Optics Multiball (MULTIBALL04.PSS*) 5:01 Geometry Multiball (MULTIBALL05.PSS*) 5:10 Show Time (SHOWTIME.PSS*) 5:15 Move On (MOVE_ON01.PSS*) 5:21 Watch Out! (WATCH_OUT.PSS) 5:26 UFO invasion! (MISSING.PSS) 5:35 Tilt (TILT2.PSS*) 5:42 Extra ball 1 (EXTRABALL.PSS*) 5:48 Extra ball 2 (EXTRABALL2.PSS*) 5:55 Extra credit 1 (EXTRA_CREDIT.PSS*) 6:04 Extra credit 2 (EXTRA_CREDIT02.PSS*) 6:11 You unlocked the next stage (NEXT_STAGE.PSS*) 6:32 Congratulations 1 (CONGRATULATIONS01.PSS*) 6:39 Congratulations 2 (CONGRATULATIONS02.PSS*) 6:46 Congratulations 3 (CONGRATULATIONS03.PSS*) 6:55 Congratulations 4 (CONGRATULATIONS04.PSS*) 7:04 Congratulations 5 (CONGRATULATIONS05.PSS*) 7:14 Congratulations 6 (CONGRATULATIONS06.PSS*) 7:23 Congratulations 7 (CONGRATULATIONS07.PSS*) 7:32 Congratulations 8 (CONGRATULATIONS08.PSS*) 7:39 Congratulations 9 (CONGRATULATIONS09.PSS*) 7:46 Congratulations: cake (CONGRATULATIONS10.PSS*) 7:58 Game Over 2 (GAME_OVER2.PSS*) 8:12 Game Over 3 (GAME_OVER3.PSS*) 8:19 Game Over 4 (GAME_OVER4.PSS*) 8:30 Game Over 5 (GAME_OVER5.PSS*) 8:42 Staff Credits 1 (STAFF_ROLL1.PSS) 10:46 Staff Credits 2 (STAFF_ROLL2.PSS) 12:50 Ubi Soft Logo (UBI.PSS) 13:00 Bad Luck (BAD_LUCK.PSS) 13:39 Small Luck (SMALL_LUCK.PSS) 14:18 Good Luck (GOOD_LUCK.PSS) 14:56 Great Luck (GREAT_LUCK.PSS) 15:34 Miraculous! (MIRACULOUS.PSS) * These FMVs have translucency effects that are not displayed in this video |
This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those. I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high resone and the low res one. Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video. |
flipnic_fmv-6000.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,new game machine,van gogh,UFO,aliens,flying saucer,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt | https://odysee.com/@Press_any_key_to_continue:2/FlipnicFMV:8 | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/402.jpg | N/A | /channel_db_lite/web/json/402.json | N/A | N/A |
382 | Press any key to continue... | a disturbing "Game over" screen | 0 | 2021-07-10 | This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends. This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen. |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=AcqUf014EDQ | 0 | . | . | This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends. This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen. |
. | disturbing_gameover.mp4 | FMV klipid | FMV clips | https://odysee.com/@Press_any_key_to_continue:2/disturbinggameover:3 | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/382.jpg | N/A | /channel_db_lite/web/json/382.json | N/A | N/A | |
372 | Press any key to continue... | Constructor (DOS/PS1) Low-Res FMV capture [Part 1] | 0 | 2021-03-26 | This video contains several FMV-s from the game Constructor (1997). This does not include all of the FMVs since it took me a whole evening just to record these. I may make a part 2 with other FMVs if I have time. | 1 | 0 | 0 | 0 | https://www.youtube.com/watch?v=nlmbKgy_MTI | 0 | Constructor (DOS/PS1) Low-Res FMV capture [Part 1] | Constructor (DOS/PS1) Low-Res FMV capture [Part 1] | This video contains several FMV-s from the game Constructor (1997). This does not include all of the FMVs since it took me a whole evening just to record these. I may make a part 2 with other FMVs if I have time. Timestamps: 0:00 Human player 0:01 Computer player 0:05 Wood yard 0:07 Call worker 0:09 Call foreman (variation A) 0:11 Call repairman (variation A) 0:13 Call foreman (variation B) 0:15 Empty house 1 0:24 Bedroom 1 0:37 Upgrade room 0:41 Bedroom 2 0:53 Superiour bedroom 1:05 Deluxe bedroom 1:17 Bathroom 1 1:30 Bathroom 2 1:42 Superiour bathroom 1:54 Deluxe bathroom 2:07 Living room 1 2:33 Living room 2 2:43 Superiour living room 2:58 Deluxe living room 3:10 Kitchen 1 3:22 Kitchen 2 3:35 Superiour kitchen 3:47 Deluxe kitchen 4:00 Gadgets: Computer 4:04 Gadgets: Double glazing 4:07 Gadgets: Shutters 4:09 Gadgets: Burglar alarm 4:11 Mouse trap 4:13 Complaining tenants 1 4:21 Unhappy tenants 4:23 Happy tenants / Wooden lodge 4:31 Empty house 3 4:43 System3 logo 4:44 Cement yard 4:49 Call Worker 4:51 Gadget factory: Producing gadgets 4:56 Really unhappy tenants 5:01 Cally repairman (variation B) 5:03 Hippy commune 5:07 Call hippy 5:10 Empty house overtaken by hippy 5:27 Empty hippy commune 5:39 Pawn shop |
This video contains several FMV-s from the game Constructor (1997). This does not include all of the FMVs since it took me a whole evening just to record these. I may make a part 2 with other FMVs if I have time. | constr_smallfmv.avi | FMV klipid | FMV clips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/372.jpg | N/A | /channel_db_lite/web/json/372.json | N/A | N/A | |
371 | MarkusTegelane | [PowerPoint] Kuidas luua toimiv poomismäng? | 0 | 2021-02-28 | See video näitab teile, kuidas luua tomiv interaktiivne poomise mäng PowerPointis kasutades ainult animatsioone ja lihtsaid kujuneid. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=WfMgY_E_lls | 0 | [PowerPoint] How to make a working Hangman game? | . | This video show you how to make a working interactive hangman game in PowerPoint using only animations and basic shapes. ► Download links You can download the template for this PowerPoint presentation on my website: https://markustegelane.ml/markustegelane?doc=download&id=50 ► Other links Website: http://markustegelane.ml Random video: http://markustegelane.ml/markustegelane/random?c=mt Channel: https://www.youtube.com/MarkusTegelane ► Stay up to date Blog: https://markustegelane-en.blogspot.com Twitter: @MarkusMaal ► Other channels MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (additional channel) Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Music Elwood Productions - Take Me There Elwood Productions - Take The Only One Left Skaven - Intro Music II ► Thank you for watching! ◄ © 2021 Markuse videod productions |
See video näitab teile, kuidas luua tomiv interaktiivne poomise mäng PowerPointis kasutades ainult animatsioone ja lihtsaid kujuneid. ► Allalaadimise lingid Te saate selle esitluse malli alla laadida mu kanali veebisaidilt: https://markustegelane.ml/markustegelane?doc=download&id=50 ► Teised lingid Veebisait: http://markustegelane.ml Juhuslik video: http://markustegelane.ml/markustegelane/random?c=mt Kanal: https://www.youtube.com/MarkusTegelane ► Olge kursis Ajaveeb: https://markustegelane.blogspot.com Twitter: @MarkusMaal ► Teised kanalid MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (teine kanal) Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ ► Muusika Elwood Productions - Take Me There Elwood Productions - Take The Only One Left Skaven - Intro Music II ► Aitäh, et vaatasite! ◄ © 2021 Markuse videod productions |
stickfig.avi | PowerPoint | PowerPoint | Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology | https://odysee.com/@MarkusTegelane:8/powerpoint-kuidas-luua-toimiv-poomism-ng:9 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/371.jpg | N/A | /channel_db_lite/web/json/371.json | N/A | N/A |
310 | MarkusTegelane+ | When you think your computer is idling, but it is actually writing data to the disk constantly... | 1 | 2020-09-01 | Windows 10 in a nutshell | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=6qpfmNWC5_8 | 0 | . | . | . | . | N/A | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/310.jpg | N/A | /channel_db_lite/web/json/310.json | N/A | N/A | |
312 | Press any key to continue... | Flipnic: In-game help | 0 | 2020-06-15 | These are help videos you can find in Flipnic (PS2), when you go to the Help menu. These explain basic mechnics of the game, as well as some more advanced techniques. I like these more than the actual manual included in the case, because of the nice visuals and more detailed explanations. | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=374kqzSBuOA | 0 | . | . | These are help videos you can find in Flipnic (PS2), when you go to the Help menu. These videos are from the PAL version, but the NTSC-U has identical videos. The NTSC-J has similar videos, but they are in Japanese (obviously) and are actually placed in the Explain menu. These videos explain basic mechnics of the game, as well as some more advanced techniques. I like these more than the actual manual included in the case, because of the nice visuals and more detailed explanations. This video was originally uploaded a few months ago, but due to the fact I didn't verify my account using my phone, I wasn't able to upload it (longer than 15 minutes). And yes, I published 5 videos in a single day (altough 3 of them were unlisted already and uploaded a few months ago). Timestamps: 0:00 Basic rules 3:20 Missions 7:14 Recovery 1 11:19 Recovery 2 14:02 Multiball 19:14 Defence & offence 22:46 Holding |
. | flipnic_help.wmv | FMV klipid | FMV clips | Flipnic,pinball,simulator,physics,dynamics,advanced techniques,video game,in-game help,tictactoe,metallic ball,flipper,bumper,gravity,tilting,nudging,algebra,PlayStation,gaming,PS2,Sony Computer Entertainment Europe,coins,arcade,game tutorial,game console,video game console,outhole,bluecoins,red,yellow,mission | https://odysee.com/@Press_any_key_to_continue:2/FlipnicHelp:e | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/312.jpg | N/A | /channel_db_lite/web/json/312.json | N/A | N/A |
324 | Press any key to continue... | Park | 0 | 2020-06-15 | I like this song loop and animation... | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=ycVFUXBmkYU | 0 | . | . | . | . | cons.mpg | Varia | Miscellaneous | video game,original soundtrack,10 minute loop,PlayStation,funky graphics,full motion video,FMV,Constructor,building,nature,dog,bite,ball,decoration,resting place,loop,wind,bench,grass,green,aaaah,ouch,woof,bark,sweating,exhausted,tree,nearest neighbour,bicubic (plz no),sun,jacket,white car,white legged dog,brown dog,tarmac surface,questionable life decisions,sitting person,tongue,sunrise,branches,light reflection on a red and black striped ball,hair color?,British | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/324.jpg | N/A | /channel_db_lite/web/json/324.json | N/A | N/A |
320 | Press any key to continue... | Swing [PS1 FMV RIP] | 0 | 2019-11-23 | Full motion videos from a PS1 port of a puzzle game called Swing. The extra clips would play when you booted up the game and the credits one is accessible in the main menu (along with all the extra clips). | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=p0ql-svG4cM | 0 | . | . | Full motion videos from a PS1 port of a puzzle game called Swing. The extra clips would play when you booted up the game and the credits one is accessible in the main menu (along with all the extra clips). Timestamps 0:00 Extra 1 (fire) 0:11 Extra 2 (sewer) 0:23 Extra 3 (snow) 0:36 Extra 4 (jungle) 0:49 Extra 5 (bag) 1:03 Credits |
. | swing.mp4 | FMV klipid | FMV clips | Swing,video game,PlayStation,FMV rips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/320.jpg | N/A | /channel_db_lite/web/json/320.json | N/A | N/A |
267 | MarkusTegelane+ | Välja laskmata videoklipp, mille leidsin enda Google Drive'ist | 1 | 2019-07-26 | And now you're not 8348 r u serious? | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=atfmYqB4sbA | 0 | . | . | . | . | VID_20170930_134538.mp4 | Varia | Miscellaneous | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/267.jpg | N/A | /channel_db_lite/web/json/267.json | N/A | N/A | |
253 | Press any key to continue... | Constructor [PS1 FMV RIP] | 0 | 2019-04-29 | N/A | 1 | 1 | 0 | 0 | https://www.youtube.com/watch?v=QH0Q5yded0s | 0 | . | . | Fullscreen full motion videos from Constructor (1997). Timestamps: 0:00 Intro 0:52 For the winners 1:49 R.I.P. A.Loser |
. | fmvrip.mp4 | FMV klipid | FMV clips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/253.jpg | N/A | /channel_db_lite/web/json/253.json | N/A | N/A | |
167 | MarkusTegelane | Pakkfail: Failihaldur graafilise kasutajaliidesega | 0 | 2018-03-12 | GUI failihaldur on graafiline failihaldur, mis on 100% kirjutatud batch keeles. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=jD0wID9UX-w | 0 | Batch file: File manager with a graphical user interface | . | GUI filemanager is a graphical file manager written 100% in batch. Download links GUI file manager : https://drive.google.com/file/d/1FBs6D3k9CvZk34_o2ptEUYSi92sKlfZ2/view?usp=sharing Stay up to date Blog: http://themarkusguy.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusTegelane Other channels TheMarkusGuy+ : https://www.youtube.com/channel/UCGGM... Markus' stuff: https://www.youtube.com/channel/UCMD2... Music: X-Ray - Zizbum (chiptune) |
GUI failihaldur on graafiline failihaldur, mis on 100% kirjutatud batch keeles. Allalaadimise lingid : GUI file manager : https://drive.google.com/file/d/1FBs6D3k9CvZk34_o2ptEUYSi92sKlfZ2/view?usp=sharing Ole kursis Ajaveeb: http://markustegelane.tk Google+: https://plus.google.com/115914313352149705046 Twitter: @MarkusTegelane Teised kanalid: MarkusTegelane+ : https://www.youtube.com/channel/UCGGM... Markuse asjad: ttps://www.youtube.com/channel/UCMD2... Muusika: X-Ray - Zizbum (chiptune) |
fileman.mp4 | Pakkfailid | Batch files | Markus Maal,MarkusTegelane,TheMarkusGuy,batch file,file manager,GUI filemanager,fileman,fm,batch fm,pakkfail,pakkfaili haldur,manager batch | https://odysee.com/@MarkusTegelane:8/batch-file-file-manager-with-a-graphical:6 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/167.jpg | N/A | /channel_db_lite/web/json/167.json | N/A | N/A |
355 | MarkusTegelane+ | Log OS-i arendamine // Log OS development | 1 | 2018-03-09 | Video nüüdseks kustutatud kanalilt MarkusTegelane++. | 0 | 0 | 1 | 1 | https://www.youtube.com/watch?v=46Ag9jloHFM | 0 | . | . | . | . | Log OS-i arendamine -- Log OS development.mp4 | Programmeerimine | Programming | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/355.jpg | N/A | /channel_db_lite/web/json/355.json | N/A | N/A | |
146 | MarkusTegelane | Midagi minu kõige esimesest arvutist…. [Markus arvuti meelelahutus special] | 0 | 2017-03-29 | Taastasin enda arvutist faile programmiga PhotoRec. Esialgu otsisin fail *.asf formaadiga (sama mis *.wmv ja *.wma). Mis ma leidsin üllatas mind. Leidsin ühe video iseendast rääkimas mingitest uudistest ja veel mingi video… | 1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=YUTH7QQ6au4 | 0 | Something from my first computer.. [Markus Computer Entertainment special] | . | I restored files from my computer using a program called "PhotoRec". First of all, I searched files with *.asf format (equilient to *.wmv and *.wma). What I found was really suprising. I found a video with me talking about some news and another video of "fanmade" Windows version. I also found a video, what I called Ert 100 at the time. PS: All grammar mistakes were normal at the time and I don't want that you comment anything about it (otherwise your comment will be deleted) If you didn't see a video about my first computer, watch it here: https://www.youtube.com/watch?v=RTI-f3evqPA Watch full version of Ert 100 here: https://www.youtube.com/watch?v=iCjBMpxewUg Check out my blog: http://markustegelane-en.blogspot.com |
Taastasin enda arvutist faile programmiga "PhotoRec". Esialgu otsisin fail *.asf formaadiga (sama mis *.wmv ja *.wma). Mis ma leidsin üllatas mind. Leidsin ühe video iseendast rääkimas mingitest uudistest ja veel mingi video "fanmade" Windowsi versioonidest. Samuti leidsin video, mida ma sellel ajal nimetasin Ert 100-ks. #MarkuseArvutiMeelelahutus NB! Kõik kirjavead on sellel ajal loomulikult ning ma ei taha, et te selle kohta midagi kommenteeriksite (vastasel juhul teie kommentaar kustutatakse) Kui te ei näinud videot minu kõige esimese arvuti kohta, vaadake seda siit: https://www.youtube.com/watch?v=RTI-f3evqPA Vaata Ert 100 täispikka videot siit: https://www.youtube.com/watch?v=iCjBMpxewUg Vaata MarkusTegelane ajaveebi: http://markustegelane.blogspot.com |
k.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | Markuse,arvuti,meelelahutus,computer,entertain,entertainment,ment,my,first,minu,esimene,Windows XP,kogemus,eXPerience | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/146.jpg | N/A | /channel_db_lite/web/json/146.json | N/A | N/A |
141 | MarkusTegelane | Markuse arvuti meelelahutus: Ubuntu Touch Nexus 4-s [II osa] | 0 | 2017-03-07 | Selles videos näitan Ubuntu Touch'i enda nutitelefonis (Google/LG Nexus 4). Samuti seletan, mis see on. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=QaCRw1nPAxU | 0 | Ubuntu Touch in Nexus 4 (Part II) [Markus computer entertainment] | Ubuntu Touch Nexus 4-s (II osa) [Markuse arvuti meelelahutus] | In this video I show Ubuntu Touch in my smartphone (Google/LG Nexus 4). I also explain, what it is. Also watch part one: https://www.youtube.com/watch?v=OxrRPQ9b-tI I'll make Q&A if I get at least 10 questions asked in total. I made video two part, because in that way, making subtitles is way easier and its better for a viewer to watch shorter videos. Blog: http://markustegelane-en.blogspot.com Video info RAW-file: karimart.mxf Rendering time: 1,5 hours Quality: 1080i CC: Yes |
Selles video näitan Ubuntu Touch'i enda nutitelefonis (Google/LG Nexus 4). Samuti seletan, mis see on. Vaadake ka esimest osa: https://www.youtube.com/watch?v=OxrRPQ9b-tI #MarkuseArvutiMeelelahutus #Ubuntu #Linux Q&A teen siis, kui vähemalt 10 küsimust kokku saan. Tegin video kaheosaliseks, sest nii on subtiitrite tegemine palju lihtsam ning vaatajal on ka mugavam lühemat videot vaadata. Ajaveeb: http://markustegelane.blogspot.com Video info: RAW-fail: karimart.mxf Renderdamisaeg: 1,5 tundi Kvaliteet: 1080i CC: Jah |
karimart.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | markuse,arvuti,meelelahutus,markus,computer,entertainment,MarkusTegelane,TheMarkusGuy,Ubuntu Touch,Nexus 4,Google,Part II,Part 2,Part Two,II osa,2. osa,Teine osa,Markus,Maal,subtiit | https://odysee.com/@MarkusTegelane:8/markuse-arvuti-meelelahutus-ubuntu-touch:7 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/141.jpg | N/A | /channel_db_lite/web/json/141.json | N/A | N/A |
140 | MarkusTegelane | Markuse arvuti meelelahutus: Ubuntu Touch Nexus 4-s [I osa] | 0 | 2017-03-01 | Selles videos näitan Ubuntu Touch'i enda nutitelefonis (Google/LG Nexus 4). Samuti seletan, mis see on. Teine osa tuleb peagi… | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=OxrRPQ9b-tI | 0 | Ubuntu Touch in Nexus 4 (Part I) [Markus computer entertainment] | Ubuntu Touch Nexus 4-s (I osa) [Markuse arvuti meelelahutus] | In this video I show Ubuntu Touch in my smartphone (Google/LG Nexus 4). I also explain, what it is. Next part coming soon... I made video two part, because in that way, making subtitles is way easier and its better for a viewer to watch shorter videos. Blog: http://markustegelane-en.blogspot.com Video info RAW-file: n4ut.mxf Rendering time: 2 hours, 2 minutes Quality: 1080i CC: Yes There was a problem with the motherboard in my tablet. |
Selles video näitan Ubuntu Touch'i enda nutitelefonis (Google/LG Nexus 4). Samuti seletan, mis see on. Teine osa tuleb peagi... Tegin video kaheosaliseks, sest nii on subtiitrite tegemine palju lihtsam ning vaatajal on ka mugavam lühemat videot vaadata. #MarkuseArvutiMeelelahutus #Ubuntu #Linux Ajaveeb: http://markustegelane.blogspot.com Video info: RAW-fail: n4ut.mxf Renderdamisaeg: 2 tundi, 2 minutit Kvaliteet: 1080i CC: Jah Tahvelarvutis oli probleem emaplaadiga. |
n4ut.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | markuse,arvuti,meelelahutus,ubuntu,touch,Ubuntu,Linux,kernel,Linux Operating System,Blogger,blog,Nexus,Nexus 4,Google,Google Nexus 4,LG,Life's good,LG Nexus 4,Part I,Part one,Part | https://odysee.com/@MarkusTegelane:8/markuse-arvuti-meelelahutus-ubuntu-2:0 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/140.jpg | N/A | /channel_db_lite/web/json/140.json | N/A | N/A |
112 | MarkusTegelane | Markuse arvuti meelelahutus: Peaaegu redis! [HP sülearvutiga jamamine 2. osa] | 0 | 2016-11-06 | Teises ja viimases HP sülearvutiga jamamine osas kopeerime kõvakettale kõik failid väliselt kõvakettalt ja muudame muid asju. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=IQe7a3U971Q | 0 | Almost ready! (Messing with HP notebook, Part 2) [Markus's computer entertainment] | Peaaegu redis! (HP sülearvutiga jamamine, 2. osa) [Markuse arvuti meelelahutus] | On the second and last "Messing with HP notebook" episode, we'll copy all files from external hard drive and change other things. Made with: Sony Vegas Pro 11 Music: There is no such thing Intro: MarkuStation 2016 Talker: Markus Maal Laptop: HP G2 255 Notebook PC (Factory equipped with Windows 8.1) I went to sleep at 2 AM (normal) I don't advertise anything or anyone I don't have to say anything now.. If you have questions, ask them in the comments below |
Teises ja viimases "HP sülearvutiga jamamine" osas kopeerime kõvakettale kõik failid väliselt kõvakettalt ja muudame muid asju. #MarkuseArvutiMeelelahutus #HP Loodud programmiga: Sony Vegas Pro 11 Kasutatud muusika: Seda ei ole ju Intro: MarkusStation 2016 Rääkis: Markus Maal Sülearvuti: HP G2 255 Notebook PC (Algselt Win 8.1-ga) Ma läksin magama kell 2:00 (normaalne) Ma ei reklaami mitte midagi ega kedagi Rohkem mul rääkida ei ole... Kui teil on veel küsimusi, küsige kommentaarides. |
taking_care_of_a_lot_of thigs.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | MarkusTegelane,Markuse arvuti meelelahutus,Markus Maal,MarkuStation,markusstation,HP (Notebooks),HP,Notebooks,Sülearvutid | https://odysee.com/@MarkusTegelane:8/markuse-arvuti-meelelahutus-peaaegu:c | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/112.jpg | N/A | /channel_db_lite/web/json/112.json | N/A | N/A |
109 | MarkusTegelane | Minu kõige esimene arvuti | 0 | 2016-10-30 | Selles videos lülitan sisse enda kõige esimese isikliku arvuti. Pärast mõnda proovikorda, sain lõpuks arvuti tööle. | 1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=RTI-f3evqPA | 1 | My first computer [Markus computer entertainment] | Minu kõige esimene arvuti [Markuse arvuti meelelahutus] | In this video I will turn on my first personal computer. After several attempts, I managed to turn on the computer Computer specs: Processor: Intel(R) Celeron (1 core) RAM: 224 DDR1 OS: Windows XP Professional (Service Pack 3) Motherboard: I don't remember excaclty (but it had AMIBIOS) Video card: S3 (integrated) with VGA cable 2 universal serial bus ports 1 PS/2 mouse port 2 COM1 ports 1 LPT1 (printer) port 1 power cable port Last used (before recording): 2012 (December) Storage media: Hard disk: IDE 27,6 GB (30 GB advertised) Floppy disk (720 KB and 1,44 MB) CD-R - DVD+RW (1 MB to 4,7 GB) Links: Markus's blog: http://markusmaalen.blogspot.com Markus Maal+: http://www.youtube.com/MarkusMaal+ Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Music: Personified Fear - PlayStation Glitch (intro) Surfs up (Eat Shit) - Professor Kliq Always Hopeful - Silent Partner Far the Days to come - Letter Box They Might Not - Puddle of Infinity Not for nothing - Otis McDonald Carol of The Bells - Audionautix Windows XP Tour - Microsoft MIDI: WINTER01 - Microsoft Office SHOW01 - Microsoft Office |
Selles videos lülitan sisse enda kõige esimese isikliku arvuti. Pärast mõnda proovikorda, sain lõpuks arvuti tööle. Arvuti spetsifikatsioonid: Protsessor: Intel(R) Celeron (1-tuumaline) RAM: 224 DDR1 OS: Windows XP Professional (hoolduspakett 3) Emaplaat: Ma ei mäleta täpselt (kuid sellel oli AMIBIOS) Videokaart: S3 (integreeritud emaplaadiga) VGA kaabliga 2 jadasiini porti 1 PS/2 hiire port 2 COM1 Porti 1 LPT1 (printer) Port 1 toitekaabli port Viimati kasutatud (enne salvestamist): 2012 (detsember) Salvestusmeediumid: Kõvaketas: IDE 27,6 GB (30 GB kümnendsüsteemis) Floppy ketas (720 KB ja 1,44 MB) CD-R - DVD+RW (1 MB kuni 4,7 GB) #MarkuseArvutiMeelelahutus #Lite-ON #Tehnoloogia Lingid: Markuse blogi: http://markusmaal.blogspot.com Markuse Minecrafti blogi: http://markusminecraft.blogspot.com Markuse asjade kodulehekülg (beeta): http://markuseasjad.tk Markus Maal+: http://www.youtube.com/MarkusMaal+ Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ Muusika : Personified Fear - PlayStation Glitch (intro) Surfs up (Eat Shit) - Professor Kliq Always Hopeful - Silent Partner Far the Days to come - Letter Box They Might Not - Puddle of Infinity Not for nothing - Otis McDonald Carol of The Bells - Audionautix Windows XP Tour - Microsoft MIDI: WINTER01 - Microsoft Office SHOW01 - Microsoft Office |
vanarvut.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | arvut,minuarvut,esimene,arvuti,2012 | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/109.jpg | N/A | N/A | N/A | N/A |
105 | MarkusTegelane | Markuse arvuti meelelahutus: Taking care of a lot of things [HP sülearvutiga jamamine 1. osa] | 0 | 2016-10-17 | Kõige esimeses Markuse arvuti meelelahutuse osas, taastame tehasesätted HP sülearvutis. Andke teada, kas soovite näha järgmist osa. Ma väga loodan, et meeldis, sest see renderdas mingi 3 tundi. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=vlUU1UPYkMs | 0 | Taking care of a lot of things (Messing with HP laptop, Part I) [Markus computer entertainment] | Taking care of a lot of things (HP sülearvutiga jamamine, 1. osa) [Markuse arvuti meelelahutus] | In very first Markus computer entertainment episode, we will restore factory settings in HP laptop. Let me know if you want to see next part. I hope that you liked it, because it rendered something like 3 hours. Made in Sony Vegas Pro 11 Music: No such thing Intro: Markus entertainment (blue version) Voice: Markus Maal Laptop: HP G2 255 Notebook PC (Windows 8.1 preinstalled) Polish translated by Google Translate I went to sleep at 2 AM (very normal) I don't advertise anything or anybody I don't have anything else to say... If you have questions ask them by commenting. |
Kõige esimeses Markuse arvuti meelelahutuse osas, taastame tehasesätted HP sülearvutis. Andke teada, kas soovite näha järgmist osa. Ma väga loodan, et meeldis, sest see renderdas mingi 3 tundi. #MarkuseArvutiMeelelahutus #HP Loodud programmiga: Sony Vegas Pro 10 Kasutatud muusika: Seda ei ole ju Intro: Markuse meelelahutus (sinine versioon) Rääkis: Markus Maal Sülearvuti: HP G2 255 Notebook PC (Algselt Win 8.1-ga) Poola keelt tõlkis: Google Translate Ma läksin magama kell 2:00 (normaalne) Ma ei reklaami mitte midagi ega kedagi Rohkem mul rääkida ei ole... Kui teil on veel küsimusi, küsige kommentaarides. |
taking_care_of_a_lot_of thigs.mxf | Markuse arvuti meelelahutus | Markus computer entertainment | packard,Markus Maal,meelelahutus,entertainment,don't,remove,my,subscribers,youtube,or,else,...,I will,report,YouTube,as,Spam,website,And,you,are,not,allowed,to,demonitize,this | https://odysee.com/@MarkusTegelane:8/markuse-arvuti-meelelahutus-taking-care:7 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/105.jpg | N/A | /channel_db_lite/web/json/105.json | N/A | N/A |
49 | MarkusTegelane | TrackMania Kokkupõrked 2 - Video tegemine ja väljajäänud klipid [HD 60 FPS] | 0 | 2015-09-14 | [linkide loend] Selles videos näitan ma, kuidas ma tegin kokkupõrkeid TrackMania-s. Lisaks näitan ma välja jäänud klippe, mis oleksid video saladuse avaldanud. Loodan, et meeldis, sest see renderdas 2 tundi. See on ka mu esimene 60 FPS HD k... |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=KSMNHLv7CjY | 0 | TrackMania Collisions 2 - Making of and left out clips [HD 60 FPS] | . | [link list] In this video I'm going to show you how I made collisions work in TrackMania. In addition, I'm going to show clips that were left out, because they would reveal some of the secrets I hope you like it, because it rendered for 2 hours. This is also my first 60 FPS HD video that I made in Sony Vegas Pro 11. | . | TM.mxf | MarkuStation 0 | MarkuStation 0 | Racing Video Game (Video Game Genre),TrackMania (Video Game Series),Video Game (Industry) | https://odysee.com/@MarkusTegelane:8/trackmania-kokkup-rked-2-video-tegemine:2 | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/49.jpg | N/A | /channel_db_lite/web/json/49.json | N/A | N/A |
24 | MarkusTegelane | Markuse meelelahutus - Kliki seda! | 0 | 2015-03-10 | Selles programmis ei saa te klikkida ühte nuppu. Noh, vaadake videot kui olete uudishimulik. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ugFM4PzBlNw | 0 | Markus's entertainment - Click it! | . | In this program you can't click one button. Well, watch the video if you are interested. | . | Markuse meelelahutus - Kliki seda!.mp4 | Tarkvara | Software | Meelelahutus,Entertainment (TV Genre),ühendama,ühendatud,Kliki seda!,Microsoft Visual Studio (Software),Visual Basic (Programming Language) | https://odysee.com/@MarkusTegelane:8/markuse-meelelahutus-kliki-seda:e | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/24.jpg | N/A | /channel_db_lite/web/json/24.json | N/A | N/A |