生成视频缩略图
我在 Windows 7 上使用 VSTS 2008 + C# + .Net 3.5。我想使用 Expression Encoder 3 每 30 秒生成视频缩略图(wmv 格式)——例如,对于 5 分钟的视频,将有 10 个缩略图反映0秒、30秒、1分钟、1分30秒等时间的视频。
有参考代码吗?
I am using VSTS 2008 + C# + .Net 3.5 on Windows 7. I want to use Expression Encoder 3 to generate thumbnail image for video (wmv format) every 30 seconds -- e.g. for a 5 minutes video, there will be 10 thumbnails which reflects video at the time of 0 second, 30 second, 1 minute, 1 minute and 30 seconds, etc.
Any reference code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SDK 您可以尝试使用获取缩略图 方法:
Using the SDK you could try using the GetThumbnail method: