Search found 377 matches

by AlBundy
Sun Jul 19, 2015 9:55 pm
Forum: Command Line Interface And Scripting
Topic: Will nonexistent source tracks be ignored?
Replies: 3
Views: 1578

Re: Will nonexistent source tracks be ignored?

If you use my script you don't have to care about track numbers - you can select them by duration intervalls.
by AlBundy
Sun Jul 19, 2015 10:36 am
Forum: Command Line Interface And Scripting
Topic: Will nonexistent source tracks be ignored?
Replies: 3
Views: 1578

Re: Will nonexistent source tracks be ignored?

I'm not sure but simply add a non existing track an test it. ;-)

For converting episodes you can also use my script: viewtopic.php?f=10&t=26163

Al
by AlBundy
Sun Jul 19, 2015 8:58 am
Forum: Command Line Interface And Scripting
Topic: Missing output file name error
Replies: 18
Views: 6666

Re: Missing output file name error

But sometimes you have spaces and have to quote the parameters.

Maybe / instead of \ will work too.

Al
by AlBundy
Sat Jul 18, 2015 9:17 pm
Forum: Command Line Interface And Scripting
Topic: Missing output file name error
Replies: 18
Views: 6666

Re: Missing output file name error

Try to remove the \ from your input - maybe it's an escaping issue.

Al
by AlBundy
Thu Jul 02, 2015 6:04 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: 130629

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

Just out of curiosity, does someone use my script together with own scripts?
Maybe I can add those features to my script. :-)
by AlBundy
Thu Apr 23, 2015 8:17 pm
Forum: Command Line Interface And Scripting
Topic: Script for batch conversion on network share
Replies: 7
Views: 6743

Re: Script for batch conversion on network share

$myRatio is empty because command bc was not found.
by AlBundy
Tue Apr 14, 2015 11:20 pm
Forum: Command Line Interface And Scripting
Topic: Is there a no clobber option? (do not overwrite file)
Replies: 4
Views: 1500

Re: Is there a no clobber option? (do not overwrite file)

You could use a bash script instead of an alias.
Something like this (untested)

Code: Select all

#! /bin/bash

if [ - e "$1" ]; then
   echo "file already exists" 
else
   HandBrakeCLI -O -o ~/Desktop/output.mp4 -i "$1"
fi

by AlBundy
Thu Mar 19, 2015 7:18 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: 130629

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

i've uploaded a new version.
Some users reported that encoding with hb_rb did not start - reason was that the modification time of the file was in future.
Therefore a warning is now logged, if my script waits for a "future-file". :-)
by AlBundy
Sun Jan 25, 2015 7:39 pm
Forum: Command Line Interface And Scripting
Topic: What are previews used for?
Replies: 6
Views: 1654

Re: What are previews used for?

Are there any sideeffects if I disable autocrop and turn down the previews?

Al
by AlBundy
Sat Jan 24, 2015 7:36 pm
Forum: Command Line Interface And Scripting
Topic: What are previews used for?
Replies: 6
Views: 1654

Re: What are previews used for?

Is this really necessary because sometimes it takes really long to create the previews?
In my case I've disabled autocropping.

Al
by AlBundy
Sat Jan 24, 2015 7:34 pm
Forum: Command Line Interface And Scripting
Topic: Using quick sync encoder when not supported
Replies: 13
Views: 2118

Re: Using quick sync encoder when not supported

I'm using CLI to get the list of available encoders. :-)
by AlBundy
Sat Jan 24, 2015 12:41 pm
Forum: Command Line Interface And Scripting
Topic: Using quick sync encoder when not supported
Replies: 13
Views: 2118

Re: Using quick sync encoder when not supported

That's simple.
Default encoder is h264 if --qsv is specified, the script checks if qsv_h264 is available and activates it.

Al
by AlBundy
Fri Jan 23, 2015 10:37 pm
Forum: Command Line Interface And Scripting
Topic: Using quick sync encoder when not supported
Replies: 13
Views: 2118

Re: Using quick sync encoder when not supported

qsv_h264 of course - thats why I've named the argument simply --qsv in my script. :-)
by AlBundy
Fri Jan 23, 2015 10:13 pm
Forum: Command Line Interface And Scripting
Topic: Using quick sync encoder when not supported
Replies: 13
Views: 2118

Re: Using quick sync encoder when not supported

With my script you can define --qsv that uses qsv_x264 as encoder and falls back to x264 if qsv is not available.
viewtopic.php?f=10&t=26163

Al
by AlBundy
Sun Jan 18, 2015 5:21 pm
Forum: Command Line Interface And Scripting
Topic: Creating multiple audio tracks from a single source
Replies: 1
Views: 595

Re: Creating multiple audio tracks from a single source

You should check your activity log and maybe recheck the used arguments.

Al
by AlBundy
Sun Jan 18, 2015 5:11 pm
Forum: Windows
Topic: No QuickSync Option
Replies: 5
Views: 1098

Re: No QuickSync Option

Have a look at the end of the first post of viewtopic.php?f=10&t=26163 or at this pdf https://github.com/AlBundy33/hb_rb/blob ... 20card.pdf

Al
by AlBundy
Sun Jan 18, 2015 5:06 pm
Forum: Windows
Topic: How to preset for my needs
Replies: 3
Views: 1199

Re: How to preset for my needs

Maybe have a look at my script: viewtopic.php?f=10&t=26163

Al
by AlBundy
Sun Jan 18, 2015 4:58 pm
Forum: Windows
Topic: Copy DVD for TV screen size displaying
Replies: 3
Views: 718

Re: Copy DVD for TV screen size displaying

In my case disabling autocrop solved the issue.

Al
by AlBundy
Wed Jan 07, 2015 10:19 pm
Forum: Bugs
Topic: Won't rip entire DVD
Replies: 7
Views: 1213

Re: Won't rip entire DVD

The dvd is copy protected

Code: Select all

....
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: No such file or directory
libdvdread: Can't open E:\ for reading
libdvdread: Device E:\ inaccessible, CSS authentication not available.
... 
So you have to rip it before converting...
by AlBundy
Fri Jan 02, 2015 8:51 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: 130629

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

I've updated my files - I've removed the break-statement and changed t.descr to t.to_s to match tracks.
If you run with --verbose you'll set the output of to_s in the audio-track-listing.
by AlBundy
Thu Jan 01, 2015 12:59 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: 130629

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

commentary=true and check for Commentaty is the same because commentary is only true if the description contains Commentary. :-) Glad to hear that it works now. TO DO for me: remove the break and match against to_s The script is for "default szenarios" and tries to provide as much informat...