I have a C++ app that creates a series of 640 x 512 bitmaps using GDI (not GDI+). I’d like to produce a video file consisting of these bitmaps displayed sequentially.
The video format can be .avi, .mov, mp4, or any other format that is commonly supported (say, by Windows Media Player, or VideoLan [VLC]).
The only solutions I have found so far use the Microsoft AVIFile library, which is no longer available or supported.
Windows 11, Visual Studio 2022, C++