Page 1 of 1

Rip all chapters in all titles to separate files (DVD)

Posted: Sun Feb 24, 2019 10:51 pm
by FelixB
Description of problem or question:

Hi all!
I'd like to rip all chapters from all titles to separate files and name them automatically (like the gui).
What would a natural command for this be in the CLI?

Thank you so much for taking the time to look at my post:)

Steps to reproduce the problem (If Applicable):




HandBrake version (e.g., 1.0.0):
1.2.1




Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

WIN10


HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

Please replace this text with the contents of your log file between the two code tags - OR -  provide a pastebin URL in place of these 3 lines.

Re: Rip all chapters in all titles to separate files (DVD)

Posted: Mon Feb 25, 2019 9:04 am
by FelixB
Hi all,
I am currently working with my powershell code to accomplish this.

The problem I am running into now is how to create loops for each title AND chapter to do the processing.
I cannot figure out how to extract information on how many titles and how many chapters in each title.

Any help is greatly appreciated.

Re: Rip all chapters in all titles to separate files (DVD)

Posted: Mon Feb 25, 2019 11:18 pm
by mduell
Use HB with the -t 0 option to get the output of the scan, and parse it to find out the title/chapter numbers so you can make the appropriate encodes.

Re: Rip all chapters in all titles to separate files (DVD)

Posted: Tue Feb 26, 2019 10:30 am
by FelixB
Thank you very much! Have a great day:)