拍摄视频快照

时间:2014-10-08 11:18:03

标签: c# ffmpeg thumbnails snapshot

我正在尝试拍摄视频快照,而不是另存为缩略图。我找到了this question并且已经完成了它。但我得到了这个例外:

WIN32Exception was unhandled by User-Code - The system cannot find the file specified

我做错了什么?

我的代码在这里:

FFMPEG f = new FFMPEG();
f.GetThumbnail(Server.MapPath("~/Uploads/" + unique), Server.MapPath("~/Thumbnails/" + unique.Remove(unique.IndexOf(".")) + ".jpg"), "1200x223");

并且我的folder structure

1 个答案:

答案 0 :(得分:0)

你有错误的路径

  

ffmpeg.exe

ffmpeg.StartInfo.FileName = HttpContext.Current.Server.MapPath("~/ffmpeg.exe");