DirectShow video ad

I am trying to implement the cut function using DirectShow. This basically works when I try to cut off one sequence by setting the start and end positions. But now I want to cut the second sequence from the same source file and write directly at the end of the first cut. Therefore, I again set the start and end positions and start the chart again, but the file write filter overwrites the first section. So basically I want to know how to change this.

The problem is definitely in the avi-muxer filter, which creates write offsets for the file writer.

+4
source share
2 answers

DirectShow . , , : , , . , , .

, DES, CPlusSharp, , , , . , . (), , . , , , .

0

, DirectShow - DirectShow Editing Services, , , Microsoft.

+1

Source: https://habr.com/ru/post/1610527/


All Articles