CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Posts
    11

    Exclamation Image Overlay on Video

    Hi forum!

    I'm using C# to display MPEG4 video on a form. I want to overlay a transparent image over the playing video. I was wondering if anyone knows of a simple way of doing this (without using downloaded filters).

    Any help would be greatly appreciated,

    John.

  2. #2
    Join Date
    Mar 2010
    Posts
    11

    Re: Image Overlay on Video

    Anyone?

  3. #3
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: Image Overlay on Video

    This is NOT easy. I've done this before with MPEG and WMV replay but wrote a DirectShow filter (in C++) to do it.

    The easiest thing for you to do is to pick up an open sourced or third party product to provide this functionality for you.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Tags for this Thread

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

Featured