MediaInfo, multimedia data manager
 

一般问题

网站的正式网址是什么?

OpenCandy stuff is installed!

OpenCandy is used by the Windows GUI installer for providing some Open Source and proprietary software advertisement.
You can look at the OpenCandy provacy policy.
If you don't have OpenCandy screen during the install, or if you don't click on "Yes, Install" (this is NOT the default action) in this screen, nothing is done.
Some files are put in the MediaInfo directory, and some registry keys are in the registry only for uninstallation.
If even with theses explanations you don't want OpenCandy stuff, you can:
  • Pay me every month for not having it (I spend a lot of time on MediaInfo, and I try to live from this work)
  • Use the package without installer
  • Use your own installer (this is open source, you can do it)
Keep in mind that this is not an adware installed without your consent.

MediaInfo tries to connect to the Internet!

Yes, it tries (if "Check for newest version" is checked).
When this checkbox is check, MediaInfo connects to mediaarea.eu website too for anonymous statistics. (how often MediaInfo is used, which OS/Language/Country is the most used...)
If you don't want to autorize anonymous statistics, uncheck the "Check for newest version" checkbox.

网站的下载页面上列出了许多文件,我该下载哪个呢?

要看你需要什么:
  • 图形界面: MediaInfo GUI
  • 命令行界面:MediaInfo Cmd
  • 供其他软件使用的DLL:MediaInfo DLL

然后选择你使用的操作系统:
  • Win : Windows 95 to Windows XP
  • Lin : Linux

以及你的硬件平台:
  • 686: Intel Pentium(奔腾), AMD Athlon(速龙)
  • AMD64: Intel EMT64 enabled CPU, AMD Athlon64

我该选择哪个版本的文件?

当然是最新的,以下情况例外:
  • 版本号中标有"beta":这是测试版,你可以下载使用,但需要注意,它可能不稳定
  • 告诉你下载这个软件的人指定了版本号,可能这个开发者不支持MediaInfo的新版本

为什么有些多媒体格式MediaInfo不支持?

因为我没有关于这种文件格式的说明。
如果你有这种格式的说明文档,请和我联系

某个文件没有被很好地分析,我该怎么办?

我很想看看这个文件,请和我联系

我想让MediaInfo显示我的语言,但语言列表中没有。

因为我不懂你的语言!;-)
如果你可以挤出一个小时的时间,你就可以完整地翻译它(通过“参数设置”对话框进行或直接翻译 Plugin\Language 文件夹中的语言文件),请将翻译好的语言文件发给我,让更多的人可以用上它。这并不困难,你只需要懂一些简单的英语。

这里没有我想问的问题,我该怎么办?

你可以到论坛上看看。

MediaInfo 图形界面版本(GUI)

这个版本的用户许可协议是什么?

GPL(General Public Licence,通用公共许可协议)

我想自己用源代码编译这个软件,该怎么做呢?

你可以在这里下载源代码。
你需要用Borland C++ 6来编译。
这里有一篇编译说明供参考。

为什么没有运行在Linux上的图形界面的MediaInfo?

VCL (Borland图形库) 无法在Linux上使用(这是唯一的原因)。
如果你知道如何使用wxWidgets (一个标准图形库),并且有兴趣用它来设计MediaInfo的图形界面,请和我联系

MediaInfo 命令行版本(Cmd)

这个版本的用户许可协议是什么?

GPL(General Public Licence,通用公共许可协议)。

命令行模式为什么没有更多的选项?

我没有足够的时间,并且用户们似乎并不需要这样的特性。
你可以到这里建议增加一项新功能。.

我想自己用源代码编译这个软件,该怎么做呢?

你可以在这里下载源代码。
注意:这个源代码存在一些可移植性问题,你编译时可能会遇到一些困难。这里有一篇说明供参考。

MediaInfo 动态链接库(DLL)

动态链接库的许可协议是什么?

LGPL(Library/Lesser General Public Licence,库/宽通用公共许可证协议)

为什么这个DLL不能和另一个软件一起使用呢(软件作者说可以)?

也许是版本的问题,你可以:
  • 请那个软件的作者更新他的软件以支持最新的MediaInfo DLL。
  • 尝试下载旧版本的MediaInfo DLL。

我想用MediaInfo的DLL编程,该怎么做呢?

下载DLL包,里面有针对多种编译器编写的例子。(标准C,标准C++,GCC,MinGW, Borland C++ Builder, Microsoft Visual C++, Microsoft Visual Basic, Microsoft C#, Microsoft J#)
这里有一个开发包(SDK)。

我不喜欢DLL,想用静态链接库,可以吗?

只能用C++。
你可以在下载页面上找到以下几个包:
  • 用 Borland C++ builder 6 编译的函数库
  • 用 Microsoft Visual C++ 9 (aka 2005)编译的函数库。注意:这个项目是静态地链接到多线程的C++库的,编译选项是针对C++设置的。需要特别注意的是,在标准C++中,wchar_t是一个预定义的类型,不是短整型。[英文原文]Warning : the project is staticly linked to the multithreaded C++ library, and options are C++ compliant (be carefull, in standart C++, wchar_t is a type, not a short int).
如果你想用其他的编译器或编译选项,你只能用源代码编译

我想用源代码编译,该怎么做呢?

这里下载源代码。
注意:源代码存在可移植性问题,你在编译时可能性会遇到一些困难。点这里查看相关帮助。
This page was translated by a non-native language translator, if you are interested to translate this page well, please contact me

SourceForge Valid XHTML 1.0 Strict Valid CSS