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

Discussion of the HandBrake command line interface (CLI)
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
FelixB
Posts: 13
Joined: Sat Feb 23, 2019 3:31 pm

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

Post 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.
FelixB
Posts: 13
Joined: Sat Feb 23, 2019 3:31 pm

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

Post 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.
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

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

Post 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.
FelixB
Posts: 13
Joined: Sat Feb 23, 2019 3:31 pm

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

Post by FelixB »

Thank you very much! Have a great day:)
Post Reply