<div dir="ltr">Hello,<br><br>splitmuxsink only supports a sequence number of the split file like:<br>location=myvideo%05d.mp4<div><br></div><div>if I were to add support for a date/time format as well so users of this plugin won't need to implement it using the <span style="background-color:rgb(245,242,240);color:black;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:13px">format_location_callback</span><div>would that be accepted, or is that out of scope for the gstreamer project ?</div></div><div><br></div><div>I was thinking of using the same format as  <a href="https://man7.org/linux/man-pages/man1/date.1.html">https://man7.org/linux/man-pages/man1/date.1.html</a>  has<br><br>for example:<br>  location=myvideo-%Y%m%d%H%M%S.mp4<br>  would give a file myvideo-20210831152645.mp4<br><br>Your thoughts please.</div><div>Kind Regards,</div><div>Tom</div></div>