HandBrake SVN2907 Snapshot

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Locked
User avatar
HandBrake
Moderator
Posts: 154
Joined: Fri Jul 25, 2008 10:40 pm

HandBrake SVN2907 Snapshot

Post by HandBrake »

The time for snapshots is fading. 0.9.4 approaches...

This is a snapshot release of SVN revision 2907. We do not promise this is stable code. It is possibly unstable (and mostly undocumented) development code which will soon lead to the stable release of HandBrake 0.9.4. But in order for that process to happen, it needs a little more bug testing.

Download it now.

If you find broken things in this snapshot--which you might--post a thorough bug report in our bugs forum.

A full change log can be found on the Trac.

Core:
  • Better handling of transport streams where audio starts first
  • Better handling of transport streams that have been spliced together, leading to duplicate timestamps
  • Handle, in dvdnav mode, poorly mastered DVDs that had the menus ripped out of them
  • Better VC-1 frame detection
  • Fixed subtitle crashes from multi-character UTF8 codes
  • Removed bold and underline bias from soft subs
  • Aligns subtitles at the bottom on iPods
  • Read UTF-16 SRT subtitle files
  • Handle very short SRT subtitle files
  • Allows two-line soft subtitles / close captions
  • Flushes LAME encoder's final packets
  • Allow specifying field parity for detelecine and decomb
  • Solaris 10 build support
  • x264 updated to r1318-fe83a90
All Interfaces:
  • Use libdvdnav by default on DVD sources
  • Removed Constant QP encoding option for x264 (use CRF)
  • Various bug fixes and UI tweaks
WinGui:
  • Improved subtitle panel UI
CLI:
  • Matches GUIs' default verbosity level of 1
An afterword on project focus
As we've had on our roadmap for quite awhile now, one of our goals for version 0.9.4 is to refocus on HandBrake's key strengths and to remove dead weight. As part of this process, several presets, containers, and a codec have been removed from HandBrake.

* AVI: AVI is a rough beast. It is obsolete. It does not support modern container features like chapters, muxed-in subtitles, variable framerate video, or out of order frame display. Furthermore, HandBrake's AVI muxer is vanilla AVI 1.0 that doesn't even support large files. The code has not been actively maintained since 2005. Keeping it in the library while implementing new features means a very convoluted data pipeline, full of conditionals that make the code more difficult to read/maintain, and make output harder to predict. As such, it is now gone. It is not coming back, and good riddance.

* OGG/OGM: HandBrake's OGM muxer is just as out of date. It hasn't been actively maintained in years either, and it too lacks support for HandBrake's best features. It requires conditionals to work around missing functionality too...only this one gets tested so infrequently the conditionals were never even put in the code, so it just fails when you try to do anything advanced. This one is not coming back either. And yes, we're aware of HTML 5. For patent-free muxing, HandBrake still has Matroska.

* XviD: HandBrake, these days, is almost entirely about H.264 video, aka MPEG-4 Part 10. This makes it rather...superfluous to include two different encoders for an older codec, MPEG-4 Part 2. When choosing between FFmpeg's and XviD's, it came down to a matter of necessity. We need to include libavcodec (FFmpeg) for a bunch of other parts of its API, like decoding. Meanwhile, XviD's build system causes constant grief (it's the most common support query we get about compiling, after x264's requirement of yasm). Since we mainly use MPEG-4 Part 2 for testing/debugging, and recommend only H.264 for high quality encodes, Xvid's undisputed quality edge over FFmpeg's encoder is inconsequential, while FFmpeg's speed edge over XviD is important to us.

* Video game presets: There are no more presets for the PSP, PS3, or Xbox 360. Quite frankly, they didn't work well. None of the development team members own the devices, so testing was minimal and support was nonexistent. Keeping up with the firmware vagaries and ambiguous specifications of these devices was not fun -- we get enough of that from Apple's kit, and those we all have around to test on. The new "Normal" preset should work perfectly fine on any device that supports standard Main Profile H.264 with AAC-LC audio in an MP4 file, which the PS3 and 360 ostensibly do.

* High profile presets: Instead of a confusing series of content-targeted presets, there is now a single, constant quality, High Profile preset with automated filtering and all the H.264 bells and whistles.
Qmagic
Posts: 1
Joined: Fri Aug 07, 2009 8:41 am

Re: HandBrake SVN2907 Snapshot

Post by Qmagic »

