Search found 18 matches

by scaife
Tue Mar 27, 2007 8:57 am
Forum: Development
Topic: 5.1 Audio and iTunes Tagging
Replies: 8
Views: 4840

5.1 Audio and iTunes Tagging

I'm hoping someone on here will tell me I'm not crazy :shock: Using the latest svn from tonight, if I rip with the extract to 6-ch AAC option enabled, I am unable to get iTunes to read any tags. For example: Rip disc with 5.1 aac option. Tag with Lostify or AtomicParsley svn (also from tonight, as t...
by scaife
Fri Mar 23, 2007 5:07 am
Forum: Devices and Presets
Topic: Updated Apple TV Specs!?
Replies: 20
Views: 8234

When the 5.1 audio track plays on the Apple TV, does it output discrete channels or stereo?

And wtf is up with the god-awful TV show sorting? It's almost a deal-breaker IMO...
by scaife
Tue Mar 20, 2007 4:21 pm
Forum: Devices and Presets
Topic: Apple TV Support
Replies: 8
Views: 4978

Apple TV Support

Well, the day is upon us: they have shipped! I am honestly surprised no one has posted anything about it yet. Has anyone dissected the files that the new QuickTime "Export to Apple TV" option produces? From their web site: "1280 by 720, 24 fps, Progressive Main Profile." I tried ...
by scaife
Mon Jan 29, 2007 4:01 am
Forum: Development
Topic: Major memory leak?
Replies: 84
Views: 28378

Hey all -- Just checking in - it looks like it has been over a week since the discussion on this fizzled out. Is the problem with this inside libavformat is or is it a problem with MF implementation? If the problem is with libavformat, it seems entirely possible that we may be sitting on this memory...
by scaife
Thu Jan 11, 2007 6:38 am
Forum: Development
Topic: 5-channel AAC Ripping
Replies: 40
Views: 15529

You're right. I did some checking on my own and it looks like the iTunes Store sells only pro logic, even though many trailers on their site have 5.1 aac channels.

I found conflicting reports that ffmpeg can encode from 5.1 to pro logic -- can anyone confirm or deny this?
by scaife
Wed Jan 10, 2007 6:04 am
Forum: Development
Topic: 5-channel AAC Ripping
Replies: 40
Views: 15529

by scaife
Wed Jan 10, 2007 5:44 am
Forum: Development
Topic: 5-channel AAC Ripping
Replies: 40
Views: 15529

5-channel AAC Ripping

I noticed that movies from the iTunes store come with 5-channel audio tracks. Obviously useless on the iPod and likely in iTunes as well... but the tv-- this would be a huge update from just stereo streams.

Is this possible with the current libraries?
by scaife
Mon Jan 08, 2007 9:00 pm
Forum: Development
Topic: Version bump to 0.7.1a6? What about HB_BUILD date?
Replies: 4
Views: 2180

Perhaps a debug flag passed at compile-time would be appropriate with a "non-production" default?
I think this is a great idea.
by scaife
Mon Jan 08, 2007 5:11 am
Forum: Development
Topic: IHB Two-Pass Mode
Replies: 1
Views: 1443

I tried today to subclass NSView to override the keyDown: and keyUp: methods with no success.

The more I think about it, I think this is something that could more easily be implemented if we merge into the unified (basic/advanced) gui. In the meantime I'll patch the source for myself ;)
by scaife
Mon Jan 08, 2007 3:59 am
Forum: Development
Topic: Version bump to 0.7.1a6? What about HB_BUILD date?
Replies: 4
Views: 2180

Can the auto-update code be modified to only run if the build is marked as a release build? That way we can update the build info with each update but auto-update will only activate when needed.
by scaife
Sun Jan 07, 2007 9:13 am
Forum: Development
Topic: IHB Two-Pass Mode
Replies: 1
Views: 1443

IHB Two-Pass Mode

Does anyone see a reason why we couldn't implement 2-pass encoding in IHB? I prefer the click-and-go of Instant but the two-pass in standard. I replaced in the convertGo: method the following: hb_add( fHandle, job ); with this: job->pass = 1; hb_add( fHandle, job ); job->pass = 2; hb_add( fHandle, j...
by scaife
Sun Jan 07, 2007 3:36 am
Forum: Development
Topic: New Mac GUI Prototype
Replies: 39
Views: 13837

I had a thought: maybe if the interfaces stayed separate, but on first launch HB would ask if you wanted to run in Instant or Normal mode (via a Welcome to HandBrake nib). Subsequent launches would remember the last mode you were in (or had selected in a preference). Then you could at least switch m...
by scaife
Sun Jan 07, 2007 3:14 am
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

Small update here: Thanks guys, I was able to get it compiled and working. I found a post on titer's forums that indicated that the latest Xcode needed to be installed. I thought 2.4 was sufficient enough, but apparently 2.4.1 did the trick. It might be beneficial to drop that in the BUILD file or s...
by scaife
Fri Jan 05, 2007 3:30 am
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

I get the same errors... I suppose I am really doing something wrong. Before I was checking out the Instant Handbrake branch-- which does NOT have a jamintel file. I checked out the trunk source, but it still won't compile. I tried commenting out the line that was listed above, no effect. I'm not su...
by scaife
Thu Jan 04, 2007 6:06 am
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

Jam actually fails with fanfare on my Intel Mac: libhb/encx264.c:11:18: error: x264.h: No such file or directory libhb/encxvid.c:9:18: error: xvid.h: No such file or directory ...failed Cc libhb/encxvid.o ... Cc libhb/muxavi.o Cc libhb/enclame.o Cc libhb/muxogm.o libhb/muxogm.c: In function 'OGMInit...
by scaife
Thu Jan 04, 2007 1:54 am
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

Glad I'm not crazy! 8)

Does anyone mind posting a new UB build if the patch has been committed? I can't seem to get HB or IHB to compile on my Mac.
by scaife
Wed Jan 03, 2007 8:49 pm
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

I may be wrong, but looking at the source for Instant Handbrake, it looks like the problem may lie here in ExpressController.m: job->file = strdup( [[NSString stringWithFormat: @"%@/%s - Title %d - %@.mp4", fConvertFolderString, title->name, title->index, [fConvertFormatPopUp titleOfSelect...
by scaife
Wed Jan 03, 2007 9:03 am
Forum: Development
Topic: IHB overwrites the file it just created
Replies: 15
Views: 5038

IHB overwrites the file it just created

Hey, I wanted to say what a great job you guys are doing. I was so frustrated that HB wouldn't rip at the new iPod resolutions. That said, I think I have found a bug-- I haven't seen it posted anywhere else here: When ripping with Instant HB, it creates a file in my Movies folder, say, DVD_VIDEO.m4v...