Smart Tee Preview not working properly for MPEG1
-
Hi, I am building a graph to render the MPEG1 format file using Smart Tee filter. But it is not showing the preview properly. However the capture pin is working properly. Is it because of the decoder which i am using. Actually i tried with FFDShow, MPEG decoders. Please let me know how to resolve this issue. Thanks in advance. Kuldeep
-
Hi, I am building a graph to render the MPEG1 format file using Smart Tee filter. But it is not showing the preview properly. However the capture pin is working properly. Is it because of the decoder which i am using. Actually i tried with FFDShow, MPEG decoders. Please let me know how to resolve this issue. Thanks in advance. Kuldeep
What does the filter graph look like? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
What does the filter graph look like? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
I cannot attach the screenshot but the Graphs looks like this Mpeg File ---> Mepeg1Splitter-->Audio------->FFDSHow Audio Decoder->Audio File --->Mepeg1Splitter--->Video --->Smart Tee Filter --->Smart Tee Filter-->Capture-->FFDShow Video Decoder---> WMV File | |--->Preview->MPEG Video Decoder---->Video Renderer
-
I cannot attach the screenshot but the Graphs looks like this Mpeg File ---> Mepeg1Splitter-->Audio------->FFDSHow Audio Decoder->Audio File --->Mepeg1Splitter--->Video --->Smart Tee Filter --->Smart Tee Filter-->Capture-->FFDShow Video Decoder---> WMV File | |--->Preview->MPEG Video Decoder---->Video Renderer
What about decoding the video stream before the smart tee? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
What about decoding the video stream before the smart tee? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
For MPEG-2 the Graphs are build properly. But still there is problem in Running the GRAPH if the output is WM ASF Writer Filter. Even in GraphEdit it is giving the error. Here is the graph for MPEG-2 Instead of WM ASF Writer if we use Video Renderer then the video is rendered properly. But it is not working in case of WM ASF Writer filter. Can you please look into this and give your comment on this?
-
For MPEG-2 the Graphs are build properly. But still there is problem in Running the GRAPH if the output is WM ASF Writer Filter. Even in GraphEdit it is giving the error. Here is the graph for MPEG-2 Instead of WM ASF Writer if we use Video Renderer then the video is rendered properly. But it is not working in case of WM ASF Writer filter. Can you please look into this and give your comment on this?
One more point. The source video which i am using does not contain any audio. Will it matter while running the graph.