Crates.io | adder-viz |
lib.rs | adder-viz |
version | 0.4.1 |
source | src |
created_at | 2022-11-29 19:20:00.526444 |
updated_at | 2024-08-29 20:12:12.776859 |
description | A GUI project to visualize and tune parameters of an ADΔER asynchronous video transcode. |
homepage | https://github.com/ac-freeman/adder-codec-rs/wiki |
repository | https://github.com/ac-freeman/adder-codec-rs/tree/main/adder-viz |
max_upload_size | |
id | 725609 |
size | 1,148,260 |
A GUI project to make it easier to tune the parameters of ADΔER transcoding.
You may need to install the Bevy dependencies described here.
If you want to transcode from DVS/DAVIS, we depend on davis-EDI-rs. For that (for now), you have to install OpenCV as described here.
cargo install adder-viz
Install with DVS/DAVIS support:
cargo install adder-viz -F "open-cv"
Install with source-modeled compression support (requires Rust Nightly!):
cargo install adder-viz -F "compression"
Run adder-viz
in the terminal and the above window will open. Drag and drop your video of choice from a file manager, and the ADΔER transcode process will begin automatically. Currently, it only supports .mp4 video sources, .aedat4 DAVIS 346 camera sources, and DAVIS 346 camera sources connected via Unix sockets. Some parameter adjustments, such as the video scale, require the transcode process to be relaunched, which causes a noticeable slowdown in the UI for a moment. The program can also playback .adder
files, which you can even generate on the Transcode tab.