07.01.2019, 03:43
(06.01.2019, 19:46)Selur Wrote: Without re-encoding in Hybrid: No.Where can I find the option "queue chapters"?
With reencoding: not directly, but in two steps. 1st step: passthrough everything and add chapters every minute. 2nd step reencode and use 'queue chapters'.
With ffmpeg you could do something like:
(note that segment_time is only key frame accurate)ffmpeg -i "Input file" -c copy -map 0 -segment_time 60 -f segment -reset_timestamps 1 "OUTPUT FOLDER/output%03d.mkv"
MkvToolnix also has a split option,...
Cu Selur