colinmarc / svt-rs

Rust bindings for the Scalable Video Technology (SVT) family of encoders.
MIT License
1 stars 0 forks source link

Proposal: create and implement SVTAV1Encoder for `image::ImageEncoder` from `image-rs` #1

Open MrFoxPro opened 3 months ago

colinmarc commented 3 months ago

Hi @MrFoxPro, can you elaborate on your use case a bit?

MrFoxPro commented 3 months ago

Hi @MrFoxPro, can you elaborate on your use case a bit?

Hello, there are high level image encoders in image-rs crate, for example: AvifEncoder https://github.com/image-rs/image/blob/main/src/codecs/avif/encoder.rs#L56 which uses rav1e internally. I suppose it would be nice to have ImageEncoder implementation with libastv1

colinmarc commented 3 months ago

I see, thanks for clarifying. I'm not familiar with AVIF - does svt-av1 even support it?