libmediainfo.dylib - http://MediaArea.net/MediaInfo Copyright (c) MediaArea.net SARL. All Rights Reserved Use of this source code is governed by a BSD-style license that can be found in the License.html file in the root of the source tree. For software developers ----------------------- Don't forget to put libmediainfo.0.dylib in your library folder and Example.ogg in your executable folder. Note: versioning method, for people who develop with LoadLibrary method - if one of 2 first numbers change, there is no guaranties that the DLL is compatible with old one. You should verify with MediaInfo_Option("Version") if you are compatible - if one of 2 last numbers change, there is a guaranty that the DLL is compatible with old one. So you should test the version of the DLL, and if one of the 2 first numbers change, not load it.