我需要制作一个 directshow 应用程序来从源捕获 mp4 视频,我正在使用下图来执行此操作,
Input Stream --> MJPEG Decompressor --> x264vfw H.264/MPEG-4 AVC Codec --> GDCL Mpeg-4 Multiplexor --> File Writer
但是当连接过滤器 x264vfw H.264/MPEG-4 AVC Codec 和 GDCL Mpeg-4 Multiplexor 时,我得到了错误。HRESULT = -2147220969
任何人都可以对此有任何想法,如何使其工作。
谢谢。