I am using ffmpeg
to read from the camera using v4l2
and I need the output videos to be 1 min length.
Is it possible to make ffmpeg
to output in files of fixed time length?
I tried using -t 60
and restarting ffmpeg
in a loop, but it loses a few frames on each restart.