Re: [FFmpeg-devel] [PATCH v2] avformat/segment: add -strftime_mkdir option

2022-12-27 Thread Steven Viola
I have been using this patch and it has been working great. Surprised that this functionality isn't already in the muxer. Steven Viola ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

[FFmpeg-devel] [PATCH v2] avformat/segment: add -strftime_mkdir option

2022-10-10 Thread George-Cristian Jiglau
This enables automatically creating directories for strftime-formatted segment names. Signed-off-by: George-Cristian Jiglau --- doc/muxers.texi | 4 libavformat/segment.c | 15 +++ 2 files changed, 19 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index