cjee21
cjee21
See https://github.com/MediaArea/MediaInfoLib/issues/819#issuecomment-2386980804 The nuget package is not official or maintained by MediaArea as far as I know.
@JeromeMartinez only for JPEG and PNG for now. JPEG one is tested but PNG one no sample file to test. AVIF have trouble getting MediaInfo to parse the correct position....
I guess this is why AVIF gain map metadata cannot be obtained.... ``` 0000C1 item - item_ID 5 (84 bytes) 0000C1 item_ID: 5 (0x0005) - (16 bits) 0000C3 reserved: 0...
Found the metadata in AVIF, added a temp commit to parse/show it. This commit is made in very simple/hack method.
> Sample file please :). > Same :) The same link as previously posted in Ultra HDR issue: https://www.adobe.com/go/gainmap_sample_photos For AVIF, the Exif will only parse after the fix in...
Also, parsespeed=1 crashes for AVIF: 
> No crash on my side 01_base_hdr.avif Try 01_base_sdr.avif
> Same. Hmm.. here it crashes on parsespeed=1 on CLI in Visual Studio debug mode or activating full parse in Qt GUI even on master branch.
Looked at more samples and updated the parsing, edited above comment that is wrong. Should now be able to parse all available samples. Also found that for AVIF, it may...
There are still some bugs with the new tfsxml based XMP parser. In some cases it does not reach the `Finish()` point.