AForge.Video.FFMPEG.VideoFileWriter 录屏失败需要注意的一个坑

 AForge.Video.FFMPEG.VideoFileWriter videoWriter = new AForge.Video.FFMPEG.VideoFileWriter();

videoWriter.Open(mp4file, width, height, 10, AForge.Video.FFMPEG.VideoCodec.MPEG4);

重点来了,如果你是通过像素分析方式获得的屏幕宽度和高度,请注意width和height必须是偶数!

上一篇:将8 bpp位图图片转换为1 bpp?


下一篇:C#完美实现打开笔记本电脑摄像头