My WPF application is generating up to 30 images per second and I need an efficient way to compress this stream in real time or in some post-processing step.
I am looking into WMF mostly because of MP4/H264 compression but I could not find any sample code or tutorial...
Any pointers? Thanks.