I wish to be able to load a video and run Bitmap manipulations on it.
How can I either put the whole video in the memory, or get bitmaps frame by frame, manipulate them, then save to another stream or whatever.
Thanks !
I wish to be able to load a video and run Bitmap manipulations on
Share
Does the export have to be in C#? If not, you should use ffmpeg (http://www.ffmpeg.org/).
Here is a similar question:
http://ubuntuforums.org/showthread.php?t=564717
I’ve had great results with ffmpeg.