如何在 C# 中读取 MKV 电影文件的长度和其他信息?

发布于 2024-08-03 16:18:49 字数 24 浏览 6 评论 0原文

有 .net 库可以做到这一点吗?

Is there a .net library to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

╄→承喏 2024-08-10 16:18:49

我认为有一个例子这里。它是 mkNETtools 的一部分。

应在此处解释下载:http://corp.koders.com/downloads

There is an example here I think. Its part of the mkNETtools.

Downlods should be explained here: http://corp.koders.com/downloads

So尛奶瓶 2024-08-10 16:18:49

我最近在网络上的某个地方发布了 NEbml 库源代码。谷歌这个名字。它包含用于编辑属性的示例,我将添加另一个用于读取整个文件数据的示例。

I recently posted NEbml library sources somewhere on the Net. Google this name. It contains the sample for editing attributes and I'm going to add another sample for reading whole file data.

稀香 2024-08-10 16:18:49

您是否可以控制机器(即您可以在其上安装 Matroska 编解码器吗?)如果是这样,最简单的方法可能是在 WPF 的视频控件或 Windows 上的另一个播放框架中加载电影并查询长度,而不是通过硬编码某些内容原始容器格式。更多依赖项,但如果您想更进一步(例如生成缩略图),可能很有用。

Do you control the machine (i.e. can you install the Matroska codec on it?) If so, the easiest way might be to load the movie in WPF's video control or another playback framework on Windows and query the length, rather than hardcoding something via the raw container format. More dependencies, but likely useful if you want to go further, like generating thumbnails.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文