I have one directshow application , which have a filter graph with capture and preview.
we have set framerate to 30 for the capture pin, in this case if i make both preview and capture graph to run then my application get hanged .But if i use the framerate 7 instead of 30 then my graph with preview and capture works.
so i wonder can i set different framerate for preview and capture pin.
can i do that any how?? Please help me.
Thanks
Edit
My Capture Graph is as below.
Video Source (Capture Pin) --> x264vfw - H.264/MPEG-4 AVC Codec --------->GDCL MPEG-4 Multiplexer --> File Writer
|
Audio Source --> ACM Wrapper --> Monogram AAC Encoder ------------|
Video Source (Preview Pin) --> Video Render Fiter
It run successfully without adding Video Reneder filter to preview pin. if i add Video Render filter to preview pin and run graph with both capture and preview then i get hanged.