B buu May 20, 2007 #1 how could I grab an image from a video file using .net 2.0?? (any format - avi, etc)
P Peter Duniho May 20, 2007 #2 how could I grab an image from a video file using .net 2.0?? (any format - avi, etc) Click to expand... There's very little video support in .NET. However, you may find success looking at IMediaDet in DirectShow. You can use DirectShow via p/invoke. You may also find the DirectShow.NET project useful: http://sourceforge.net/projects/directshownet/ Pete
how could I grab an image from a video file using .net 2.0?? (any format - avi, etc) Click to expand... There's very little video support in .NET. However, you may find success looking at IMediaDet in DirectShow. You can use DirectShow via p/invoke. You may also find the DirectShow.NET project useful: http://sourceforge.net/projects/directshownet/ Pete