kornia / kornia-rs

Low-level Computer Vision library in Rust
https://docs.rs/kornia
Apache License 2.0
206 stars 18 forks source link

Implement VideoWriter / VideoReader #113

Open edgarriba opened 3 months ago

edgarriba commented 3 months ago

implement an initial mp4 reader/writer in kornia-io

Evaluate wheter to use the crates below

also requested by @haixuanTao dora-rs

edgarriba commented 2 months ago

possibly start with gstreamer as the api will be similar with the camera stream and reuse some code https://github.com/kornia/kornia-rs/blob/main/crates/kornia-io/src/stream/capture.rs

In addition, gstreamer has some large and already validated support to hw acceleration