1 Star 0 Fork 1

rzkn/MediaInfoLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ReadMe.txt 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
XhmikosR 提交于 2013-06-06 13:04 . ran tabspace
MediaInfo.lib : static library
MediaInfo.Dll : dynamic library
HowToUse.exe : static-linked example
HowToUse_Dll : dynamic-linked example
For DLL, there are two versions of functions :
- MediaInfoLib_XXX : Unicode version (international, UTF16, 2-byte characters), this is the main version, there is not only English language in the world ;-). So, now, Chinese / French / German languages can be showed at the same time.
- MediaInfoLibA_XXX : Deprecated, Ansi version (localized, UTF8, 1-byte characters), as the old DLL : you should link your old code to these functions.
MediaInfo library (static and/or shared) can be compiled within these different tools :
- Project/BCB : Borland C++ Builder 6
- Project/CMake : cmake, C++
- Project/CodeBlocks : C++
- Project/GNU : g++, C++
- Project/MSVC2005 : Visual Studio 9 (aka 2005), C++
- Project/MSVC2008 : Visual Studio 10 (aka 2008), C++
- Project/MSVC2010 : Visual Studio 11 (aka 2010), C++
- Project/MSVC2012 : Visual Studio 12 (aka 2012), C++
- Project/Solaris : g++, C++
Examples for using the MediaInfo library are given under those folders :
- Project/Delphi : Borland Delphi 7
- Project/Java : Java
- Project/MSCS2008 : Visual Studio 10 (aka 2008), C#
- Project/MSCS2010 : Visual Studio 11 (aka 2010), C#
- Project/MSJS : Visual Studio 7.1 (aka 2003), J#
- Project/MSVB : Visual Studio 7.1 (aka 2003), Basic (and no more VB6 code)
- Project/MSVB2010 : Visual Studio 11 (aka 2010), Basic
- Project/NetBeans : Java binding
- Project/PureBasic : Basic
MediaInfo library needs only 2 extra libraries to compile properly :
- zenlib.lib
- zlib.lib
You can enable or disable format support with Compilation macro defines :
MEDIAINFO_XXX_NO or MEDIAINFO_XXX_YES (if both are defined, NO is choosen)
XXX may be :
- VIDEO (all videos)
- AUDIO (all audios)
- RIFF : Microsoft Avi, Wav...
- OGG : Ogg, Ogm...
- MPEG : Mpg, Mpeg, Vob...
- MPEG4 : Mp4, M4a, M4v...
- MPEGA : mpa, mp2, mp3...
- MPEGV : mpv, m2v...
- WM : Wma, Wmv...
- QT : Qt, Mov...
- RM : Rm, Rmvb...
- DVDV : Ifo of DVD
- AAC : Aac
- DTS : Dts
- AC3 : Ac3
- MK : Matroska
- APE : Monkey Audio, Ape, Mac...
- FLAC : Flac
- SNDFILE : SndFile related
- etc...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rzkn/MediaInfoLib.git
git@gitee.com:rzkn/MediaInfoLib.git
rzkn
MediaInfoLib
MediaInfoLib
master

搜索帮助