FFMpegCore icon indicating copy to clipboard operation
FFMpegCore copied to clipboard

Add segment muxer output

Open SinisterMaya opened this issue 1 year ago • 2 comments

This adds support for the segment output muxer that allows to generate several files instead of only one. Ideal when you don't want to handle too heavy files or when you need to maintain a history of streams. https://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment

SinisterMaya avatar Aug 15 '24 20:08 SinisterMaya

This would be an awesome improvement for some code that I am working on that uses segmenting. I've had to just string together a bunch of custom arguments but having this fluent syntax would be great!

BaileyMillerSSI avatar Jan 27 '25 21:01 BaileyMillerSSI

Hey @SinisterMaya I have fixed the unrelated problems with CI, but Video_MultiOutput_With_Segmented_File_Output is failing. Would you mind taking a look?

rosenbjerg avatar Oct 17 '25 13:10 rosenbjerg