Search found 10 matches

by Atasco
Tue Dec 09, 2014 10:43 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: 126648

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

Sry for the late response... i excluded the folder containing the specific media. seems like handbake cli has a problem with scanning some sort of directorys. I've uploaded a new version with minor windows-related changes to avoid "no disk" popups. @Atasco: Can you please explain what your...
by Atasco
Tue Aug 19, 2014 3:29 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: 126648

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

Excluded the specific folder from the dir... and hey it works...
Strabge thing is that the handbrake GUI can encode the Movie.... :shock:
by Atasco
Mon Aug 18, 2014 6:19 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: 126648

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

Many thanks in advance!

Maybe i'm doing something wrong... but i only start the script via the Parameters i mentioned....
Strange....
by Atasco
Sun Aug 17, 2014 8:55 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: 126648

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

Unoftrunatley it doesn't work.... D:\Tools\handbrake>hb.rb --input "E:\test\Movie" --output "E:\encode\#title#_#pos#.mkv" 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 re...
by Atasco
Sun Aug 17, 2014 8:42 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: 126648

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

hmmm.... this should work... shoudln't it? D:\Tools\handbrake>hb.rb --input "E:\test\Movie\VIDEO_TS" --output "E:\encode\#title#_#pos#.mkv" hb.rb Copyright (C) 2014 AlBundy This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt. This is free software, and you...
by Atasco
Sun Aug 17, 2014 7:35 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: 126648

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

Hi.... I'm trying to do a recursive convert of a dir that contains only dvd's ..... all i get is this: D:\Tools\handbrake>hb.rb --input "E:\**\VIDEO_TS" --output "E:\encode\#title#_#pos#.mkv" --default --min-length 00:30:00 --verbose hb.rb Copyright (C) 2014 AlBundy This program ...
by Atasco
Sat Aug 02, 2014 7:08 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: 126648

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

Thanks AlBundy will try it.

@vid.user: So is the BD-Filesystem supported?
by Atasco
Fri Aug 01, 2014 8:58 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: 126648

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

Hi, no my data is not encypted.... Here is the verbose ouput of two different tries. D:\Tools\handbrake>ruby hb.rb --input G: --output D:\SOMEFOLDER\encode\Series - S01E#pos#.mkv --min-length 00:40:00 --audio deu,eng --subtitles deu,eng --audio-copy --skip-commentaries --bluray --verbose hb.rb Copyr...
by Atasco
Wed Jul 30, 2014 8: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: 126648

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

Hi, first thanks for this script. It's amazing! Sadly it doesn't work for bluray iso's - for me. (DVD iso's work fine - tested with a movie not a series) Thats the Output: ruby hb.rb --input "D:\SOMEFOLDER\SOMEISO_S1_D1.iso" --output "D:\SOMEFOLDER\encode\SOMEISO-S01E#pos#.mkv" -...