How to cut video file by a certain amount of chapters?

I am trying to cut a long video file into episodes by using chapters. But every episode is 7 chapters each. How do I cut by 7 chapters for each video file? like chapters 1-7, 7-14, and so on?

Thanks.

Welcome!

The --split option (GUI: split mode “by chapters”) can split before chapters, meaning something like --split chapters:8,15,22… might work. See the documentation for more examples.

Thanks! That worked :slight_smile: