#16
|
|||
|
|||
Yeah,its better. But eats insane amount of RAM at comp/decomp. :-/
|
Sponsored Links |
#17
|
||||
|
||||
Updated BCM
|
The Following 2 Users Say Thank You to Gehrman For This Useful Post: | ||
:( Sad8669 (21-07-2022), Lord.Freddy (12-09-2022) |
#18
|
||||
|
||||
BCM v2.03
Note: BCM works excellent for compressing the SFD and USM video format.
Source Code:
BCM - A BWT-based file compressor, v2.03 Copyright (C) 2008-2023 Ilya Muravyov Usage: bcm [options] input [output] Options: -b#[k,m] Block size in KB or MB (default: 32m) -l# Minimum match length for LZP (default: 128) -t# Number of worker threads (default: auto) -c Write to standard output -d Decompress -f Force overwrite of output file -x- Disable X86 preprocessor FreeArc Code:
[External compressor:bcm] header = 0 default =-b64m -x- packcmd = bcm.exe -c {options} $$arcdatafile$$.tmp <stdout> unpackcmd = bcm.exe -d -c <stdin> <stdout> Last edited by Gehrman; 12-03-2023 at 18:15. |
The Following User Says Thank You to Gehrman For This Useful Post: | ||
Masquerade (07-03-2023) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drop and Scan 4 ZLib | Razor12911 | Conversion Tutorials | 14 | 31-08-2020 06:42 |
AntiZ + CLS (ZLib Precompressor) | Razor12911 | Conversion Tutorials | 14 | 12-06-2017 21:01 |
Zlib Checker | Razor12911 | Conversion Tutorials | 43 | 10-09-2016 09:41 |
Fast Zlib Recompressor by Razor12911 (*Test*) | panker1992 | Conversion Tutorials | 25 | 27-04-2016 06:22 |
Processing Zlib streams without headers | RamiroCruzo | Conversion Tutorials | 3 | 21-09-2015 01:24 |