Video Frame Capture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All Fellow Developers

I looking for a nice way of capturing every nth frame from an mpg or avi file, and storing the captured frames into individual image files

I have a very flakey working solution using the Windows Media Player control, a timer control and a load of GDI+ calls to store the image. It works depending on which way the wind is blowing! I've tried advancing frames with the WMP control, but it doesn't like this and seems to get stuck at the first frame
 
Hi,

http://www.codeproject.com/csharp/steganodotnet4.asp?msg=768576

Ken
---------
Landley said:
Hello All Fellow Developers,

I looking for a nice way of capturing every nth frame from an mpg or avi
file, and storing the captured frames into individual image files.
I have a very flakey working solution using the Windows Media Player
control, a timer control and a load of GDI+ calls to store the image. It
works depending on which way the wind is blowing! I've tried advancing
frames with the WMP control, but it doesn't like this and seems to get stuck
at the first frame.
 
Is there something similar for MPEG video files

----- Landley wrote: ----

Thanks

This is just what I needed

----- Ken Tucker [MVP] wrote: ----

Hi

http://www.codeproject.com/csharp/steganodotnet4.asp?msg=76857

Ke
--------
Landley said:
Hello All Fellow Developers
control, a timer control and a load of GDI+ calls to store the image. I
works depending on which way the wind is blowing! I've tried advancin
frames with the WMP control, but it doesn't like this and seems to get stuc
at the first frame
 
----- Landley wrote: ----

Is there something similar for MPEG video files

----- Landley wrote: ----

Thanks

This is just what I needed

----- Ken Tucker [MVP] wrote: ----

Hi

http://www.codeproject.com/csharp/steganodotnet4.asp?msg=76857

Ke
--------
Landley said:
Hello All Fellow Developers
control, a timer control and a load of GDI+ calls to store the image. I
works depending on which way the wind is blowing! I've tried advancin
frames with the WMP control, but it doesn't like this and seems to get stuc
at the first frame
 
Back
Top