设置位置返回 E_NOTIMPL
我只想在输出 .avi 文件中写入 .avi 文件的特定部分。为此,我遵循 Source Filter ->Avi mux->File Writer。我尝试在 Mux 上使用 IMediaSeeking 来设置使用 Set Positions 指定具体的开始和停止时间,但它返回 E_NOTIMPL。 我还尝试查询 IMediaSeeking 的图形生成器,并尝试设置开始和停止位置,但没有成功。有人可以帮忙吗?
I want to write only a specific portion of a .avi file in the output .avi file .For this I follow Source Filter ->Avi mux->File Writer.I try to use IMediaSeeking on the Mux to set the specific start and stop times using Set Positions but it returns E_NOTIMPL.
I also try to query the graph builder for IMediaSeeking and try to set the start and stop positions with no success.Can someone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在连接到多路复用器输入的每个输出引脚上查询 IMediaSeeking,并设置这些引脚的位置。
Query for IMediaSeeking on each of the output pins connected to the mux inputs, and set the positions on those.