Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试重新加入(一个原始)AVI 文件的较小块。那怎么办?我正在编程 C++ 并且到目前为止一直在使用 directshow 但似乎没有可用的过滤器来实现我想要的。像 AVI Append 过滤器之类的东西会很棒!
没有标准的合并过滤器,您需要自己编写或寻找第三方解决方案。要编写自己的内容,您需要确保两个源上的媒体类型匹配,并更新它们上的时间戳以将各个部分拼接成单个流畅的流。