Single image to video in c#
问题 I've been using Aforge in VS to manipulate images, and now I need to convert a single image to video. The code I have works, but as soon as I add an image path it outputs an empty video. I guess is something very simple, but since i know practicly nothing about c#, I need help every step of the process. Can someone please help me with this? using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Imaging; using