My C++ app produces bitmaps with a timestamp. I can show these as a video in realtime, but i'd like to export them as h.264, using an ffmpeg process (command line) that the user has installed (to avoid requiring my app to be GPL'd).
Is what i'm asking even possible?