View Single Post
  #3602  
Old 29-07-2023, 09:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,496
Thanks: 1,085
Thanked 7,121 Times in 2,704 Posts
KaktoR is on a distinguished road
Ratchet & Clank Rift Apart

For the movie files you can use bink2 plugin with a chunk size like c1gb. The videos are just stored as plain text. You can see the bink2 file headers "KB2j" with HxD but I don't know how big the biggest file is actually. However I guess c1gb should be enough.

Code:
c256mb
Compressed 4 files, 4,269,568,000 => 3,891,106,223 bytes. Ratio 91.14%
Compression time: cpu 1.83 sec/real 144.25 sec = 1%. Speed 29.60 mB/s
All OK

c512mb
Compressed 4 files, 4,269,568,000 => 3,843,203,753 bytes. Ratio 90.01%
Compression time: cpu 1.69 sec/real 166.48 sec = 1%. Speed 25.65 mB/s
All OK

c1gb
Compressed 4 files, 4,269,568,000 => 3,708,218,303 bytes. Ratio 86.85%
Compression time: cpu 1.97 sec/real 249.45 sec = 1%. Speed 17.12 mB/s
All OK

c2gb
Compressed 4 files, 4,269,568,000 => 3,708,218,323 bytes. Ratio 86.85%
Compression time: cpu 1.91 sec/real 283.34 sec = 1%. Speed 15.07 mB/s
All OK

Extracted 4 files, 3,708,218,323 => 4,269,568,000 bytes. Ratio 86.85%
Extraction time: cpu 3.02 sec/real 167.80 sec = 2%. Speed 25.44 mB/s
All OK
I guess you can find out the biggest file chunk using xtool verbose mode with the bk2 plugin, but not sure.
__________________
Haters gonna hate

Last edited by KaktoR; 29-07-2023 at 10:06.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Wanterlude (29-07-2023)