Search found 4 matches

by ktverdun
Sat Jan 19, 2019 4:01 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 126794

Re: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)

I've been using this handbrake script for years and it has been a great timesaver to skip having to use the handbrake ui. I thought I would upgrade to the latest handbrakecli to take advantage of the newer presets, but cannot get hb_rb to recognize any presets in newer CLIs. I've run through an upgr...
by ktverdun
Sun Apr 21, 2013 7:06 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 126794

Re: [Script] rip all episodes or only main-feature from DVD

That worked perfectly! It was just a scoping issue for decrementing current_loop?

You have made my day! This script is exactly what I was looking for to batch process a large number of ripped dvds without having to click through the UI!
by ktverdun
Sun Apr 21, 2013 3:23 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 126794

Re: [Script] rip all episodes or only main-feature from DVD

I'm running into a little bit of a problem with the recursive script. It seems to run into an infinite loop whenever I run the recursive processing. My goal is to batch convert a number of dvds that are under a dvd directory. ( --input "./dvd/*/VIDEO_TS" --output "./#title#_#pos#.m4v&...