I have a security camera and I would like to take snapshots each 5-10 minutes using cron jobs, but I could fined any command line tools,
I tried the following:
avconv -i rtsp://ip:554/h264_2 -r 1 -s WxH -f image2 foo.jpeg
but the avconc doesn't support RTP/RTSP
[NULL @ 0x139d940] Interleaved RTP mode is not supported yet.Estimating duration from bitrate, this may be inaccurate