Dirk Farin

Results 455 comments of Dirk Farin

There is still some discussion about the exact semantics (https://github.com/MPEGGroup/FileFormat/issues/102). When this has been finally decided, the implementation will be moved to the stable API.

I'm forwarding this to @fancycode, who is maintaining the PPA.

The x265 command line docs says that the default maximum TU size is 32. If you set CTU to 16, this combination makes no sense as the TU has to...

I wouldn't mix this with the base `Box` class, but introduce a catch-all `Box_other` class that keeps the data for everything that libheif does not (yet) understand. I wouldn't even...

I have implemented this in a slightly different way. It is now not limited to 'uuid' boxes anymore, but one can add all sorts of boxes with raw data, and...

@dukesook Please review and if you think that this is ok, I'll close this PR.

This problem has been addressed in the upcoming v1.19.0. It is already corrected in the master branch. Previously, decoding often went through a forced RGB conversion internally in libheif, which...

> And when reading the `bigHDR.avif` file the `libheif` library is not giving us a color profile when we call `heif_image_handle_get_raw_color_profile_size`. That function is for returning the ICC. You want...

Can you attach the `output.avif` that you get. I do not have your ImageMagick version. Then, I can have a look what color profile is stored in the file.

@karthikeya-io Thank you for the files. The `input.avif` has a color profile: ```` | | | Box: colr ----- | | | size: 19 (header size: 8) | | |...