On 20 February 2018 at 11:17, Georgi Chorbadzhiyski <g...@unixsol.org> wrote:

> The attached patch allows segment muxer to be used for file archiving by
> allowing it to automatically create the output directories. For example the
> following should work as expected:
>
> ffmpeg
>   ...input_params...
>   -f segment \
>      -segment_atclocktime 1 \
>      -segment_time 5 \
>      -write_empty_segments 1 \
>      -segment_format_options movflags=+faststart \
>      -strftime 1 output_directory/mychannel/%Y/
> %m/%d/%H/%M/mychannel-%s-%Y%m%d-%H%M%S.mp4
>
> The patch is against ffmpeg-3.3.6
>
>
Patches should be made for git master, not old releases.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to