sbraz / pymediainfo

A Python wrapper around the MediaInfo library
https://pymediainfo.readthedocs.org/
Other
314 stars 57 forks source link

Update appveyor.yml (Latest MediaInfo Version) #117

Closed jstephenson01 closed 1 year ago

jstephenson01 commented 2 years ago

Latest version of MediaInfo supports the parsing or IAB (Atmos) Audio tracks.

JeromeMartinez commented 2 years ago

Latest version of MediaInfo supports the parsing or IAB (Atmos) Audio tracks.

Not exactly: we detect IAB and parse the the ADM content. Parsing of IAB comes a bit later :).

sbraz commented 2 years ago

Is this new MediaInfo really worth the bump? What do you think, @JeromeMartinez?

Users aren't forced to rely on the MediaInfo version shipped with the library. Actually, on Linux, they never do so they always use the system MediaInfo version.

If this new version really is worth it, I will bump pymediainfo but it will be meaningless for Linux users and it will add work for downstream distributions with no added values.

JeromeMartinez commented 2 years ago

Most of the updates are about IAB and ADM, it is worth it for users of theses formats. I don't know about how much effort it is for downstream vs update by users who wants the latest version, it is your choice, but FYI a new version is expected next month with more about IAB and ADM, it may be better to wait for the next version for full support of theses formats.

sbraz commented 2 years ago

In that case, let us wait for the next release. @jstephenson01 you will also need to update the Travis config for OSX wheels.

sbraz commented 1 year ago

That was done in 32e09f76fae851f29e10742c34ff1fda3f7891f3 and 3ac0c9c8bb2ee221e61528387d86b3b7bec73f39, closing.