|
Interresting problem, 150 disks, a lot of work anyway.
There is no way you can trick comskip in doing the whole job for you because comskip is not intended to do this.
However, if you run comskip on this content you can tune if to recognize the intro screens as commercials.
The will generate a .txt file containing the start and stop frame numbers of the intro's
Then you will need to create a tool (a bat file, look in comclean_0_0_6.zip for an example) that reads this .txt file and based only on the start frame numbers of the commercials starts to split the mpeg in many small files.
mpgtx should be able to do so but you have to modify the .bat file to call mpgtx for each input fragment and you have to add an incrementing number to generate unique output file names.
If this approach seems feasible for you (meaning you understand how you could create such a bat file) then I can help you to do the right settings for comskip to recognize the intro's as commercials.
|