Soft subtitles don't display correct on WD HDTV: to short, displayed half a second, Not OK.
Soft subtitles on VLC player on mac: OK.
davidw89
Posts: 13
Joined: Tue Sep 15, 2009 3:30 pm

Re: HandBrake SVN2907 Snapshot

Post by davidw89 »

The 64 bit version crashing immediately when i try to encode.(Snow Leopard 10.6.1) I have tried about 10 times now. Please fix!!!''

Code: Select all

Process:         HandBrake [263]
Path:            /Applications/HandBrake.app/Contents/MacOS/HandBrake
Identifier:      org.m0k.handbrake
Version:         svn2907 x86_64 (2009110101)
Code Type:       X86-64 (Native)
Parent Process:  launchd [96]

Date/Time:       2009-11-03 13:18:41.874 +1100
OS Version:      Mac OS X 10.6.1 (10B504)
Report Version:  6

Interval Since Last Report:          9122 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  401 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      ECE4EADF-EFE8-4F2F-B28A-F2EBF37A1050

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000117aa0ff8
Crashed Thread:  13

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             	0x00007fff865f1996 close$NOCANCEL + 10
1   libSystem.B.dylib             	0x00007fff8663f4ed fclose + 139
2   org.m0k.handbrake             	0x0000000100036c69 -[HBOutputPanelController stderrRedirect:] + 361
3   com.apple.CoreFoundation      	0x00007fff8377a584 -[NSSet makeObjectsPerformSelector:withObject:] + 212
4   org.m0k.handbrake             	0x0000000100035aae -[HBOutputRedirect(Private) forwardOutput:] + 98
5   com.apple.Foundation          	0x00007fff83243713 __NSThreadPerformPerform + 219
6   com.apple.CoreFoundation      	0x00007fff836be281 __CFRunLoopDoSources0 + 1361
7   com.apple.CoreFoundation      	0x00007fff836bc879 __CFRunLoopRun + 873
8   com.apple.CoreFoundation      	0x00007fff836bc03f CFRunLoopRunSpecific + 575
9   com.apple.HIToolbox           	0x00007fff862a6a2e RunCurrentEventLoopInMode + 333
10  com.apple.HIToolbox           	0x00007fff862a6833 ReceiveNextEventCommon + 310
11  com.apple.HIToolbox           	0x00007fff862a66ec BlockUntilNextEventMatchingListInMode + 59
12  com.apple.AppKit              	0x00007fff812cecea _DPSNextEvent + 708
13  com.apple.AppKit              	0x00007fff812ce639 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
14  com.apple.AppKit              	0x00007fff81294241 -[NSApplication run] + 395
15  com.apple.AppKit              	0x00007fff8128cf64 NSApplicationMain + 364
16  org.m0k.handbrake             	0x0000000100017328 start + 52

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x00007fff86608b16 kevent + 10
1   libSystem.B.dylib             	0x00007fff8660aa19 _dispatch_mgr_invoke + 154
2   libSystem.B.dylib             	0x00007fff8660a6d6 _dispatch_queue_invoke + 195
3   libSystem.B.dylib             	0x00007fff8660a1f6 _dispatch_worker_thread2 + 244
4   libSystem.B.dylib             	0x00007fff86609b28 _pthread_wqthread + 353
5   libSystem.B.dylib             	0x00007fff866099c5 start_wqthread + 13

Thread 2:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x0000000100660012 thread_func + 178
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 3:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x0000000100660012 thread_func + 178
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 4:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x0000000100660012 thread_func + 178
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 5:
0   libSystem.B.dylib             	0x00007fff8660994a __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff86609d5c _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff866099c5 start_wqthread + 13

