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 firs开发者_开发技巧t frame is image A second image B and so on =) How to do it?
Take a look at the Push Source Filters Sample from MSDN:
MSDN Push Source Filter sample
精彩评论