Search found 798 matches

by eddyg
Thu May 24, 2007 10:42 am
Forum: Mac
Topic: why does it take so bloody long?
Replies: 9
Views: 2636

Re: why does it take so bloody long?

i'm running handbrake on my powerbook on osX 10.4.7..mpeg4 with aac audio set at 1500 kbps 2 pass encoding... the dvd is less than 2 hours long and handbrake is telling me it's gonna take over 10 hours! is this normal!!??? or am i doing something wrong??? That's about right. It's a lot of work this...
by eddyg
Thu May 24, 2007 10:36 am
Forum: Devices and Presets
Topic: Shutter and Audio sync
Replies: 64
Views: 18668

I can confirm that cabac=0 does work. Movies that had nasty jitter are now jitter free. FYI here is my recipe using two pass: HandBrakeCLI --longest -i "$dvd" -o "$dvd.mp4" -e x264 -q0.75 -v -x bframes=3:subme=1:me=dia:trellis=0:analyse=none:cabac=0:pass=1:stats=$dvd.stats HandBr...
by eddyg
Thu May 24, 2007 5:27 am
Forum: Devices and Presets
Topic: Scene Selection?
Replies: 2
Views: 1165

Re: Scene Selection?

If this is covered elsewhere, I apologize in advance, but is it possible to use scene selection or is that feature just gone once converted? Thanks! It's just plain gone I'm afraid. The scene selection is part of the DVD Menus, you no longer have a DVD, you have a video file. What you can do is ski...
by eddyg
Thu May 24, 2007 5:23 am
Forum: Development
Topic: DVD PreCmds
Replies: 2
Views: 1273

Dead End

OK I was out with reading the structure. And looks like I was wrong thinking that the pre/post commands were responsible for selecting the default sub-picture stream. I found some nice functions in ifo_print.h that dump out the PGC and command tables. According to it LoTR has the following for the t...
by eddyg
Wed May 23, 2007 9:02 pm
Forum: Mac
Topic: Subtitle color
Replies: 1
Views: 779

Not easy

Not possible with current code, see the following thread

http://handbrake.m0k.org/forum/viewtopic.php?t=669
by eddyg
Wed May 23, 2007 12:11 pm
Forum: Development
Topic: DVD PreCmds
Replies: 2
Views: 1273

Mmm.. the commands aren't making much sense so far, at least not to the parser in dvdread. No setting of the subpicture anyway. Audio Stream Number = g[1] g[14] = 0x0 if ( WARNING: Unknown general register == WARNING: Unknown general register ) WARNING: Unknown link instruction [WARNING, unknown bit...
by eddyg
Wed May 23, 2007 4:19 am
Forum: Development
Topic: DVD PreCmds
Replies: 2
Views: 1273

DVD PreCmds

