Do any APIs exist in .NET framework to work on video processing? specifically I want to extract all the keyframes in a video.
DirectShow may come of use in this. But the documentation says that its being deprecated. Also, I did some quick search but couldnt find anything useful in DirectShow's successor WMF, as far as my topic is concerned.
If there are not .NET API that may be useful to me, then could you suggest any other ways that could complete my task?
Bhoot