Discussion:
splitmuxsink files naming format
Abu Abdullah
2018-07-20 05:06:38 UTC
Permalink
Hi,

Can i format the name of the generated files from splitmuxsink with time e.g.
20-07-2018_09:00:00_00.mp4
20-07-2018_09:01:00_00.mp4
20-07-2018_09:02:00_00.mp4

something that can be done like this:
splitmuxsink location=`date +%d-%m-%Y_%H:%M:%S`_%02d.mp4
ShilVin
2018-07-20 09:44:13 UTC
Permalink
Hi Abu Abdullah,

Yes it is possible through "format-location-full" signal. Register call back
function to the signal, and return the required name through call back. This
should be handled in the application.

It is not possible through location property.




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/

Loading...