|
#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 17:15. |
| The Following User Says Thank You to Gehrman For This Useful Post: | ||
Masquerade (07-03-2023) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drop and Scan 4 ZLib | Razor12911 | Conversion Tutorials | 14 | 31-08-2020 05:42 |
| AntiZ + CLS (ZLib Precompressor) | Razor12911 | Conversion Tutorials | 14 | 12-06-2017 20:01 |
| Zlib Checker | Razor12911 | Conversion Tutorials | 43 | 10-09-2016 08:41 |
| Fast Zlib Recompressor by Razor12911 (*Test*) | panker1992 | Conversion Tutorials | 25 | 27-04-2016 05:22 |
| Processing Zlib streams without headers | RamiroCruzo | Conversion Tutorials | 3 | 21-09-2015 00:24 |