Thread 6:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x0000000100672dab work_func + 2171
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 7:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x00000001006680e6 ReaderFunc + 2614
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 8:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x000000010067221b work_loop + 187
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 9:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x000000010067221b work_loop + 187
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 10:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x000000010067221b work_loop + 187
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 11:
0   libSystem.B.dylib             	0x00007fff8662a9c6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8662a855 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff8662a7bf usleep + 57
3   org.m0k.handbrake             	0x000000010067221b work_loop + 187
4   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 12:
0   org.m0k.handbrake             	0x000000010041ee42 fft_proc + 351
1   org.m0k.handbrake             	0x000000010041f15c fft + 201
2   org.m0k.handbrake             	0x000000010041f1f8 rfft + 154
3   org.m0k.handbrake             	0x0000000100423541 PsyBufferUpdate + 449
4   org.m0k.handbrake             	0x0000000100420972 faacEncEncode + 1611
5   org.m0k.handbrake             	0x000000010065aaca Encode + 122
6   org.m0k.handbrake             	0x000000010065ac37 encfaacWork + 279
7   org.m0k.handbrake             	0x00000001006721b5 work_loop + 85
8   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
9   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
10  libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 13 Crashed:
0   libSystem.B.dylib             	0x00007fffffe00f28 __memcpy + 1928
1   org.m0k.handbrake             	0x00000001004f9a38 mp4v2::impl::MP4BytesProperty::SetValue(unsigned char const*, unsigned int, unsigned int) + 1080
2   org.m0k.handbrake             	0x00000001004e979d mp4v2::impl::MP4File::SetTrackESConfiguration(unsigned int, unsigned char const*, unsigned int) + 141
3   org.m0k.handbrake             	0x00000001004d404f MP4SetTrackESConfiguration + 31
4   org.m0k.handbrake             	0x000000010066488b MP4Init + 459
5   org.m0k.handbrake             	0x0000000100662d9b MuxerFunc + 2507
6   org.m0k.handbrake             	0x000000010066728c hb_thread_func + 60
7   libSystem.B.dylib             	0x00007fff86628f66 _pthread_start + 331
8   libSystem.B.dylib             	0x00007fff86628e19 thread_start + 13

Thread 13 crashed with X86 Thread State (64-bit):
  rax: 0x000000001595cde8  rbx: 0x00000001021c6218  rcx: 0x00000000158dadc0  rdx: 0x0000000000000030
  rdi: 0x0000000117b23030  rsi: 0x00000001021c6248  rbp: 0x0000000117b20bd0  rsp: 0x0000000117b20bd0
   r8: 0x0000000101328200   r9: 0x0000000000000000  r10: 0x0000000000001002  r11: 0x0000000117b23000
  r12: 0x0000000000000000  r13: 0x0000000115e3f400  r14: 0x0000000000000000  r15: 0x0000000015d66070
  rip: 0x00007fffffe00f28  rfl: 0x0000000000010206  cr2: 0x0000000117aa0ff8

