如何为视频生成摘要?
对于视频文件(例如 wmv 文件或其他格式),我需要为视频生成摘要。摘要预计采用文本格式。有没有成熟的工具或者算法?如果开源工具/SDK 更好(不是必须),这样我就可以根据我的特殊需要进行修改。
提前致谢, 乔治
For a video file (e.g. wmv file or other format), I need to generate abstract for the video. The abstract is expected to be in text format. Any mature tools or algorithms? Better (not a must) if open source tools/SDKs so that I can modify for my special needs.
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在寻找仅给出视频帧的视频内容的文本描述,那么恐怕您不走运——计算机视觉研究的当前状态远远达不到这一目标。如果您可以接受非文本描述,视频关键帧或镜头/场景检测算法可以为您提供基于图像的摘要。
If you're looking for a textual description of a video's content given only the video's frames, then I'm afraid you're out of luck -- the current state of computer vision research is well short of that goal. If you can settle for a non-textual description, video keyframe or shot/scene detection algorithms can give you an image-based summary.
如果我正确理解“抽象”,您应该查看 Hachoir-Metadata,请参阅他们的示例页面:
http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata/examples
If I understand 'abstract' correctly, you should look into Hachoir-Metadata, see their example page:
http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata/examples