Luca Barbato
Luca Barbato
signal_hook is a cli feature, we can add a progress/cancellation callback easily. We just need to figure how much information do we want to pass to it. ``` rust trait...
Progress would just know a block got encoded, potentially which one and what are the total blocks in the frame, but not how many blocks since it could be called...
@HyeonuPark do you have a specific use-case in mind? We are currently looking for samples we can use to tune some details of the encoder, so the timing would be...
With this patch on top of 7344daee25bc94620d7ac6577d1905089fab27f6, Bosphorus 4k 8bit. 4x4 tiles on a 8 threads i7: ``` encoded 600 frames, 0.292 fps, 5481.45 Kb/s ``` 7344daee25bc94620d7ac6577d1905089fab27f6 alone: ``` encoded...
Buffered requires Seek trait, making it impossible to use non-seekable inputs with the Demuxer trait
You are correct.
rav1e parallelizes over tiles pass `--tiles 8` or `--tiles 16` and it will use more of your hardware.
can you please provide information on: - how many cores on the machine - if the utilization rate is the one read on `top` or such tool (as in average...
Could you please rebase it? Shall we consider this for 0.3.0 ?
I guess we could add a nightly feature if there is consensus on going this route. ARM/aarch64 would need that as well for a while anyway.
File and Write seem missing from the build system.