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
Download
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>