tags:

views:

533

answers:

3

How do I programmatically take a snapshot from an MPEG file with C#?

A: 

You can check out gstreamer-sharp which is a .NET-binding to GStreamer.

David Holm
i need it windows
Chen Kinnrot
A: 

I can't take credit for this, check out this link

How to capture frame to bitmap class of C# from Video mpeg file

Lazarus
link does not contain anything
Chen Kinnrot
Go directly the the site and look at the accepted answer there... http://social.msdn.microsoft.com/forums/en-US/windowsdirectshowdevelopment/thread/92072701-bc3a-4bdf-ade8-8b030e3a2ab0
Lazarus
A: 

use direct show from code project

Chen Kinnrot