I have a source filter which is pushing "h264" stream. I want to write this stream into a MPEG4 (or may be AVI ) container.
SourceFilter[output = H264] ---> X--->Y ....--->FileWriter[record.mpeg4]
How can i do this with DirectShow? (also open the alternative solutions which does not use DirectShow)
Best Wishes
P.S: By the way, what is the best container format for H264 streams?
Update for MPEG-4 Mux
Well, i just try MPEG-4 Mux (www.gdcl.co.uk/mpeg4). My rtsp source filter and MUX can not connected. Intelligent Connect try to put FFdshow decoder between source filter and muxer.
It does not give error at graphEdt but the recorded stream is "O" BYTE.No record. I am missing to do something...But what is it?