Our application writes uncompressed video frames to an avi file. In case of not sufficiant performance frames are dropped (probably by the Avi Muxer). This cant be fixed of course. But our problem is that we didnt found a way to inform the user about that. We measure the frame rate we send to the Avi Muxer and this is correct. But we can see with unsufficiant writing performance there are lost frames in the writen avi file. Does somebody know how to measure the number of writen frames to the avi file?
I found a related question here, but this didn't give me an answer.