Windows

时间:2017-06-01 00:03:36

标签: c# wpf video ffmpeg

当我运行使用AForge.NET创建的WPF应用程序时,我经常会遇到以下ffmpeg编解码器打开错误。我需要通过多个线程同时保存几个USB摄像头的视频。我多次录制视频后收到错误。如果有人解决了类似的问题并给了我一些解决的想法,我将不胜感激。

堆栈跟踪

AForge.Video.VideoException - 无法打开视频编解码器。    at AForge.Video.FFMPEG.?A0xfb175571.open_video(WriterPrivateData data)在c:\ projects \ aforge.net \ sources \ video.ffmpeg \ videofilewriter.cpp:第459行    at AForge.Video.FFMPEG.VideoFileWriter.Open(String fileName,Int32 width,Int32 height,Int32 frameRate,VideoCodec codec,Int32 bitRate)在c:\ projects \ aforge.net \ sources \ video.ffmpeg \ videofilewriter.cpp:line 159

我的环境

  • 机器:Window 10 64bit
  • 构建计算机:Windows 8.1 64位
  • IDE:Visual Studio 2012
  • 语言:C#
  • .NET版本:4.6.2
  • ffmpeg版本:AForge.NET Framework 2.2.5(ffmpeg LGPL Ver。) https://aforgeffmpeg.codeplex.com/
  • 编解码器:WMV2

提前致谢。

0 个答案:

没有答案