Devon Sookhoo

Results 26 comments of Devon Sookhoo

@ashleysommer Thanks for looking into this issue, I look forward to it getting fixed.

MPEG is adding a TAI nanosecond timestamp capability for their [HEIF](https://github.com/strukturag/libheif/pull/1216) & MP4 files. I'm wondering if there's any open-source tool to convert such a timestamp to/from a human readable...

@farindk Yes, the heif_item functions look like a great. Is it still possible to merge these into master? Update: Never mind, you already put these changes in the develop-v1.18.0 branch.

I agree that 99% of the time, people will simply use the `mdat`. Writing to the `idat` is more of a nice feature to have than a hard requirement. Adding...

Okay, I understand now. This is a good point. Like bradh said, this is probably worth more thought. From what I can tell so far, the heif_items API looks great....

Updated to reflects the DAM1 version. See test file [here](https://github.com/dukesook/test-files/blob/master/timestamps/timestamps.heif).

Updated to include the box name:

That's fine, I'm mostly interested in reading & decoding.

Half the emscripten functions have the **js** prefix and the other half don't. e.g. `heif_context_read_from_memory()` `heif_js_check_filetype()` It would be nice if there was a more consistent naming convention, but this...