View Single Post
  #2  
Old 03-03-2026, 15:12
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
i was build this prepack for wav and raw(image).
is in c lang. but i cant fix to unpack. if anyone can help.
check the attach.
With the properly configured "arc.ini" file, it works fine.

Looking through GitHub's commits, I found, in one of them, the author's compiled binaries! There are no binaries available on the "prepack" main page or in the "Releases" branch.

The package you uploaded reflects the status as of 2016.03.12., if everything is correct. The package below, in principle, reflects the status as of 2016.03.10. and the "prepack.c" source code, if everything is correct, also contains the very first version from 2016.03.04. (it is in a separate small *.7z file, inside the larger 7z archive.)

Note: The compiled 32-bit EXE can be shrunk to under 20kB during compilation. With UPX, even further.

Arc.ini settings (from original authors posted EXE file, try edit its from used EXE name different):
Code:
[External compressor:prepack]
header = 0
packcmd   = "x64-prepack.exe" e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = "x64-prepack.exe" d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
The filters, works from *.wav/others audio/few data files. (*.mpg files tested, 0 byte gain.) Technically very lightweight category compared from FreeArc delta/tor,etc.. filters.
Attached Files
File Type: 7z prepack_b3b4835_commit.7z (66.9 KB, 4 views)
File Type: txt prepack_test.txt (6.4 KB, 0 views)

Last edited by kj911; 06-03-2026 at 05:54. Reason: attachment/few info added
Reply With Quote
The Following User Says Thank You to kj911 For This Useful Post:
Carldric Clement (04-03-2026)