I've used the C# Bitmap class to manipulate images before, so I tried to do this with videos. It's not working. Is it possible to do a "Bitmap bm = new Bitmap("...\som eVideo.MOV")"? When I try, it crashes when getting to that line, giving the error that the parameter is not valid. So, apparently it doesn't like the ".mov".
I'm trying specifically to read in a video file recorded on a digital camera, and it's a .mov file. How can I read in this video file? Can I do it using Bitmap or do I need to use something else?
I'm trying specifically to read in a video file recorded on a digital camera, and it's a .mov file. How can I read in this video file? Can I do it using Bitmap or do I need to use something else?
Comment