I'm planning to pipe live image data (bitmaps) to ffmpeg in order to create an AVI file.
Looking at the ffmpeg docs regarding pipes, https://ffmpeg.org/ffmpeg-protocols.html#pipe, it only mentions UNIX pipes.
I'm planning using the technique described here: is it possible to send ffmpeg images by using pipe?
Is there a major difference on Windows that causes piping data to ffmpeg not working on Windows?