Search found 4 matches

by Stunner
Thu Dec 11, 2014 11:46 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: 127885

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

Interesting... If I rip the DVD through the GUI it works for all tracks except 1 (of course the disc is scanned first). Any idea why it works on the GUI but doesn't through the HandbrakeCLI?
by Stunner
Wed Dec 10, 2014 9:45 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: 127885

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

Thanks, that did it for me. Now I am noticing that most of my tracks are being deleted after being written to disk. Your script will write file Output_1.m4v for instance and then when it switches tracks, it deletes Output_1.m4v and creates Output_2.m4v. I currently see Output_6.m4v and Output_10.m4v...
by Stunner
Wed Dec 10, 2014 7:30 am
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: 127885

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

I get the following error: $ ruby hb.rb --input /dev/disk1 --output ~/Movies/13/ hb.rb Copyright (C) 2014 AlBundy This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt. This is free software, and you are welcome to redistribute it under certain conditions. For questions, featur...
by Stunner
Wed Dec 10, 2014 6:35 am
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: 127885

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

Dude this is brilliant, just what I was looking for! You have this up on GitHub anywhere? Would be much easier to collaborate/improve it with others on there. Thanks!