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开发者_JAVA技巧 of video. How can I achieve this? thanks
Annodex videos allow you to link to particular points in Ogg Theora videos. 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#.
精彩评论