logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aec - compress or expand files

Description

Aec  performs lossless compression and decompression with Golomb-Rice coding as defined in the Space Data
       System recommended standard 121.0-B-3.

Name

       aec - compress or expand files

Options

-3    24 bit samples are stored in 3 bytes

        -bBYTES
              internal buffer size in bytes

        -d    decompress infile; if option -d is not used then compress infile-jSAMPLES
              block size in samples

        -m    samples are MSB first; default is LSB first

        -nBITS
              bits per sample

        -N    disable pre/post processing

        -p    pad RSI to byte boundary

        -rBLOCKS
              reference sample interval in blocks

        -s    samples are signed; default is unsigned

        -t    use restricted set of code options

                                                                                                          AEC(1)

Synopsis

aec [-3] [-bBYTES] [-d] [-jSAMPLES] [-m] [-nBITS] [-N] [-p] [-rBLOCKS] [-s] [-t] infileoutfile

See Also