libaec

Adaptive Entropy Coding library implementing Golomb-Rice algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Adaptive Entropy Coding implementing Golomb-Rice algorithm

Commands

aeccadud

Examples

Compress a file using adaptive entropy coding$ aec -e input.txt output.aec
Decompress an AEC compressed file$ aec -d output.aec decompressed.txt
Compress with specific block size parameter$ aec -e -b 32 large_data.bin compressed.aec