How do I get a Video Thumbnail in .Net?

后端 未结 5 941
-上瘾入骨i
-上瘾入骨i 2020-12-05 04:34

I\'m looking to implement a function that retrieves a single frame from an input video, so I can use it as a thumbnail.

Something along these lines should work:

5条回答
  •  执念已碎
    2020-12-05 05:17

    This project will do the trick for AVIs: http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

    Anything other formats, you might look into directshow. There are a few projects that might help:
    http://sourceforge.net/projects/directshownet/
    http://code.google.com/p/slimdx/

提交回复
热议问题