Leiti 20 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
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
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
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
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
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