I'm trying to implement a cut function using DirectShow. Basically it works when i try to cut one sequence by setting the start and end positions. But now i want to cut out a second sequence from the same source file and write directly at the end of the first cut. So i set start and end positions again and start the graph again but the file writer filter overwrites the first cut. So basically i want to know how to change this.
The problem is definitely resided in the avi muxer filter which creates the write offsets for the file writer.