-
Problem when converting RTSP stream to FLV using ffmepg
Hi,
I have an IP camera which produces and rtsp stream. I want to dump 20 seconds of this RTSP stream into an flv file. I use the following command for this conversion:
ffmpeg.exe -f rtsp -i rtsp://xxx.xxx.xxx.xxx/xxx/xxx.sav -acodec libmp3lame -ar 44100 -aq 1 -qscale 1 -f flv -r 15 test.flv
When I display test.flv using VLC player my video displays faster than normal.I tried playing around with different values of “-r” to change the video frame rate but still the video display was faster than normal.
I believe I’m missing some argument in my conversion. Any and all suggestions are appreciated.
— Sumita
Sorry, there were no replies found.