Try through NuGet "accord.extensions.imaging.io", then I wrote the following little function:
private void makeAvi(string imageInputfolderName, string outVideoFileName, float fps = 12.0f, string imgSearchPattern = "*.png") {
It reads all images from a folder and displays video from them.
If you want to make it more enjoyable, you can probably read the image sizes instead of hard coding, but you got the point.
source share