Thread: C# Live Video Editing/Rendering

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    2

    C# Live Video Editing/Rendering

    hi to all,
    I have design a Application that takes input

    from the Web cam or other video devices. and

    have to add some frames in the Live video and

    then display.
    i have study out the direct sdk , which

    provide the flexible enviornment. but i dont

    get the proper flow.It is totaly based on the

    VC++ component.
    Please Help.
    Thanks.

  2. #2
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    For true streaming you'd probably have to write your own filter (Or purchase one that is available). You can find a multicast streaming filter example in the directshow/directsound examples that you can get as a seperate download through microsoft.

  3. #3
    Registered User
    Join Date
    Nov 2009
    Posts
    2
    hi,
    can u tell me the link to purchase filters.

  4. #4
    Registered User
    Join Date
    Dec 2009
    Posts
    2
    Try using aforge. It's very simple to use.

    Get it from here: aforge - Project Hosting on Google Code

    I can email you a sample project I made with it. It's a small program that detects all the webcams, gets alive feed, and then adds certain filters to the live video.

    Afroge is simple to use and very very powerful.

    Just let me know if you want the source to my project.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL -- openGL -- video mode attributes
    By MK27 in forum Game Programming
    Replies: 12
    Last Post: 11-18-2009, 10:05 AM
  2. Problem With My Box
    By HaVoX in forum Tech Board
    Replies: 9
    Last Post: 10-15-2005, 07:38 AM
  3. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  4. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM