You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my code on 64-bit Windows against a folder of videos, the fields are appropriately parsed and returned using the mi.Get(StreamKind.Video, 0, "Width") type calls. When running on 64-bit Linux with the correct libMediaInfo.so.0 file, the project compiles and runs fine, until trying to access the data inside of MediaInfo objects (same files as Windows tests). Debugging shows that every value is returned as an empty string.
I have a feeling this involves the ANSI conditional in the MediaInfo library source code.
I'll do some poking around to figure out if this can be resolved within the MediaInfoDotNet solution, unless there is a known fix.