I have an application that captures analog measurements several times a second - to give you an idea how it looks like - here is a sample frame (obviously the curve changes as the measurements chage):
I need this application to record these frames into an AVI or any other video file that would be playable on windows without a custom codec.
I've thought of just creating a huge animated GIF file but rewind/pause capability is a must. FLV also will not do.
Is there any codec out there that would be:
- best suited to this kind of video (3-4 colors with no dithering, minimal changes frame-to-frame, about 4-8 fps)
- readily available in Windows Media Player
- available as a library for linux to encode the files
Any advice would be much appreciated.