cjee21

Results 323 comments of cjee21

https://github.com/MediaArea/MediaInfoLib/blob/abdbb218b07f6cc0d4504c863ac5b42ecfab6fc6/Source/MediaInfo/Tag/File_Id3v2.cpp#L589-L597 Access violation writing to `0x0000027DEE7D2000`. `Pos0` = 7, `Pos1` = 4256 `Pos1` larger than `Pos0` so `size_t` wraparound and becomes a very large number (18446744073709547367) `Buffer_Unsynch+Buffer_Unsynch_Begin` may also exceed...

From my experience, it will appear when there is a conformance error but better ask @JeromeMartinez to be sure. Examples: ![Screenshot 2024-11-23 223411](https://github.com/user-attachments/assets/4fecd97c-af4e-4661-a747-83cb60ea67d9) ![Screenshot 2024-11-23 223122](https://github.com/user-attachments/assets/ff4cf154-03f5-40ea-8321-4edd4854b2ce)

This is fixed already in current MediaInfo version. Using the exact FFmpeg command as in first post, the resulting video has Android version and GPS coordinates when viewed in MediaInfo.

@JeromeMartinez I think the ad may be too big and there is too much white space above/below it.

> Please specify which is the last version that did not include advertising 0.7.49?

There is no simple solution to this issue for the VCL-based GUI. After some digging around, I found that it is a limitation of the framework/system ([source](https://stackoverflow.com/questions/46680423/ttreeview-node-cannot-display-strings-more-than-256-characters#comment80311272_46680423) and Microsoft docs...

> It would be to split (" / ") the string How to determine if the " / " is part of content or one generated by MediaInfoLib?

The "abnormal" one is the one that looks normal to me but I rarely have mp4 with chapters. Anyway, does this help achieve your needs? ``` MediaInfo --Inform="General;%MenuCount%" ``` It...

#943 was a bug in GUI concerning HTML view. This one happens in MediaInfoLib so is different.