MKV元数据处理程序 [英] MKV metadata handler

查看:118
本文介绍了MKV元数据处理程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为MKV电影创建元数据处理程序shell扩展,以便我可以像在资源管理器属性面板中使用MP4或avi文件一样显示和编辑MKV文件的属性。我还没有办法做到这一点。这些属性来自MKV中的XML文件。有人能用这个问题指出我正确的方向吗?我之前没有做过任何编程,但是我愿意学习如果有任何指南,如果你能发布链接,我会很高兴。

I want to create a Metadata handler shell extenstion for MKV movies so that I can show and edit properties of an MKV file just like you can with an MP4 or avi file in the explorer properties panel. I haven't found a way to do this. The properties is comming from an XML file inside the MKV. Could someone point me in the right direction with this problem? I haven't done any programing before, but I am willing to learn so if there are any guides out there I would be happy if you could post links.

推荐答案

我没有进行shell扩展,但是在研究Internet Explorer扩展时(他们或多或少地使用相同的系统),我确实偶然发现了一些关于它的信息。



实现类似这样的东西的最简单方法可能是在C#或C ++中,因为你需要与COM接口。如果信息是XML格式,我会说使用C#,因为它包含了处理XML的工具。



这篇文章 [ ^ ]有点陈旧,但看起来应该给你一个起点。





找到一种更简单的方法:

此主题 [ ^ ]描述了如何向mkv文件添加标签:

程序Icaros将更多mkv文件的详细属性添加到windows shell,可从以下网址获得: http://shark007.net/tools。 html [ ^ ]

如果您正确格式化搜索,Icaros公开的标签是可搜索的,例如:使用frameheight:1080查找1080p视频(据说Icaros也生成缩略图,但它不在我的系统上)
I haven't made a shell extension, but I did come across a bit of information about it a while back while researching Internet Explorer extensions (they use the same system more or less).

The easiest way to implement something like this would probably be in C# or C++, because you'll need to interface with COM. If the information is in XML I'd say go with C# as it has included facilities for dealing with XML.

This article[^] is a bit dated, but it looks like it should give you a starting point.


Found a simpler way:
This thread[^] describes how to add tags to mkv files:
The program Icaros adds more detailed properties of the mkv files to the windows shell, available at: http://shark007.net/tools.html[^]
The tags exposed by Icaros are searchable if you format the search correctly, e.g. use "frameheight:1080" to find 1080p videos (Supposedly Icaros also generates thumbnails, but it's not on my system)




你解决了这个问题吗? ?

如果是,请帮助我。
Hi,
Do you solve this problem?
if yes, please help me to.


这篇关于MKV元数据处理程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