Results 1 to 4 of 4

Thread: Ideas on video capture or creation?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    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.

  2. #2
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    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

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    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...

  4. #4
    Hyperactive Member
    Join Date
    Sep 2000
    Location
    NJ, USA
    Posts
    326

    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
  •  



Click Here to Expand Forum to Full Width