11 releases

0.3.3 Mar 18, 2024
0.3.1 Dec 13, 2023
0.3.0 Nov 30, 2023
0.2.0 Feb 20, 2023
0.1.0 Dec 31, 2022

#185 in Video

Download history 1/week @ 2023-12-15 8/week @ 2024-01-05 7/week @ 2024-02-16 5/week @ 2024-02-23 2/week @ 2024-03-08 103/week @ 2024-03-15 15/week @ 2024-03-22 11/week @ 2024-03-29

131 downloads per month

MIT/Apache

1MB
14K SLoC

Rust 12K SLoC // 0.1% comments Jupyter Notebooks 1K SLoC // 0.3% comments Shell 754 SLoC // 0.2% comments Python 570 SLoC // 0.3% comments

Crates.io Downloads

Inspect an ADΔER file

Want to quickly view the metadata for an ADΔER file? Just install this program for the current user with cargo install adder-info, then run with adder-info -- -i /path/to/file.adder -d. This program is analogous to ffprobe for framed video.

Currently, this only produces accurate data for raw (non-compressed) files. Compressed files will produce accurate header data, but the event counts and dynamic range will be incorrect.

The -d flag enables the calculation of the ADΔER file's dynamic range. This can take a while, since each event must be decoded to find the event with the maximum intensity and the minimum intensity. Example output:

Dimensions
	Width: 960
	Height: 540
	Color channels: 3
Source camera: FramedU8 - Framed video with 8-bit pixel depth, unsigned integer
ADΔER transcoder parameters
	Codec version: 1
	Ticks per second: 120000
	Reference ticks per source interval: 5000
	Δt_max: 240000
File metadata
	File size: 1114272056
	Header size: 29
	ADΔER event count: 111427201
	Events per pixel: 214
Dynamic range
	Theoretical range:
		114 dB (power)
		37 bits
	Realized range:
		27 dB (power)
		9 bits

Dependencies

~33–72MB
~1M SLoC