Hi.
When use "Start chapter" & "End chapter" to Encode some part of a video file with subtitles, Hybrid does not split subtitles by selected Chapters and it bypass entire subtitles.
Not in Hybrid.
a. I never needed such an option and
b. I don't know of any tool which can properly cut all different subtitles types.
I wrote a tools to cut:
a few years ago, to help in MKVCutter, but never wrote or found a command line tool working to cut blu-ray .sub subtitles and .ttxt subtitles.
=> Hybrid doesn't support cutting subtitles since I don't know how to do it.
(if the source is an mkv one could use mkvmerge to extract the subtitles by chapter restriction)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
I will think about it, but this won't happen until whenever I have a few week holidays + free time.
This would require:
changing the subtitle queue entry format (adding chapter selections which need to come from somewhere)
adding additional controls in the normal interface to change these options.
additional controls in the subtitle->modify menu to change these options.
additional checks before job creation: get the subtitle length, check whether the cut points are within that length
additional functions to create the additional steps in the subtitle job creation (create chapter file, mux subtitle and chapter file, extract subtitle) that need to be applied before converting (if necessary) the subtitles.
add additional cleanup jobs to clean up all the intermediate files.
additional subtitle jobs steps
lots of testing
if done somewhat properly this is a lot of work.
And if that is done users would want to do this all somehow correct and automated.
=> the more I think about this the less I like it, especially for something which I personally have no use for.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Okay, so as a workaround you would have to use:
a. (if you have one file) use mkvmerge to split your source file by chapter before converting these with Hybrid
b. if you use makemkv, tell it to split by chapters.
=> still don't like it, but I'll think about it.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.