diff --git a/adder-codec-rs/Cargo.toml b/adder-codec-rs/Cargo.toml index 9bb65b26..d2c90682 100644 --- a/adder-codec-rs/Cargo.toml +++ b/adder-codec-rs/Cargo.toml @@ -3,8 +3,8 @@ name = "adder-codec-rs" version = "0.4.2" edition = "2021" authors = ["Andrew C. Freeman"] -description = """Encoder/transcoder/decoder for ADΔER (Address, Decimation, Δt Event Representation) streams. - Currently, only implemented for raw (uncompressed) streams. Includes a transcoder for casting either framed or event video +description = """Encoder/transcoder/decoder for raw and compressed ADΔER (Address, Decimation, Δt Event Representation) streams. + Includes a transcoder for casting either framed or event video into an ADΔER representation in a manner which preserves the temporal resolution of the source. """ homepage = "https://github.com/ac-freeman/adder-codec-rs/wiki"