How can I convert video to a sequence of bitmaps? I need every frame one by one and process them in memory (no disc output).
I chose NReco.VideoConverter
but not sure which method can do this. I understand that FFMpegConverter.GetVideoThumbnail()
is useless, since you can extract image only based on time input.
Can I use FFMpegConverter.ConvertMedia()
? Please, how? I've been searching for hours.