<span style="background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;">Hello everyone!</span></span><div><span style="background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;">I've now used gstreamer to receive a l</span><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;">i</span></span><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;"><span style="background-color: rgb(255, 255, 255);">ve camera video stream successfully.</span></span></div><div><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;"><span style="background-color: rgb(255, 255, 255);">I want to save the rtsp video stream as a video file which could be processed by opencv later.</span></span></div><div><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif; background-color: rgb(255, 255, 255);">My gstreamer pipeline is "</span><span class="pln" style="margin: 0px; padding: 0px; outline: none; font-family: monospace; white-space: pre;">gst</span><span class="pun" style="margin: 0px; padding: 0px; outline: none; color: rgb(102, 102, 0); font-family: monospace; white-space: pre;">-</span><span class="pln" style="margin: 0px; padding: 0px; outline: none; font-family: monospace; white-space: pre;">launch</span><span class="pun" style="margin: 0px; padding: 0px; outline: none; color: rgb(102, 102, 0); font-family: monospace; white-space: pre;">-</span><span class="lit" style="margin: 0px; padding: 0px; outline: none; color: rgb(0, 102, 102); font-family: monospace; white-space: pre;">1.0</span><span class="pln" style="margin: 0px; padding: 0px; outline: none; font-family: monospace; white-space: pre;"> rtspsrc location</span><span class="pun" style="margin: 0px; padding: 0px; outline: none; color: rgb(102, 102, 0); font-family: monospace; white-space: pre;">=</span><span class="pln" style="margin: 0px; padding: 0px; outline: none; font-family: monospace; white-space: pre;">rtsp</span><span class="pun" style="margin: 0px; padding: 0px; outline: none; color: rgb(102, 102, 0); font-family: monospace; white-space: pre;">:</span><span class="com" style="margin: 0px; padding: 0px; outline: none; color: rgb(136, 0, 0); font-family: monospace; white-space: pre;">//admin:admin12345@192.168.1.88:554/h264/ch33/main/av_stream latency=0 ! tee name=t ! queue ! rtph264depay ! h264parse ! mpegtsmux ! filesink location=\"test.avi\" t. ! queue ! decodebin ! videoconvert ! xvimagesink</span></div><div><span style="color: rgb(51, 51, 51); font-family: DINWebPro, Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif; background-color: rgb(255, 255, 255);">"</span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#333333" face="DINWebPro, Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif"><div>I can open test.avi by vlc successfully.</div><div>And now my question is why when I use opencv's functions(cvGetCaptureProperty,CV_CAP_PROP_FRAME_COUNT...) to get the information of the saved video file named "test.avi",it's framerate is 180000 and it's framenum is also a very big number. It is impossible because the live rtsp video stream's framerate is 25fps.Could you please fix the problem?</div></font></span></div>