06.01.2019, 19:46
Without re-encoding in Hybrid: No.
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)
MkvToolnix also has a split option,...
Cu Selur
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:
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.