How to turn Sequence of images into video using DirectShow filters?
- by Ole Jak
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?