Dirk Farin
Dirk Farin
I wanted to use the `android-library` because I do not want to hand-craft low-level WebDAV, and I wanted to use the `sso library` because we also want to offer other...
SVT is no new compression format, it is just a different encoder for AV1. Hence, I do not understand the change.
How about this: --list-encoders only shows the short list with the IDs of the encoders, but if we have both "--list-encoders -P", all encoders are shown with their parameters?
We don't have that yet. It was a _proposal_ to design is such that "--list-encoders -P" would _in the future_ list all encoders and parameters.
Yes, @silverbacknet is right. These functions are new since libde265 v1.0.7. The latest version is v1.0.8 at this time.
I have informed the Alpine package maintainer about this.
In order to add this, one would have to write a codec plugin. These can be added to libheif dynamically, even from client code. See `heif_register_encoder_plugin()`. Since it is also...
Sounds interesting. Could you contact me at [email protected] to discuss your specific requirements and how we could approach this?
Right, jp2 also has an ISO BMFF structure, but it is an ad-hoc specification only for JPEG 2000. Using the HEIF container has the advantage to also use the features...
That Canon camera writes HDR images (>8 bit). JPEG can only handle 8 bit, hence you get the error. If you output to PNG, it should work. On the other...