Binary Images:
       0x100000000 -        0x100996fff +org.m0k.handbrake svn2907 x86_64 (2009110101) <AF6F898D-65A1-854D-1949-5923751850E5> /Applications/HandBrake.app/Contents/MacOS/HandBrake
       0x1011a5000 -        0x1011b0fff +com.growl.growlframework 1.1.2 (1.1.2) <E70AE4F9-BA55-8920-839E-EE472C18A4C6> /Applications/HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x1011ba000 -        0x1011d0fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <B4628320-468B-F473-EBD3-4303D9C5B639> /Applications/HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x1011e9000 -        0x1012cffe7  libcrypto.0.9.7.dylib ??? (???) <A60E5A1D-EA38-DB7E-39C1-D29938E46691> /usr/lib/libcrypto.0.9.7.dylib
       0x10153d000 -        0x101544fe7 +libdvdcss.2.dylib ??? (???) <D627F185-D24D-B4C0-15BA-22A8BCBC93D2> /Applications/VLC.app/Contents/MacOS/lib/libdvdcss.2.dylib
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80026000 -     0x7fff8006dff7  com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff80241000 -     0x7fff802dbfe7  com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff80546000 -     0x7fff80668ff7  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8068a000 -     0x7fff80690ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80691000 -     0x7fff806e6fef  com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8092c000 -     0x7fff80a35fff  com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff80a36000 -     0x7fff80aa2ff7  com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff80ac7000 -     0x7fff80ac8ff7  com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80ac9000 -     0x7fff80b95fff  com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff80b96000 -     0x7fff80c13fef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff80c16000 -     0x7fff80d2dfef  libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff80d2e000 -     0x7fff80d2eff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff80d2f000 -     0x7fff80deaff7  libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff80deb000 -     0x7fff80e6dfef  com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff80e6e000 -     0x7fff8102bfff  libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff8102c000 -     0x7fff8106fff7  libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff810a0000 -     0x7fff8116bfe7  ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8116c000 -     0x7fff8127bff7  libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8127c000 -     0x7fff8128aff7  libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff8128b000 -     0x7fff81c7ffe7  com.apple.AppKit 6.6.2 (1038.22) <E923E2FB-007B-DDD0-FAC0-C28B92B949D4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81c80000 -     0x7fff81d2ffef  edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff81d30000 -     0x7fff81d77fef  com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff81db8000 -     0x7fff81e07ff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff81e10000 -     0x7fff81e50fef  com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff81e51000 -     0x7fff81ea2fe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff81ea3000 -     0x7fff81f0dfe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff81f0e000 -     0x7fff81f0ffff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff81f9f000 -     0x7fff81fa2fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff81fb5000 -     0x7fff820f2fef  com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff820f3000 -     0x7fff8210eff7  com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff82159000 -     0x7fff8215ffff  libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff82160000 -     0x7fff82164ff7  libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff82165000 -     0x7fff821a9fef  com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff821aa000 -     0x7fff822b4ff7  com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
    0x7fff822b5000 -     0x7fff82311fff  libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff82312000 -     0x7fff82396fff  com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8280e000 -     0x7fff8281afef  libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff8281b000 -     0x7fff8281dfff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8281e000 -     0x7fff8281eff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8281f000 -     0x7fff82830fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff82950000 -     0x7fff82b0afef  com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff82b0b000 -     0x7fff82b0eff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff82b0f000 -     0x7fff82e41fef  com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff82e42000 -     0x7fff82e42ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff82e43000 -     0x7fff8307cfe7  com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff830b2000 -     0x7fff830c6ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff830c7000 -     0x7fff830f8fef  libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff830f9000 -     0x7fff83199fff  com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8321b000 -     0x7fff8349cfe7  com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff834f7000 -     0x7fff83574fe7  com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8359c000 -     0x7fff835c2fe7  libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff835c3000 -     0x7fff83653fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff83671000 -     0x7fff837e4fef  com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff837e5000 -     0x7fff83810ff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff83811000 -     0x7fff83817ff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83818000 -     0x7fff8382efff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff838f4000 -     0x7fff839aafe7  libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff83a60000 -     0x7fff83b3aff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff83b3b000 -     0x7fff83b3fff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff83b40000 -     0x7fff83b45ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff83b46000 -     0x7fff83bfbfff  com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff83bfc000 -     0x7fff83c03fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff83c04000 -     0x7fff83c19fff  com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff83c1a000 -     0x7fff83c1aff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff83c1b000 -     0x7fff83c2efff  libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83cbc000 -     0x7fff83cddfff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff83cde000 -     0x7fff83d92fef  com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff83d93000 -     0x7fff83d94fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d95000 -     0x7fff83df2fef  com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83df3000 -     0x7fff83df8fff  libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83df9000 -     0x7fff83eb2fff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff83eb3000 -     0x7fff84137fff  com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff84173000 -     0x7fff843ddff7  com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff843de000 -     0x7fff8449aff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8449b000 -     0x7fff844e5ff7  com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff844e6000 -     0x7fff844fffff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff84500000 -     0x7fff8454fff7  libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff84651000 -     0x7fff84e5bfe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff84e70000 -     0x7fff84fddfe7  com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8503f000 -     0x7fff850a5fe7  com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff850a6000 -     0x7fff8510eff7  com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff8510f000 -     0x7fff8510fff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff85110000 -     0x7fff85608ff7  com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff85609000 -     0x7fff85616fff  libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff85617000 -     0x7fff85652fe7  com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff85653000 -     0x7fff85653ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8565d000 -     0x7fff85696ff7  com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff85877000 -     0x7fff8587eff7  com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8587f000 -     0x7fff85963ff7  com.apple.DesktopServices 1.5.1 (1.5.1) <65D7E707-DBCA-5752-78EC-351DC88F3AE8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff859e5000 -     0x7fff85a20ff7  com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x7fff85a31000 -     0x7fff85a60ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff85a61000 -     0x7fff8614f5e7  com.apple.CoreGraphics 1.536.10 (???) <D6247F91-919F-017E-4E20-9A8CBDD12EFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8618c000 -     0x7fff8618cff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8618d000 -     0x7fff861b5fff  com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff861b6000 -     0x7fff861c5fff  com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86211000 -     0x7fff86246ff7  libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff86247000 -     0x7fff86247ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff86278000 -     0x7fff86575ff7  com.apple.HIToolbox 1.6.0 (???) <89C48BA3-20DC-9515-0C0E-1D73B61AADDB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86576000 -     0x7fff86585fef  com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff865aa000 -     0x7fff865e5fef  com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff865e6000 -     0x7fff865ebfff  libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff865ec000 -     0x7fff865eefff  libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff865ef000 -     0x7fff867adff7  libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    0x7fff867ae000 -     0x7fff867bffff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x7fff867c0000 -     0x7fff867d6ff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <344EB288-9CCF-0E77-54EA-1180A789FBCC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff868cd000 -     0x7fff86d10fef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff86d11000 -     0x7fff86e16fe7  libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff86e17000 -     0x7fff86e58ff7  com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff86e65000 -     0x7fff86fe9fff  com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff86fea000 -     0x7fff8701bfff  libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff87037000 -     0x7fff8707dfe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff87331000 -     0x7fff87469ff7  com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8746a000 -     0x7fff874ccfe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff874cd000 -     0x7fff874edfef  com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff87532000 -     0x7fff87548fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff87549000 -     0x7fff87641fe7  libiconv.2.dylib ??? (???) <ECEE3D93-B5E3-F0E0-803E-CA3DC3B33D57> /usr/lib/libiconv.2.dylib
    0x7fff87642000 -     0x7fff87663ff7  com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8768b000 -     0x7fff876d8ff7  libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff876d9000 -     0x7fff876fdff7  com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff877b0000 -     0x7fff877c2fe7  libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8781a000 -     0x7fff878a6fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff878a7000 -     0x7fff878c5ff7  libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff878c6000 -     0x7fff87903ff7  libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff87904000 -     0x7fff87907ff7  libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff87a09000 -     0x7fff87d9dff7  com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87daa000 -     0x7fff87fb6ff7  com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87fb9000 -     0x7fff88048fff  com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff88049000 -     0x7fff88a6cfe7  com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff88aa5000 -     0x7fff88b23fef  com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88b24000 -     0x7fff88b25ff7  com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff88b26000 -     0x7fff88b31ff7  com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib

Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.45f0
Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.91.19)
Bluetooth: Version 2.2.3f8, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Hitachi HDT721064SLA360, 596.17 GB
Serial ATA Device: OPTIARC DVD RW AD-5670S
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x24300000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x24320000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
USB Device: USB MFP, 0x04b8  (Seiko Epson Corp.), 0x0841, 0x06200000
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000
FireWire Device: OEM ATA Device 00, Macpower & Tytech Technology Co., Ltd., Up to 800 Mb/sec
pwantzel
Posts: 1
Joined: Fri Oct 30, 2009 1:25 pm

