/avslz

A library and tool for working with AVS2's data compression format

Primary LanguageGoMIT LicenseMIT

avslz

A library and tool for working with AVS2's data compression format

CLI

A simple CLI tool for compressing and decompressing data is included

Usage of avslz:
  -d    Enable decompression
  -i string
        Path to the input file, or "-" for standard input (default "-")
  -o string
        Path to the output file, or "-" for standard output (default "-")

Library

Read the code