kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
582 stars 29 forks source link

Add optional, default enabled asm feature to pass to rav1e #5

Closed est31 closed 4 years ago

est31 commented 4 years ago

If enabled, this greatly increases encoding speed. On my machine I'm down from 15 seconds to 3 seconds for a 6k picture.

kornelski commented 4 years ago

Thanks!