Re: HandBrake SVN2907 Snapshot

Post by pwantzel »

I notice there are now 64-bit versions for Mac and Linux, but not Windows. Will this be coming before 0.9.4 is released?
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HandBrake SVN2907 Snapshot

Post by s55 »

I notice there are now 64-bit versions for Mac and Linux, but not Windows. Will this be coming before 0.9.4 is released?
Nope
Leo
Bright Spark User
Posts: 174
Joined: Thu Feb 22, 2007 4:39 pm

Re: HandBrake SVN2907 Snapshot

Post by Leo »

s55 wrote: Nope
Does that mean the windows version will run much slower on Windows 7 or Vista than on the latest Mac OS?

Also, is the documentation likely to be updated in time for the release - e.g. how to use soft subtitles, changes to the CRF scale, and the command line equivalents for the presets, etc?
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HandBrake SVN2907 Snapshot

Post by s55 »

Does that mean the windows version will run much slower on Windows 7 or Vista than on the latest Mac OS?
Not particularly. 64bit is 5~10% improvement in some cases.
Also, is the documentation likely to be updated in time for the release - e.g. how to use soft subtitles, changes to the CRF scale, and the command line equivalents for the presets, etc?
http://trac.handbrake.fr/wiki/HandBrakeGuide wrote:WARNING TO 0.9.3 USERS: Documentation is being updated for the coming release of 0.9.4. Information may not be valid for older releases.
jwdicki
Posts: 5
Joined: Tue Nov 03, 2009 9:25 pm

Re: HandBrake SVN2907 Snapshot

Post by jwdicki »

I've been having a heck of a time getting burned in subtitles to work properly. I'll select the subtitles (for a foreign film) that I want burned in, deselect "forced only", and the encode ends up doing whatever it seems to want. This last one I had selected "English Bitmap 1" with burned in checked and nothing else, and I got both "English Bitmap 1" and "English Bitmap 2", neither one burned in.

I would post my log, but am not sure how.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: HandBrake SVN2907 Snapshot

Post by JohnAStebbins »

