簡體   English   中英

如何使用Video Converter for .NET(C#)或其他FFMpeg包裝器在Asp MVc中創建視頻縮略圖

[英]How can use Video Converter for .NET (C#) or other FFMpeg wrapper To create Video Thumbnail in Asp MVc

我想使用FFMpeg包裝器(如Video Converter for .NET(C#))在我的網站上創建視頻縮略圖,我將視頻文件保存在mp4和wmv的本地視頻文件夾中。如果有人知道其他包裝器,請告訴我,我該怎么辦用這個

(new NReco.VideoConverter.FFMpegConverter()).GetVideoThumbnail(tmpFile, outputJpegStream);

問候

用戶關注代碼:

var ffmpeg = new FFMpegConverter(); ffmpeg.GetVideoThumbnail(path, ThumbnailPath, second);

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM