Skip to main content

All Questions

Tagged with
3 votes
2 answers
16k views

How to set FPS using ffmpeg

I'm trying to save my CCTV stream into segments of 300 seconds with a FPS of 7. Here's my command: ffmpeg -r 7 -i rtsp://192.168.1.100/...stream=0.sdp -acodec aac -strict -2 -vcodec copy -f segment -...
John M.'s user avatar
  • 259
0 votes
0 answers
855 views

openRTSP default 25fps encoding (not 24)

I want to capture the RTSP stream from some IP cameras, and after looking around I found 2 great tools to do this: avconv and openRTSP openRTSP -u user password rtsp://10.48.34.125/axis-media/media....
Andrei Tapia's user avatar
4 votes
1 answer
2k views

Why does avconv change the fps when deinterlacing?

I have a .MTS 1080i of 25fps (mediainfo) that I deinterlaced with avconv -i input.MTS -vf yadif -c:a copy output.mp4. As the wiki says, the default value for yadif is 0 which "outputs one frame for ...
Wantoast's user avatar