1. you should post a new thread in one of the support forums in order to get support.
2. Information about activity logs can be found by clicking the "Activity Log" link in the red box at the top of every support forum.
domino
Posts: 2
Joined: Wed Nov 04, 2009 1:33 pm

Re: HandBrake SVN2907 Snapshot

Post by domino »

Hi,

first : Hanbreak is a realy good tool for me ...
I just try this new version , a lot of things are nice and more simple, in perticular the connection with the automatic preview version.( Ithink the mac version preview in static pictures is good too and maybe more precise and simple . except the sound . Ok this preview is a nice progress on the win version.

just a point " for me"...

in the 0.93 (windows) version you can modify the" width/height field "as you want ,it works very fine in my case to transform 720*576 to 1024*576 video films registred on a phillips dvd recorder home platform the exit is in 4/3, 720*576.
Using mkv , h264 , I cropp the horizontal black lines , after division by 1.422.and set the new size to 1024 *576 , anamorphic: none. the target is to approach the real 16/9 without loosing the quality.
the quality is simply wonderfull (square pixel enhance), on a divco tvix and a samsung tv screen.

It seems that is impossible in this version : it seems to have in theses fields , preregistred sizes .

Is there a way in this version to turn this limitation ? Is this a bugg ? or someting....

many thanks for an answer. if not , can you insert again this possibility in the future devellopement.

many thanks for the nice job

Do
alambers
Posts: 4
Joined: Sun Jun 28, 2009 10:00 pm

Re: HandBrake SVN2907 Snapshot

Post by alambers »

I second the subtitle problem. This is the first SVN release that is nearly useless for me because it completely ignores my subtitle settings on batches. If I close handbrake between encodes it works for one or two encodings before messing up again. It's pretty clear that subtitle settings are being carried forward and accumulating between encodings when they shouldn't. There's a bug post with a response indicating this problem may have been resolved. May we please have a new SVN release?
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: HandBrake SVN2907 Snapshot

Post by jbrjake »

Seriously, qmagic, and davidw89, and jwdicki, and domino: what is so incredibly difficult about reading the line:
"If you find broken things in this snapshot--which you might--post a thorough bug report in our bugs forum."

Hmm? Why can none of you manage to follow that very simple advice? Why are you clogging up this announce thread with bug reports and support requests?

If it doesn't stop, and now, this thread is getting locked.
luvgeek
Posts: 2
Joined: Wed Nov 04, 2009 8:21 pm

Re: HandBrake SVN2907 Snapshot

Post by luvgeek »

HandBrake wrote:* AVI: ... As such, it is now gone. It is not coming back, and good riddance.
Does this (and the similar comment for XVID) mean that Handbrake will no longer be usable to convert files from these formats to mp4 for handheld devices (eg. iPhone), or are only the encoders being removed?

I am hoping that by removing support for these formats you mean as output formats (no big loss), since one of the great uses for Handbrake is to convert from older or incompatible video formats to current ones, however I hessitate to make the assumption.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HandBrake SVN2907 Snapshot

Post by s55 »

You will be able to convert from. You won't be able to convert to.
scromar
Posts: 1
Joined: Fri Nov 06, 2009 3:28 am

Re: HandBrake SVN2907 Snapshot

Post by scromar »

I just want to say that Handbrake is a great app. Thank you guys for implementing support for 8-bit audio sources. Now I can use Handbrake to convert the video I capture with my Canon powershot.
davidw89
Posts: 13
Joined: Tue Sep 15, 2009 3:30 pm

Re: HandBrake SVN2907 Snapshot

Post by davidw89 »

ANyone else keeps crashing in snow leopard hen you click source, choose a file it will crash 25% of the time,,
rollingfred
Posts: 3
Joined: Fri Nov 06, 2009 2:37 pm

Re: HandBrake SVN2907 Snapshot

Post by rollingfred »

Guys,

Thanks for the nice app. As a side note, I was using the preset for PS3, adding a Decomb on top and everything has always been fine. The output file was a little big, but that's it.
I'll try with the Normal setting with this snapshot and see how it goes (as Ubuntu 9.10 + 0.9.3 is not an option anymore).

Great job!
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: HandBrake SVN2907 Snapshot

Post by jbrjake »

davidw89 wrote:ANyone else keeps crashing in snow leopard hen you click source, choose a file it will crash 25% of the time,,
Great job, davidw89. Your absolute inability to follow basic directions has ruined this thread for everyone. Congratulations.

*Locked*
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HandBrake SVN2907 Snapshot

Post by s55 »

This snapshot is no longer available.
Locked