|
|
|
#1
|
||||
|
||||
|
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. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
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 Last edited by kj911; 06-03-2026 at 05:54. Reason: attachment/few info added |
| The Following User Says Thank You to kj911 For This Useful Post: | ||
Carldric Clement (04-03-2026) | ||
|
#3
|
|||
|
|||
|
freearc contains tta 3.2 which afaik compress better but slower than 3.4
so it's better to run freearc/fazip itself rather than use tta executables and compression time probably isn't important for repacks, only dec. speed and ratio matters. check all 3 levels - from tta:m1 to tta:m3 Last edited by Bulat; 20-04-2017 at 22:14. |
| The Following 5 Users Say Thank You to Bulat For This Useful Post: | ||
Carldric Clement (23-06-2019), felice2011 (20-04-2017), JRD! (20-04-2017), romulus_ut3 (20-04-2017), shazzla (21-04-2017) | ||
|
#4
|
||||
|
||||
|
OK Guys... if you want to know about TTA and wavpack are same but was almost different.
TTA is smooth compression and lightning style. but the level was not to fit loss to combine before and after. wavpack is slow compression and support algorithm with a huge calculate. but the level was good to fit. almost not fit or whatever combine before and after. see?? it just same. |
|
#5
|
||||
|
||||
|
Can anyone give me wavpack 5.1's pack and unpackcmd?
__________________
Think twice |
|
#6
|
||||
|
||||
|
You can replace {compressor} with the name of the executable
"-h -x5 -q" are additional parameters...
__________________
Practice makes perfect. |
|
#7
|
||||
|
||||
|
Quote:
What if I use hybrid?
__________________
Think twice |
|
#9
|
|||
|
|||
|
Quote:
More methods, use separated WAV->WV compression and put all *.WV file to one archive its works! See te attached packages. Required properly encoded WAV source files from during compression. The "MISSING FILES" directory contain three uncompressible, damaged WAV's not compressing the MSTS game files sets. (4998 file its work via 5001 files set. CRCs it OK!) Mini compare (from my big test): WAVPACK 4.80.0 x86 with "-hh -x6" + FreeArc 0.67 with "-mx" switches: Results: 674 635kB (FreeArc temporary file: 673 358kB)** with -mrep:512m switches: 673 414kB Comp. time: ~155+20min; Decomp. time: ~10min WAVPACK 4.80.0 x86 with "-f" + FreeArc 0.67 with "-mx" switches: Results: 674 635kB (FreeArc temporary file: 709 262kB)** with -mrep:512m switches: 711 083kB** Comp. time: ~10+20min; Decomp. time: ~10min! **Missing 3 files!!! Yes, don't use LZMA compression! MSC+SREP: 634861kB (In last time.) UPDATE: New results are posted it --> https://fileforums.com/showpost.php?...postcount=2597 Last edited by kj911; 17-10-2021 at 14:37. Reason: Added link from new results |
| The Following User Says Thank You to kj911 For This Useful Post: | ||
Carldric Clement (18-10-2021) | ||
|
#10
|
||||
|
||||
|
Quote:
Code:
[External compressor:wavpack] header = 0 packcmd = wavpack.exe -hh - $$arcpackedfile$$.tmp <stdin> unpackcmd = wvunpack.exe - - <stdin> <stdout> solid = 0 Code:
Compressed 5 files, 5,459,330 => 947,119 bytes. Ratio 17.35% Compression time: cpu 0.02 sec/real 1.28 sec = 1%. Speed 4.25 mB/s All OK
|
|
#11
|
|||
|
|||
|
Carldric! Use very higher files sets from compression! Works?? (Testing now in few hours.)
Found the BUG! See the pictures. YES! That was the problem. WvUnpack.exe glitch! 50-50 percentage its really to extract properly! Internally ARC file test its OK! ![]() ![]() Tested from my 5001 WAV files sets. Don't work. The WAVPACK compressor no tolerance its incompressible, not standard and/or damaged WAV files. Found first error and compression progress exiting now with Errorlevel=1 message. This MSC and FreeArc with TTA-method tolerance any errors and will compress properly! Compression error: https://i.kek.sh/723SkDDMPn5.png Its probably fully proper switches from decompression: Code:
unpackcmd = wvunpack.exe -z $$arcpackedfile$$.tmp $$arcdatafile$$.tmp The "-z" switch its cosmetic usage from CMD Window title. Last edited by kj911; 26-10-2021 at 04:29. Reason: Any new infos added |
|
#12
|
||||
|
||||
|
Quote:
![]() EDIT: Use "tta" method on FreeARC to compress a WAV files if it works. Last edited by Carldric Clement; 28-10-2021 at 01:28. |
|
#13
|
|||
|
|||
|
Carldric: It looks like we're pretty much done with this WavPack compression, with all its limitations.
Yes, TTA or MSC/TAK method its best and favorized methods usage in future time. Compression ratio and any results barely better then WavPack versions. Good luck. |
| The Following User Says Thank You to kj911 For This Useful Post: | ||
Carldric Clement (29-10-2021) | ||
|
#14
|
|||
|
|||
|
I think HALAC would be better. It outperforms all available lossless wav-packer algorithms. (in speed)
Compression ratio only a bit worse than others. Real life example ,but it obviously depends on the source. 1.wav 58,245,620 1.flac 42,758,413 (max. compression) 1.tak 42,214,646 1.tta 42,339,162 1.halac 43,003,837 HALAC's compression time : 0.8 sec on Ryzen 7 9700x ,single thread. Disadvantages : It has no stdio and stream processing feature. Available at encode dot su ,look for Hakan Abbas. Last edited by shazzla; 05-03-2026 at 02:00. |
|
#15
|
||||
|
||||
|
Quote:
![]() Code:
[External compressor:halac] header = 0 packcmd = "media\halac_e" $$arcdatafile$$.wav $$arcdatafile$$.halac -normal unpackcmd = "media\halac_d" $$arcdatafile$$.halac $$arcdatafile$$.wav datafile = $$arcdatafile$$.wav packedfile = $$arcdatafile$$.halac solid = 0 Last edited by Carldric Clement; 15-03-2026 at 10:10. |
![]() |
| Tags |
| algorithm, freearc, lossless sound |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Need help with opus and freearc | averanted | Conversion Tutorials | 6 | 29-07-2016 11:00 |
| some kind of algorithm problem in freearc 0.67 | rafikhan | Conversion Tutorials | 0 | 05-07-2014 03:02 |
| GameCopyWorld Support forum FAQ; read before posting! | RincewindTheWiz | GameCopyWorld Support | 1 | 10-10-2006 23:55 |
| Emulators on the Xbox | Skullleader | XBox Games | 15 | 07-04-2003 10:09 |