1
votes

graph

This is my graph. I capture media from Pinnacle Capture Card into MPEG-2 Encoder, but the output of this graph (test.mpeg) is wrong. The video and audio in this file doesn't match. The video will play faster than audio.

How to capture video from source into several format? (In example, I can see only AVI and ASF)

1

1 Answers

1
votes

To localize the problem try to remove encoder, insert AVI Mux filter, direct audio and video to it and connect its output to a file writer. If the video and audio will still be not synchronized, then the reason is in your video capture source. It is simply doesn't work properly.