Search found 9 matches

by Eelisland
Thu Jun 04, 2020 1:52 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: 125741

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

Hello Al, hope you doin well :) Been using a previous version of your script for years, hundreds of encoding later i updated everything on a new machine and try the last git hb.rb. Not shure to understand about preset, since Handbrake use json and not plist anymore we can't use our own custom preset...
by Eelisland
Mon Feb 24, 2014 1:00 pm
Forum: Command Line Interface And Scripting
Topic: HandBrakeCLI with blu-ray iso
Replies: 2
Views: 976

Re: HandBrakeCLI with blu-ray iso

Hey, thanks for your feedback. I don't want to execute the script as root, wich is needed for mounting a disc or image. I finally manage this way: isoinfo -d -i "$iso" iso 9660(CD-ROM is in ISO 9660 format) or (CD-ROM is NOT in ISO 9660 format) considering iso is UDF ? dvd case echo "...
by Eelisland
Sun Feb 23, 2014 3:15 pm
Forum: Command Line Interface And Scripting
Topic: HandBrakeCLI with blu-ray iso
Replies: 2
Views: 976

HandBrakeCLI with blu-ray iso

Hello, I'm trying to kind of automate HandBrakeCLI usage from a bash script, does HandBrakeCLI can recognize blu-ray iso or did i miss something? i'm using HandBrake rev5474 (x86_64) HandBrakeCLI --input file --scan [15:19:36] hb_init: starting libhb thread HandBrake rev5474 (2014012299) - Linux x86...
by Eelisland
Fri Jan 24, 2014 9:15 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: 125741

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

Thanks for the update. I use same Handbrake version(rev5474 (x86_64)). Prior testing my plist preset, i have manually edited the preset file with KDE Kwrite editor to change: <string>iPad</string> to <string>iPad-Lee</string> Changed the filename from iPad to iPad-Lee and saved. for testing i have d...
by Eelisland
Fri Jan 24, 2014 7:11 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: 125741

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

I have deleted my preset and created a new one, everything works, much thanks for your script and help.
regards.
by Eelisland
Fri Jan 24, 2014 6: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: 125741

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

Hello Al, Many thanks for very quick reply and sorry, i'have read every post of the forum and forget the readme :oops: I have installed plist as root gem install plist Fetching: plist-3.1.0.gem (100%) Successfully installed plist-3.1.0 1 gem installed Installing ri documentation for plist-3.1.0... I...
by Eelisland
Fri Jan 24, 2014 3:21 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: 125741

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

Hello Al, First many thanks for your script, very very usefull :) I can't figure how to use an exported plist preset, i'm using Slackware linux i have Plist installed but i'm a little bit lost in translation (English is not my native language). Do i have to install with gem a specific plist to use w...