This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

split video into multiple parts?
#2
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:
ffmpeg -i "Input file" -c copy -map 0 -segment_time 60 -f segment -reset_timestamps 1 "OUTPUT FOLDER/output%03d.mkv"
(note that segment_time is only key frame accurate)
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.
Reply


Messages In This Thread
split video into multiple parts? - by deama - 06.01.2019, 19:33
RE: split video into multiple parts? - by Selur - 06.01.2019, 19:46

Forum Jump:


Users browsing this thread: 1 Guest(s)