|
-
Jan 17th, 2006, 01:40 AM
#1
Ideas on video capture or creation?
How would one create video files in .NET? Is there a relatively simple way? Any magical class library out there that allows you to capture images at a certain interval, then combine them into some popular video format? Any ways to capture streaming video from, say, a webcam? I have still images down pat, already made a couple different progs with that. Now looking for ideas on how to go about capturing actual video....
All that I have searched have brought be to DirectX, with DirectShow. Is there a different way? Every DirectX SDK I seem to download has everything but DirectShow (and with dialup, usually, when I say "Download" I mean, "installed it from a cd with the files downloaded by a friend on it" ). Im all up for suggestions. Any ideas, however odd, plausible, or inplausible will be greatly appreciated
Last edited by gigemboy; Jan 17th, 2006 at 01:53 AM.
-
Jan 17th, 2006, 02:03 AM
#2
Re: Ideas on video capture or creation?
well, you can use bltbit to capture the screen image.. as for saving to a video format here is something i found http://www.codeproject.com/csharp/st...&select=649524
-
Jan 17th, 2006, 10:48 AM
#3
Re: Ideas on video capture or creation?
Excellent Phil! Looks promising. When I get around to it I will try out the AVIWriter class in that link.
Anyone else have anything else they can add?? Any other methods? I have seen very few examples of video capture/creating for .NET, and would like to get something done. I plan on setting up a little sample project and adding it to the codebank if I can get something working...
-
Jul 23rd, 2009, 02:18 PM
#4
Hyperactive Member
Re: Ideas on video capture or creation?
Any update to this? I have a video server that uploads jpeg image captures via FTP when it detects motion on a security camera. I'd like to convert those images into a video, for easier viewing later on. The format doesn't really matter.
VB.NET 2005 Express with .Net 2.0
C# 2010 .Net 4.0
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|