简体   繁体   English

如何使用C#为视频中的各个位置添加书签

[英]How to bookmark various spots in a video using C#

I need to bookmark various places in a video.Save these bookmarks,which user can use again to go to that section of video. 我需要在视频中的各个地方添加书签。保存这些书签,用户可以再次使用它们转到视频的该部分。 How can I achieve this? 我该如何实现? thanks 谢谢

Annodex videos allow you to link to particular points in Ogg Theora videos. Annodex视频使您可以链接到Ogg Theora视频中的特定点。 You can then seek directly to the point in question. 然后,您可以直接寻找问题所在。

The Annodex libraries are written in C, so you would be able to call them from C#. Annodex库是用C编写的,因此您可以从C#中调用它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM