03-02-2025, 04:27 AM
(03-02-2025, 01:45 AM)SpriggsySpriggs Wrote: The idea for making AVI using an image sequence would be a little silly at this point. Might as well make it from scratch from frame data and such. As for sending over TCP/IP, you'd probably want super low resolution and to use a good compression algorithm. Maybe _DEFLATE$. Remember, all the frame data is lossless.
Making an AVI from scratch from frame data seems like a non-trivial task, and I wasn't finding any QB64 examples, but lookie here - are Microsoft's APIs coming to the rescue once again? There's an example at
https://www.wischik.com/lu/programmer/avi_utils.html
that references "avi_utils.h". I'll have to give it a try...