Answer the question
In order to leave comments, you need to log in
Why does ffmpeg close itself after half an hour of recording?
Such a problem. cmd file with text:
ffmpeg -i rtsp://192.168.50.50:554/ch01.264 -acodec copy -vcodec copy -r 60 -f segment -strftime 1 -segment_time 900 -segment_format avi D:\Camera\KENO\output_%%d-%%m_%%Y_%%H_%%M.avi
Answer the question
In order to leave comments, you need to log in
This is how it writes correctly:
ffmpeg -rtsp_transport tcp -i rtsp://192.168.50.50:554/ch01.264 -b:v 900k -acodec copy -vcodec copy -r 30 -f segment -strftime 1 -segment_time 00:30:00 -reset_timestamps 1 -segment_format avi D:\Camera\KENO\output_%%d-%%m_%%Y_%%H_%%M.avi
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question