How to turn Sequence of images into video using DirectShow filters?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2009-12-28T15:21:46Z Indexed on 2010/03/13 15:05 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

How to turn Sequence of images into video using DirectShow filters? I have image A and image B and image C. I want to create a DirectShow graph (Using GraphEdit or with C\C++\C# for example) to create a video of 3 frames in duration where first frame is image A second image B and so on =) How to do it?

© Stack Overflow or respective owner

Related posts about directshow

Related posts about c++