Hi, Has anyone attempted to get Handbrake to parse the PreCmds from the DVD command table? This looks as if it is the only way of enabling default subtitles. I've got handbrake dumping out the contents of the table, and it's a small step to interpret them (or I could link in libdvdnav to do the same...
by eddyg
Wed May 23, 2007 4:15 am
Forum: Mac
Topic: subtitle problem with english movies
Replies: 4
Views: 1588

Some progress...

Hi, Well I think I've figured out how this is supposed to work. The DVD has a command table of instructions that do things like enable subtitles by default. When the DVD is started it reads a pre-command table. I've got handbrake reading this command table and dumping the output: [16:04:16] scan: de...
by eddyg
Tue May 22, 2007 11:41 pm
Forum: Devices and Presets
Topic: Shutter and Audio sync
Replies: 64
Views: 18668

When using vbv-maxrate do you need to use two-pass? I was thinking that it may need the first pass in order to know the bitrate in the first place?

Cheers, Ed.
by eddyg
Tue May 22, 2007 11:28 pm
Forum: Devices and Presets
Topic: Shutter and Audio sync
Replies: 64
Views: 18668

Ah - in that case, set both bitrate and vbv_maxrate to 5000, I thought it was published as 2500 for H.264. Rodney 2500 was chosen for the average bitrate as a good compromise between quality and file size. I find 2500 average quite good myself except for the stutter when changing scenes to a pannin...
by eddyg
Tue May 22, 2007 10:53 pm
Forum: Devices and Presets
Topic: Shutter and Audio sync
Replies: 64
Views: 18668

The AppleTV says that it can handle 5000kbps maximum bitrate, so maybe vbv-maxrate=5000 would ensure that we don't peak above that when doing average bitrate encoding? A bit of experimenting with a problem scene should iron this one out without dropping cabac. With cabac the AppleTV may be limited t...
by eddyg
Tue May 22, 2007 10:39 pm
Forum: Development
Topic: HandbrakeCLI selects different feature from Handbrake
Replies: 8
Views: 2199

Cool, I'll start thinking about integrating this into the repository before the next beta. What do you want for your entry in the AUTHORS file? BTW, minor detail -- in the list of short options: hvuC:f:i:o:t:L:c:ma:6:s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X: ...pretty sure you don't need a colon after th...
by eddyg
Tue May 22, 2007 10:27 pm
Forum: Mac
Topic: subtitle problem with english movies
Replies: 4
Views: 1588

The key here is how do you know which "English" subtitle track is the correct one to use without actually encoding the movie first. For example LOTR Return of the King has three different English subtitle tracks. Ideally we could autoselect the same one that the DVD player selects when cho...
by eddyg
Tue May 22, 2007 11:00 am
Forum: Development
Topic: Advanced option GUI Looking good
Replies: 4
Views: 1684

jbrjake wrote:Yeah I spend around as long researching and writing the tooltips for each one as I do coding the actual widget.

In fact, rather than copying over from the wiki, the tooltips are going to be copied over to flesh out the wiki page.
Good stuff!
by eddyg
Tue May 22, 2007 4:47 am
Forum: Devices and Presets
Topic: Shutter and Audio sync
Replies: 64
Views: 18668

Another example of repeatable stuttering

Little Miss Sunshine - encoded using HB latest SVN with AppleTV preset During the teenager melt down scene there is 5 minutes of stutter on the AppleTV. Watched it many times, same problem every time at the same place. Watched the same scene on my Mac Pro, no stutter. I suspect that the AppleTV trul...
by eddyg
Tue May 22, 2007 2:53 am
Forum: Development
Topic: HandbrakeCLI selects different feature from Handbrake
Replies: 8
Views: 2199

Minor change to diff

I had to make a minor change to the diff to scan all titles up front when searching for the longest one: *** test/test.c Tue May 22 14:01:46 2007 --- ../HandBrake/test/test.c Tue May 22 14:42:45 2007 *************** *** 20,25 **** --- 20,26 ---- static char * output = NULL; static char * format = NU...
by eddyg
Tue May 22, 2007 2:09 am
Forum: Development
Topic: HandbrakeCLI selects different feature from Handbrake
Replies: 8
Views: 2199

I was thinking something like this...

I was thinking something like the following for the CLI: (the diff is a little mangled, but you get the idea) *** test/test.c Tue May 22 14:01:46 2007 --- ../HandBrake/test/test.c Tue May 22 14:07:14 2007 *************** *** 20,25 **** --- 20,26 ---- static char * output = NULL; static char * format...
by eddyg
Mon May 21, 2007 11:36 pm
Forum: Development
Topic: HandbrakeCLI selects different feature from Handbrake
Replies: 8
Views: 2199

Afaik, HandBrakeCLI uses the first title that contains video. If that's not the correct title, you should use -t command line option to select the one you want. Mac GUI selects the longest title by default, because that's what you usually want to do anyway. Thanks... OK - let's say I wanted to add ...
by eddyg
Sun May 20, 2007 10:57 pm
Forum: Development
Topic: HandbrakeCLI selects different feature from Handbrake
Replies: 8
Views: 2199

HandbrakeCLI selects different feature from Handbrake

Hi, I've been noticing that the HandbrakeCLI selects a different Title to encode to Handbrake. I have a script setup that uses the HandbrakeCLI (latest SVN), that will sometimes select the wrong title. Then when I use the GUI version on the same DVD it selects the right title. I've been looking thro...
by eddyg
Sun May 20, 2007 10:37 pm
Forum: Development
Topic: Advanced option GUI Looking good
Replies: 4
Views: 1684

Advanced option GUI Looking good

Hi, Just thought I'd say that I really like the new look GUI for the advanced options in the latest SVNs. It's handy being able to have the option of either pasting in a string or using the GUI. I tend to paste in a favourite and then fine tune using the GUI. It would be really nice to have little &...
by eddyg
Thu May 10, 2007 10:48 am
Forum: Mac
Topic: AppleTV freezes or buffers
Replies: 2
Views: 951

Re: AppleTV freezes or buffers

Hi All: I have encoded a few movies using the HandBreak AppleTV preset. However it seems that the movies sometimes need to buffer while watching them or that they freeze on a frame for a second, but then are fine. Should I attempt to lower the Average Bitrate? Movies with lower bitrates do not seem...
by eddyg
Sun Apr 29, 2007 11:12 pm
Forum: Mac
Topic: NO AUDIO?... Read Here! (Summary in First Post) **UPDATED**
Replies: 422
Views: 127385

The only consistent thing so far is inconsistency (at least between users. Some never have issues with a given method.) This sounds like some sort of race condition in the pipeline somewhere. The fact that it varies from time to time and computer to computer. Maybe something bad happens when the pi...
by eddyg
Sun Apr 29, 2007 10:19 pm
Forum: Mac
Topic: Crash in Handbrake SVN 551 @ hb_get_state + 20 (hb.c:661)
Replies: 0
Views: 694

Crash in Handbrake SVN 551 @ hb_get_state + 20 (hb.c:661)

Hi, Handbrake just crashed on me, first time. It crashed when I Quit after processing 8 jobs in a queue. Processing all went well. The crash looks like: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000044 Thread 0 Crashed: 0 org.m0k.handbrake 0x00016ba4 hb_get_st...