我要求将视频拆分为一系列必须适用于Windows和Mac系统(使用Mono)的帧(图像)。最初我使用AForge.Net为Windows开发了这个,但不幸的是它看起来像Mono不支持AForge.Net。
在Mono上运行时出现的错误是
AForge.Video.FFMPEG.dll contains native code that cannot be executed by Mono
in modules loaded from byte arrays. The assembly was probably created using C++/CLI.
所以我的问题是,如果有人知道AForge的类似框架可以将视频分割成Mono支持的图像。