Hello everyone, i need to record a avi-file in my c++ project, but it must have the lenght of one frame only. I use a normal directshow-filter-chain. After i run the graph i wait for a event with a timeout of about 40ms, so most of the time i get one-frame-avis, but sometimes i get corrupted files with no video and sometimes there a more than one frame... I do not want to use the framegrabber filter, because i need the original codec and colorspace etc. Any idea?