I need to extract all keyframes (I-frames) from mp4-video as array of Bitmaps.
I've tryed different ffmpeg wrappers: FFMpeg.NET, FFMpeg-Sharp, FFLib.NET. But all of this projects work only under Windows (maybe I'm wrong, but I can't compile it under my linux machine).
So, how can I solve this problem under linux with Mono?