Results 1 to 4 of 4

Thread: Video editing

  1. #1

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    Question Video editing

    Anyone know how can I use a blue screen technique with MPEG video or AVIs to either add a BMP or second AVI as a background to a foreground video? I guess I'm thinking of either as app OR a VB technique
    Looking for a friendly intelligent chat forum? Visit the white-hart.net

  2. #2

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    Unhappy

    There have to be some answers out theire somewhere
    Looking for a friendly intelligent chat forum? Visit the white-hart.net

  3. #3
    You'd have to go through pixel by pixel, but you'd still have to deal with anti-aliasing (partially blue pixels).

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    And there's always Direct3D. Try mapping 2 triangles with the AVI, and then making another 2 triangles, mapping them with a 32-bit image (with an alpha-channel). This will give you any transparency you'd like. Use the Direct3D surface maker that comes with the SDK. This is the only way that I can see you can do it with reasonable speed.

    Or you can go with directdraw, and hope that the alpha-channels work.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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