Gstreamer to save a video in patches

Do anyone know a gstreamer command to save webcam video in patches based on MB size.
I need to record a video using my strip camera and save it as a separate file when it reaches 100mb size.
Thanks in advance.

Hi thohtdelta, I haven’t tried this myself, but I think you might be looking for the splitmuxsink element:

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/gst-plugins-good-plugins-splitmuxsink.html

Thank you @dusty_nv.