Adds strftime_mkdir parameter explanation to the docs for the segment muxer.
Signed-off-by: Emre Simsirli <[email protected]> --- doc/muxers.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index e1f737b1d9..36756949ee 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -3523,6 +3523,11 @@ segments to write. If this is selected, the output segment name must contain a @code{strftime} function template. Default value is @code{0}. +@item strftime_mkdir @var{1|0} +Used Used together with @code{strftime}, it will create all subdirectories +which are present in the provided segment name function template. +Default value is @code{0}. + @item break_non_keyframes @var{1|0} If enabled, allow segments to start on frames other than keyframes. This improves behavior on some players when the time between keyframes is -- 2.53.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
