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