Re: [FFmpeg-devel] [PATCH] libavformat/segment: strftime date sub-directories

2021-12-21 Thread James Dutton
Hi, This is a follow on from: https://patchwork.ffmpeg.org/project/ffmpeg/patch/caamvbhg9qsksxfuzrt3resrr89j5scyd84ec6olearqx4cu...@mail.gmail.com/ On Tue, 21 Dec 2021 at 21:39, James Dutton wrote: > > Automatically create sub-directories if needed based on date. > E.g. > ffmpeg ..

[FFmpeg-devel] [PATCH] libavformat/segment: strftime date sub-directories

2021-12-21 Thread James Dutton
Automatically create sub-directories if needed based on date. E.g. ffmpeg ... -timelimit 2147483647 -f segment -strftime 1 -segment_time 10 "%Y/%m/%d/%Y-%m-%d_%H-%M-%S.mkv" Signed-off-by: James Courtier-Dutton --- libavformat/segment.c | 15 +++ 1 file changed, 15 insertions(+) diff