John Stebbins

Results 131 comments of John Stebbins

> We have no goals. I think that's pretty true. Or at least the goals shift as interest and needs shift. I think we would have more to say about...

udfread is a submodule of libbluray and **should** be **statically** linked within libbluray. Could someone do a couple of things? From the HandBrake build directory, ```ls -l contrib/lib```. Also ```ldd...

HandBrake's build system should not be linking to distro supplied version of libbluray. Did you modify HandBrake's build system to do so?

Does your distro install a static version libbluray? i.e. libbluray.a rather than libbluray.so? It shouldn't really matter. HandBrake's build system should be linking the version of libbluray that we build....

> I see in contrib/libbluray/libbluray-1.3.0/config.log it might be finding my system libudfread, could that put a cog in the wheels? Ahhh, yes. Good catch. I just tried installing libudfread-devel and...

FYI, this touches `macosx/HBJob+HBJobConversion.m`. It's a simple one-liner that should be safe, but might want to test to be certain.

> Does "linked" implies the same channels count too? I'll do a quick test on macOS. No. On BD, we separate out the AC3 substream from TrueHD into a separate...

> The question about channels was because I was wondering if this could be expanded to read the mp4 fallback track reference and mark the aac + ac3 (or e-ac3)...

Although the logic for selecting the "best" of linked tracks will get more complex. Which is better aac vs. ac3? May want to add channel count and sample rate as...

Turns out adding mp4 fallback was more invasive than I thought. There can be multiple fallbacks which required turning the "link" into a "link list". But code is written. Just...