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.