<div dir="ltr"><div>Hi All,</div><div><br></div>Using the below command, I'm trying to split the generated video file for the duration of 1-sec, but the generated video file is of 0.6 secs. How to achieve exactly 1 sec. Can anyone help?<div><br><div><br></div><div>gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc key-int-max=10 ! h264parse ! splitmuxsink location=video%02d.mov max-size-time=1000000000 max-size-bytes=1000000<br></div></div><div><br></div><div>Regards</div><div>Raj</div></div>