(note: if the problem only happens with some inputs, include a link to such an input file)
I have the rtsp url. format- rtsp://
Video streams with 25fps
I need 1fps so need grab frame after a second.
Can I get the code to do that?
ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp://
I'm able to get video from this command
Please read the docs