Search found 10 matches

by deepsiks
Fri Mar 05, 2010 2:59 am
Forum: *nix
Topic: handbrakecli script file for ripping dvd/tv show series
Replies: 2
Views: 1796

Re: handbrakecli script file for ripping dvd/tv show series

Here's the linux bash script (rough) that I made to encode DVD/Episodes. lsdvd is required as it uses it to read the DVD titles. I start the script a boot, it detects when a DVD is inserted, encodes it, and then moves it to a shared directory. When completed it ejects the disc and loops back to dete...
by deepsiks
Mon Oct 19, 2009 8:01 am
Forum: Devices and Presets
Topic: AppleTV Advanced Settings (Post PsyRDO)
Replies: 111
Views: 62413

Re: AppleTV Advanced Settings (Post PsyRDO)

Anyone have suggestions on using second pass?
by deepsiks
Thu Oct 15, 2009 8:28 pm
Forum: Devices and Presets
Topic: AppleTV Advanced Settings (Post PsyRDO)
Replies: 111
Views: 62413

Re: AppleTV Advanced Settings (Post PsyRDO)

Thanks, did just see a 1gb increase in file size... Not too much increase in quality.
by deepsiks
Thu Oct 15, 2009 9:53 am
Forum: Devices and Presets
Topic: AppleTV Advanced Settings (Post PsyRDO)
Replies: 111
Views: 62413

Re: AppleTV Advanced Settings (Post PsyRDO)

Thanks vidjock, going to try this CLI later: HandBrakeCLI -C4 -L -i /dev/sr0 -o $OUTPUT -e x264 -q 16.0 -a 1,1 -E faac,ac3 -B 160,auto -R 48,Auto -6 dpl2,auto -f mp4 -4 -X 960 --loose-anamorphic -m no-fast-pskip -2 -x ref=3:mixed-refs=1:bframes=3:me=umh:subq=7:b-adapt=2:analyse=all:8x8dct=1:weightb=...
by deepsiks
Thu Oct 15, 2009 9:41 am
Forum: General Questions
Topic: HandBrake SVN2845 Snapshot
Replies: 66
Views: 56405

Re: HandBrake SVN2845 Snapshot

The percentage slider under 0.9.3 was expressed as (51 - RF) / 51 - plugging in some numbers gives us (51 - 20) / 51 = 61%... so the actual quality hasn't changed very much between 0.9.3 and current code. Thanks! That was what I was looking for, couldn't figure out how to bump it up to 68% with CLI.
by deepsiks
Wed Oct 14, 2009 9:07 am
Forum: General Questions
Topic: HandBrake SVN2845 Snapshot
Replies: 66
Views: 56405

Re: HandBrake SVN2845 Snapshot

How do you adjust the quality of the encode using SVN2845? Looking at presets, quality is set to -q 20 (appletv) where as current stable is -q .59. Has the scale changed or am I lost?
by deepsiks
Mon Oct 12, 2009 9:54 am
Forum: Devices and Presets
Topic: AppleTV Advanced Settings (Post PsyRDO)
Replies: 111
Views: 62413

Re: AppleTV Advanced Settings (Post PsyRDO)

Are you guys using CLI or GUI? I'm currently using HandBrake svn2845 (2009092801) - Linux x86_64 CLI and trying to figure out the best CLI options for ATV. Looking at your previous posts and others from around the forum the current CLI I'm using for the ATV is: HandBrakeCLI -C4 -L -i /dev/sr0 -o $OU...
by deepsiks
Tue Dec 30, 2008 9:18 pm
Forum: *nix
Topic: To pre-rip dvd to hdd first?
Replies: 4
Views: 3125

Re: To pre-rip dvd to hdd first?

Thanks for your responses. I run handbrake cli on my file server so a marginal speed increase really wouldn't help me that much as it's not tying up my wife's or my laptop. I was hoping for something more then marginal, but it is what it is.
Happy New Year,
Kolbi
by deepsiks
Tue Dec 30, 2008 10:11 am
Forum: *nix
Topic: To pre-rip dvd to hdd first?
Replies: 4
Views: 3125

To pre-rip dvd to hdd first?

Is there any advantages to ripping the dvd to hdd prior to using handbrake? I've read several postings that suggest to pre-rip the dvd to hdd first for speed purposes and also to handle the css encoding before handbrake has a shot at it. I've been using handbrake for a awhile now (not pre-ripping) a...
by deepsiks
Tue Dec 23, 2008 4:45 am
Forum: Command Line Interface And Scripting
Topic: Batch conversion using CLI via Perl or Shell script??
Replies: 40
Views: 50366

Re: Batch conversion using CLI via Perl or Shell script??

Here's the bash script I use on my Ubuntu file server. It's started at boot, checks to see if media is in the optical drive and if so mounts it, rips it, and then ejects it when complete. The only issue I have is that the chapters are called Chapter 1, Chapter 2, and so on - instead of the actually ...