0
votes

i need to make one directshow application to capture mp4 video from source , i am using below graph to do so,

Input Stream --> MJPEG Decompressor --> x264vfw H.264/MPEG-4 AVC Codec --> GDCL Mpeg-4 Multiplexor --> File Writer

but when connecting filters x264vfw H.264/MPEG-4 AVC Codec And GDCL Mpeg-4 Multiplexor , i get the Error. with HRESULT = -2147220969

Can anybody have any idea on this , how to make it working.

Thanks.

1

1 Answers

1
votes

Error. with HRESULT = -2147220969

This is your error: 0x80040217: No combination of intermediate filters could be found to make the connection. That is, VFW_E_CANNOT_CONNECT. You are trying to connect unconnectable.