Why is my iMovie so big?

Ok I am a new mac user and I downloaded some video files from a friend. I wanted to combine them so I have edited them using iMovie. The three video files all fit onto a cd-r. Yet now that I have them all together in iMovie they take up 18.2 GB on my HD. What is the problem here? This is about 1.5 hours worth of video, but it is so big it is taking up room on my HD and it is to big to put on a DVD. Someone help a Mac newbie. Thank you.

OK Theodore - then you have two options:
1. Further edit your movie to make it shorter. Remember quantity doesn't always equate with quality!
2. Split your iMovie into two separate iMovie projects. to do this, look here:
http://www.danslagle.com/mac/iMovie/usage/5003.shtml
Hope this helps.

Similar Messages

  • Why do i have a big red circle with a x on it

    why do i have a big red circle with a x on it? i am talking about my ipod classic

    iPod issues? Try these five steps first: Reset, Retry, Restart, Reinstall, Restore.
    From Here  >  http://www.apple.com/support/ipodclassic/

  • Why won't imovie '11 finalize or prepare my project??

    why won't imovie '11 finalize or prepare my project?? Just an error message. I've made many videos before with NO issues.

    Sorry, but there's a dedicated discussion forum for iMovie, where you might be luckier finding help.

  • Why can't iMovie on iOS create portrait movies?

    If I take a video on my iPhone in portrait mode and then import it into iMovie for editing, iMovie always crops it.
    Why can't iMovie on iOS create portrait videos?
    Splice can create portrait videos!!!
    Martin

    I don't know why, as we are all users here no one will really know why.
    I assume it's because TVs only play wide video.
    But if you really want to see it in future I suggest you tell Apple:
    http://www.apple.com/feedback/imovie_ios.html
    If enough peoploe ask they will change it.

  • Can't find out why my DB is that big

    I've got a database which is 260 GB in size. Since I know the application behind the DB, I know the DB should never be that big. Even more, one night I noticed that the DB has increased 30 GB where no obviously activity in the application happened.
    The database has multiple tables, but only one of them has the big size of ~260 GB (checked trough Object Explorer Details and by various TSQL-queries). So I know the table for sure, but not the reason of the size of it. It's actual not possible the data
    inside it needs the storage, because the table has only 120'000 rows and only 17 columns. Non of the columns are LOBs, there are only datatypes of uniqueidentifier, int, varchar, nvarchar and datetime. Even when I take the max of 8 KB for a row and multiplicate
    it by 120'000 rows, the database should be smaler than 1 GB.
    I already raised suspiction the index or the statistic could be that big as some queries a had run results a Index-size of 220 GB. Other queries on the other hand results a small index.
    However, meanwhile I've dropped that Index (moreover, the Primary Key behind it) and also dropped the statistics. There is no index at all at moment (I will recreate the PK_Index after the size issue is solved). I tried to shrink the database several
    times, but I doesn't work. The size remains 260 GB. Yesterday I run the sp_clean_db_file_free_space which took 6 hours (!) but also doesen't decrease the database file. At moment I run the sp_clean_db_free_space SP, but I don't believe this will help me.
    So my questions are:
    * How to find out why the database is that big?
    * How to decrease it?
    Has somebody an idea? Thanks...

    What is database recovery model? If it is full can backup the db then backup the log and then issue DBCC SHRINKFILE  to reduce the physical size fo the log file.
    What does it return?
    SELECT      @@SERVERNAME AS SqlServerInstance,
                db.name AS DatabaseName,
                SUM(CASE WHEN af.groupid = 0 THEN 0 ELSE 8192.0E * af.size / 1048576.0E END) AS DatabaseSize,
                SUM(CASE WHEN af.groupid = 0 THEN 8192.0E * af.size / 1048576.0E ELSE 0 END) AS LogSize,
                SUM(8192.0E * af.size / 1048576.0E) AS TotalSize
    FROM        master..sysdatabases AS db
    INNER JOIN master..sysaltfiles AS af ON af.[dbid] = db.[dbid]
    WHERE       db.name NOT IN('distribution', 'Resource', 'master', 'tempdb', 'model', 'msdb')       -- System databases
                AND db.name NOT IN('Northwind', 'pubs', 'AdventureWorks')                 -- Sample databases
    GROUP BY    db.name
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Why does my iMovie quit unexpectedly anytime I try to do anything on it?

    Why does my iMovie quit unexpectedly anytime I try to do anything on it?
    I get this error message.. I don't know if it helps that I add this.
    Process:         iMovie [1187]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovie8
    Version:         8.0.6 (821)
    Build Info:      iMovieApp-8210000~16
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2012-11-14 14:52:51.822 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          118444 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  70 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      0E5F941E-421E-4DF9-A3E1-1F2FE07A930D
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x000000000000c0a8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     0x1f59c593 0 + 525976979
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x99500382 kevent + 10
    1   libSystem.B.dylib                       0x99500a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x994fff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x994ffcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x994ff781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x994ff5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x994ff412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x994ff9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x994ff5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x994ff412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x994ff9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x994ff5c6 start_wqthread + 30
    Thread 4:  QTKit: QTVisualContextImageProviderWorkLoop
    0   libSystem.B.dylib                       0x994d9afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x994da267 mach_msg + 68
    2   com.apple.CoreFoundation                0x948242df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x948233c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94829304 CFRunLoopRun + 84
    5   com.apple.QTKit                         0x90a81465 QTVisualContextImageProviderWorkLoop + 128
    6   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    7   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x994d9afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x994da267 mach_msg + 68
    2   com.apple.CoreFoundation                0x948242df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x948233c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94829304 CFRunLoopRun + 84
    5   com.apple.FWAVCPrivate                  0x0083d1b8 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    7   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x994d9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x995076e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x995365a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x94a24b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x94a248ce TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component          0x954948b5 ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    7   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x994d9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x995076e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x995365a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x94a24b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x94a248ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x94a7f5aa AIOFileThread(void*) + 1127
    6   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    7   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x994d9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x995076e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x995365a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x9603c3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x9603f3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x9603ccda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x9603c571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x9603c488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    9   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x994d9b36 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1d0a946b JVTCompEncodeFrame + 3038234
    2   QuickTimeH264.scalar                    0x1d0a8f9b JVTCompEncodeFrame + 3037002
    3   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    4   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x994d9b36 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1d0a946b JVTCompEncodeFrame + 3038234
    2   QuickTimeH264.scalar                    0x1d16953f JVTLibDecoDispose + 435405
    3   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    4   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x994d9b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x995076f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9955005f pthread_cond_wait + 48
    3   ...ickTimeComponents.component          0x95602dcf jpegdecompress_MPLoop + 79
    4   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    5   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 12:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 13:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 14:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 15:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 16:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 17:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 18:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 19:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 20:
    0   libSystem.B.dylib                       0x994d9b36 semaphore_wait_trap + 10
    1   ...ickTimeComponents.component          0x95b5ba12 QTThreadWaitSignal + 107
    2   ...ickTimeComponents.component          0x9551e9a7 audioprepThreadEntry + 68
    3   ...ickTimeComponents.component          0x95b5b98c start_thread + 54
    4   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    5   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x994d9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x995076e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x995365a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x968587a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo                     0x968575eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo                     0x968572ea startIOThread(void*) + 156
    6   libSystem.B.dylib                       0x99507259 _pthread_start + 345
    7   libSystem.B.dylib                       0x995070de thread_start + 34
    Thread 22:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 23:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 24:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995093f8 pthread_cond_wait$UNIX2003 + 73
    Thread 25:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x99507aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9950775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x995072b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x93b4d00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x1f59c0a8  ebx: 0x00000001  ecx: 0x93d9b091  edx: 0x1f59c598
      edi: 0x269ac000  esi: 0x1f5f35b4  ebp: 0x1f5a4d00  esp: 0xbfffe790
       ss: 0x0000001f  efl: 0x00010282  eip: 0x1f59c593   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1be6c000
    Binary Images:
        0x1000 -   0x334ffc  com.apple.iMovie8 8.0.6 (821) <CD0B8453-4663-7F8C-EFF4-926EAB254B2A> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x3d2000 -   0x40bfe3  com.apple.MPEG2TSDecoder 1.0 (84) <75EC884A-7300-87B1-7E3A-A2B156BD4D79> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x443000 -   0x464fff  com.apple.iWidgets 1.0.0 (24) /Applications/iMovie.app/Contents/Frameworks/iWidgets.framework/Versions/A/iWid gets
      0x477000 -   0x51aff4  com.apple.DotMacKit 47 (3.0.2L) <5C3FF2BA-7124-3DF9-B197-19DD4D543798> /Applications/iMovie.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
      0x580000 -   0x581ff7  com.apple.Helium 3.0.0 (157) <22FD7CB4-024E-3065-EB67-262ABF99636E> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x587000 -   0x588fff +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <5FB2D0C9-D6D7-036E-F739-DA7CE5BAD36E> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x58e000 -   0x643fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
      0x689000 -   0x7bbfe4  com.apple.Helium.HeliumRender 2.0.0 (157) <DEA355F6-22DC-68D4-EA7A-EE06C0D7F150> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0x814000 -   0x814ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
      0x838000 -   0x86bff3  com.apple.FWAVCPrivate 30.46 (46) <786C1EA9-AE6E-C66F-A290-8705A4F43EA8> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
      0xc00000 -   0xd79ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      0xe53000 -   0xe77fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
      0xf47000 -   0xf4afef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0xf4f000 -   0xfb4fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x12d5b000 - 0x13160fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x159ba000 - 0x15b03fe7  com.apple.iLMBAperture31Plugin 2.5.5 (252.2.5) <2AA8E13C-4221-698B-F755-DB8103D191B9> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperture31Plugin.ilmbplugin/Contents/Mac OS/iLMBAperture31Plugin
    0x15b44000 - 0x15b4cff7  com.apple.iLMBAperturePlugin 2.5.5 (252.2.5) <BF2A071D-6F1C-03BA-DD1B-74F93CE9D7B0> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x15b53000 - 0x15b54ff7  com.apple.iLMBAppDefPlugin 2.5.5 (252.2.5) <23D52DA9-0F87-6EAA-990E-2864C4B6D6AA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x15b59000 - 0x15b63ff7  com.apple.iLMBFinalCutPlugin 2.5.5 (252.2.5) <B089F264-64BE-07DE-E250-D5C63C351222> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFinalCutPlugin.ilmbplugin/Contents/MacOS /iLMBFinalCutPlugin
    0x15b69000 - 0x15b6bff7  com.apple.iLMBFolderPlugin 2.5.5 (252.2.5) <0896FA5E-8453-B2F6-8E87-F5F2FA382395> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x15b70000 - 0x15b74ff7  com.apple.iLMBGarageBandPlugin 2.5.5 (252.2.5) <E10E678C-831C-7A6B-1A56-775CD81DA98E> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x15b7a000 - 0x15b86ff7  com.apple.iLMBiMoviePlugin 2.5.5 (252.2.5) <313540B0-C7D2-5EB4-C688-0FCB9FFD5E81> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x15b8f000 - 0x15ba3ffb  com.apple.iLMBiPhoto8Plugin 2.5.5 (252.2.5) <0016975B-CA8E-76EA-3BF7-BAD4C8834814> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x15bab000 - 0x15bb4ff7  com.apple.iLMBiPhotoPlugin 2.5.5 (252.2.5) <D6F8A353-CDC4-A9B8-383E-5D6F7FBAF593> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x15bbb000 - 0x15bc3ff7  com.apple.iLMBiTunesPlugin 2.5.5 (252.2.5) <4A54C561-8932-6E09-BDAE-C030D494E0DA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x15bca000 - 0x15bccff7  com.apple.iLMBMoviesFolderPlugin 2.5.5 (252.2.5) <4A70635B-4CF4-8F65-BF6D-3B6F18838A23> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x15bd2000 - 0x15bd4ff7  com.apple.iLMBPhotoBoothPlugin 2.5.5 (252.2.5) <77BE4315-C665-3243-B857-64895276EFA1> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x15d00000 - 0x15e4cfe7  com.apple.iLMBiPhoto9Plugin 2.5.5 (252.2.5) <86E4AD5A-1233-9F42-B4BD-CECFFC4C4ACD> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x15e8f000 - 0x15f45ff3  com.apple.iTunesAccess 10.7 (10.7) <FC3334BD-4462-8A94-6FD0-C09E33A04255> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x164b8000 - 0x164bbff3  libFontRegistryUI.dylib ??? (???) <2F4E6F71-F4FE-4B2D-A872-94B2FCE0D31B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x164ec000 - 0x164f0ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x16625000 - 0x1662bff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18a47000 - 0x18a59fd9  com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x18ae4000 - 0x18afffef  com.apple.AppleIntermediateCodec 1.3.2 (153) <EFB476B9-486E-5112-50C8-8918A7964C22> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x18b07000 - 0x18b1cfcb +com.3ivx.videocodec 503.44 (503.44) /Library/QuickTime/3ivxVideoCodec.component/Contents/MacOS/3ivxVideoCodec
    0x18e88000 - 0x18e8dfff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <EDDCFD0D-37F6-A846-EB4D-8E683ACC5184> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x18ed9000 - 0x18ef2fe7  com.apple.applepixletvideo 1.2.29 (1.2d29) <52810348-A138-D148-92E4-9E1D73EA18A0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x18f73000 - 0x18faffe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1791) <50D03C98-3DF6-BF7E-6440-7E3AB5A78CBE> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x191e2000 - 0x19237fef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x19400000 - 0x195e6fef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x19c7b000 - 0x19d4bffb +lib3ivxEnc.dylib ??? (???) /Library/Application Support/3ivx/lib3ivxEnc.dylib
    0x1aa00000 - 0x1aa7afef  com.apple.AppleVAH264HW.component 2.0 (1.0) <9F28FEE8-C61E-C474-4C4A-B4932DF28794> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1b608000 - 0x1b60aff7  com.apple.podcastproducer.ImageDiffer 1.2.3 (168.7) <0EE2A12C-11A5-5801-5442-D5A7C7542CF3> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x1cdac000 - 0x1d192feb  QuickTimeH264.scalar ??? (???) <40C3F85A-4CFC-EE89-F1DE-C2B90296683D> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x1f4be000 - 0x1f4e2ff7  com.apple.QuartzComposer.ExtraPatches 4.2 (156.16) <877B2D84-7CA6-501F-FF2D-C33BC52C0074> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1f4f2000 - 0x1f53effb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1f563000 - 0x1f58cfff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x21ce8000 - 0x21d14fff  com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (602.0.2) <2F6AD71A-EDFB-66DF-ACBD-46617FDB7C0E> /Applications/iMovie.app/Contents/Resources/iDVDQCPatches.plugin/Contents/MacOS /iDVDQCPatches
    0x21e78000 - 0x21e7dff7 +com.ManyCamLLC.ManyCamPlugIn 0.0.5 (0.0.5) <E58065A6-D1A0-F359-C2B7-828A2D8689BB> /Library/Graphics/Quartz Composer Plug-Ins/ManyCamPlugin.plugin/Contents/MacOS/ManyCamPlugin
    0x21ebb000 - 0x21ebfff7 +com.bensyverson.quartzcomposer.dvmatte 1.0 (1.0) <DC961ABE-200A-E9E3-5CD2-7B98F129D0BF> /Applications/iMovie.app/Contents/Resources/Plugins/dvmatte.plugin/Contents/Mac OS/dvmatte
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90068000 - 0x90099ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x900b3000 - 0x900beff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x900bf000 - 0x900cbff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x900cc000 - 0x902d3feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x902d4000 - 0x90317ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90352000 - 0x903acfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x903ad000 - 0x907e2ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x907e3000 - 0x90852ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90853000 - 0x908fffe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90900000 - 0x909aeff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x909af000 - 0x90af2fef  com.apple.QTKit 7.7 (1791) <74F00760-A831-B8F2-869D-84C1F2366204> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90af3000 - 0x90c75fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x90c76000 - 0x90d82fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90d83000 - 0x90de4fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90de5000 - 0x90e92fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x90ebc000 - 0x90eecff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90eed000 - 0x90f09fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90f0a000 - 0x90f8cffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9116a000 - 0x9116dfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9116e000 - 0x9117bff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x911b1000 - 0x911ebfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x9141b000 - 0x91548ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x91549000 - 0x915e4fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x915e5000 - 0x917a8feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x917a9000 - 0x917abff7  com.apple.QuickTimeH264.component 7.6.6 (1791) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x917fc000 - 0x917fdff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x917fe000 - 0x919d7fff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x91a3b000 - 0x927b3fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x927b4000 - 0x92894fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92895000 - 0x928d2ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x928d3000 - 0x92941ff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x92942000 - 0x9294bff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9294c000 - 0x9294cff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9294d000 - 0x929a5fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x929a6000 - 0x92a1dff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92a1e000 - 0x92a9bff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x930fc000 - 0x93107ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93150000 - 0x9320cfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9320d000 - 0x93243fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x932b3000 - 0x932cbff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x932cc000 - 0x932ccff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x932cd000 - 0x932e1ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x932e2000 - 0x936f8ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x936f9000 - 0x936fcffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93746000 - 0x93799ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9379a000 - 0x9381afeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93991000 - 0x93a62fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x93a9f000 - 0x93ae3fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93ae4000 - 0x93b02fe7  libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93b42000 - 0x93df0fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93df1000 - 0x93e99ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93ee8000 - 0x93ee8ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93ee9000 - 0x93f24ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93f25000 - 0x93f25ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93f37000 - 0x94032fff  com.apple.PubSub 1.0.5 (65.28) <6F9B8187-DA37-878F-1760-89116A2B2BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x94033000 - 0x940cbfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x940cc000 - 0x94747ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94748000 - 0x94749ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9474a000 - 0x94797feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x94798000 - 0x947d0ff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x947d1000 - 0x947dbffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x947e7000 - 0x94962fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9496d000 - 0x94995ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x94996000 - 0x949ddffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x949de000 - 0x94cfeff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94cff000 - 0x94d05fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94d06000 - 0x94d06ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94d07000 - 0x94d07ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94d59000 - 0x94d7dff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94d7e000 - 0x94d86ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94d87000 - 0x94dc4ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x94dd0000 - 0x94dd2ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94dfe000 - 0x94edbfe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94edc000 - 0x95e2fffb  com.apple.QuickTimeComponents.component 7.6.6 (1791) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x95e30000 - 0x95e34ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95e5c000 - 0x95e5dff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95e5e000 - 0x95e64fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x95e65000 - 0x95f3ffff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95f40000 - 0x95f40ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96006000 - 0x9601bfff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9601c000 - 0x96096fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x960b0000 - 0x9641bff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9641c000 - 0x9641fff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96420000 - 0x96470ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96471000 - 0x964c1fe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x964cf000 - 0x965cffe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x965d3000 - 0x965daff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x965db000 - 0x9661eff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9664a000 - 0x9667dfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x966e3000 - 0x966f4ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x966f5000 - 0x966faff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x966fb000 - 0x9678dfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9678e000 - 0x96807ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96808000 - 0x9680cff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96855000 - 0x96874ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96875000 - 0x96883ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x969dd000 - 0x96e98ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96e99000 - 0x96ebfffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96ec0000 - 0x96ecefe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96ecf000 - 0x96f0fff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96f10000 - 0x96f43ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96f5a000 - 0x971cbfef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x971cc000 - 0x972aafef  com.apple.QuickTimeMPEG4.component 7.6.6 (1791) <1C97785E-26C5-DF59-7103-A75436643C2A> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x973a0000 - 0x973e1ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x973e2000 - 0x97cc5ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97cc6000 - 0x97d35ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97d36000 - 0x98187fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x98188000 - 0x983b3ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x983b4000 - 0x98411ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98412000 - 0x985f4fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x985f5000 - 0x986f7fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x986f8000 - 0x98702fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98703000 - 0x98703ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98704000 - 0x987bcfeb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x987bd000 - 0x987bfff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x987c0000 - 0x988e8fe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x988e9000 - 0x98909fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9890a000 - 0x9894cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9894d000 - 0x989eafe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x989eb000 - 0x98a31ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x98a32000 - 0x98a53fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98a9f000 - 0x98af5ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x98af6000 - 0x98ba6fe3  com.apple.QuickTimeImporters.component 7.6.6 (1791) <7D2E0A41-81DB-ADB9-1489-BBDE26573A22> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x98ba7000 - 0x98c72fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98c73000 - 0x98c85ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98c86000 - 0x98dc3fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98dc4000 - 0x98dd6ff7  com.apple.CoreMediaAuthoring 0.706 (706) <81D68084-D7BD-E52E-9B1C-C8EC0FCECE3C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x98f3a000 - 0x9903cfef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9903d000 - 0x9904dff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x99050000 - 0x99072fef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x99073000 - 0x99079ff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9907a000 - 0x9907eff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9907f000 - 0x99093fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x99094000 - 0x99094ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x99095000 - 0x990a5ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x990b9000 - 0x990feff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x99174000 - 0x991defe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x994d9000 - 0x99680ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x996c5000 - 0x999bffef  com.apple.QuickTime 7.6.6 (1791) <8E56F3DC-725B-0299-7E62-8599CA6EC4C0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x999c0000 - 0x99a24ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x99a25000 - 0x99aa0fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x99aa1000 - 0x99b5afe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x99b5b000 - 0x99e7ffef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99e80000 - 0x9a66f557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9a670000 - 0x9a67bff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9a690000 - 0x9a8f6ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9a8f7000 - 0x9a91eff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9a9c0000 - 0x9a9faff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x9aa00000 - 0x9aa3eff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9aa3f000 - 0x9aa42ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9aa43000 - 0x9ab71fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9ab72000 - 0x9ab79ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9ab7a000 - 0x9abbeff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9abbf000 - 0x9abdefe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 4

    Please post the complete, verbatim text of any error messages you saw, and specify where you saw them: in an application window, a CrashReporter window, a log, or whatever.

  • Why did you changed the big screen picture it look so better that way PLSS !!! Put it back so small I can not  even see who's calling me

    Why did you changed the big screen picture it look so better that way PLSS !!! Put it back so small I can not  even see who's calling me

    Send feedback below:
    http://www.apple.com/feedback/iphone.html

  • Why is my iMovie shutting down every time I try to share it to iDVD? Help I am new to the Apple world

    Why is my iMovie shutting down everytime I try to share it to iDVD? Help I am new to the Apple world, what am I doing wrong? I have already shared 2 iMovies but this 3rd one is giving me trouble!

    Hi
    First
    • How much free space is there on Your Start-Up Hard Disk ?
    If less than 25Gb - then iDVD will get a hard task as iDVD and Mac OS needs this space for it's pref files (can't be easily addressed to other hard disk)
    Then
    • I do not use "Share to iDVD" - but - "Share to Media Browser" and as Large (not HD or other resolution)
    If still problem - then
    • Material used in iMovie can be the problem maker eg .mp3 audio and .avi, .wmv/a files etc.
    Yours Bengt W

  • Why do I have a big Q on the upper left of my screen when i go into a text?

    This is driving me crazy.. Why do I have a big Q on the upper left of my screen when i go into a text message? How do I get it off? Someone sent me a picture and I noticed it was on there also?

    ME TOOO!! omg it's so annoying. I have only had this happen with an iphone 4, and i noticed it started happening after I did a text msg. usually it's just a big Capital "Q", in a similar position as it would be on the keyboard. but it stays on the screen. Now it also stays there even when i go to my home page or any other screen for that matter. I recently had my phone swapped out because my home button had worn out (uh oh....less than 6 mo old too!) but even on the new phone it's doing the "Q" thing too.
    mine only goes away when i reboot. grrrrr. glad im not the only one tho.

  • Is my Imovie to BIG??????

    My final project is roughly 10 minutes or so and carries with it 13 gigs.
    I don't understand why it's so big...but it is what it is. Will idvd compress the 13 gigs to a smaller file? What size DVD am I going to need? Any other way to reduce the size of the file in imovie before I export?
    Thanks

    me got it, but I'm not able to make YOU to get my thought... :
    in the process of editing, you have lots of baggage, garbage, trash, younameit.. but I won't call it "useless"... you need a few takes to get the right one.. and that decision is made (often) while editing, not while recording ...-
    and what I'm telling here anybody who doesn't want to hear it: my audience fall asleep after 20min.. so, it is good movie making to throw away 50min of an hour long tape..
    ... perhaps more simple: not used, but needed ...

  • Why doesn't iMovie use ProRes 422 or native instead of AIC

    Does anybody know why apple still uses AIC to transcode all captured video streams instead of ProRes 422? And why does it transcode in the first place? Why can't they use the native HDV or AVCHD streams?
    I know that using native HDV, and especially AVCHD, loads the processor with all the decoding, but it should at least be an option for high-end machines. HDV editing on FCP works fine and the storage requirements go down to between 1/3 and 1/8 of what it is with AIC and ProRes.
    I think the ideal workflow would be to capture in the native format, edit in the native format when no re-compression is necessary and only render to ProRes when effects/titles/filters are applied.
    Is it just too much development work or is there an architectural consideration from the development group to force everything through AIC for some reason?
    Is it a licensing issue? Does Apple pay royalties for ProRes for every FCP sale? Would it be prohibitively expensive to distribute ProRes with iLife?
    Obviously only someone from the iMovie group would be able to answer all of these questions but we may be able to gather some insights from the community to get a better picture.

    I understand that the iMovie and FCP teams at Apple have been, hitherto, completely independent.
    FCP was bought in - under a different original name - and tweaked from its original incarnation before being offered as 'Final Cut Pro' by Apple. See the section marked "History" in this Wikipedia article.
    iMovie, however, was written long ago to Steve Jobs' specifications by Glenn Reid as a simple video editor for amateurs.
    The ProRes codec appears to have been created separately from the Apple Intermediate Codec of iMovie ..probably because of different programmers' responsibilities for the separate programs ..although, under the 'Terms of Use', we're not supposed to speculate here in Apple Discussions.
    HDV and AVCHD, being extremely 'compressed' methods of storing video, similar to the MPEG-2 format used for squeezing long movies onto small DVDs, cannot be edited 'frame-accurately' directly, as most of the video frames rely on data stored in other frames for their content. In other words, the 1st frame of fifteen frames contains a whole frame's worth of data, but the next 14 contain only differences between the first frame of a group and the subsequent frames.
    So there needs to be a method to 'unscramble' or extract the data from the next few frames after the first of each group, in order to reconstitute the rest of the frames for editing them.
    AIC is the method used in iMovie. ProRes is the method chosen for FCP.
    It's interesting, though, that Randy Ubillos, now 'Chief Architect - Video Applications' at Apple, and the "onlie true begetter" of what later became Final Cut Pro, was the man who demonstrated iMovie '09 at last month's MacWorld Keynote. So if Randy's on hand to explain how to use iMovie, and created the new-style iMovie, then maybe we'll see some more convergence occur. (..iMovie has already taken on board FCP's "instant rendering", so that we no longer have to wait for transitions to be rendered within iMovie, but can see the results immediately. iMovie's real "behind the scenes" rendering now takes place during export, after after editing's finished..)

  • Why is my project so big?

    Hi guys,
    *using DVDSP4
    I'm having trouble with a large project that I am working on. It is mainly consisted of many menus (using .psd files), and some m2v menus as well.
    The project is about India. So it is ALL the states of India with a brief summary of each, m2v menus with links to more infomation (menus using .psd files).
    I will attach a few screen caps of my project so that this may be a little easier to understand.
    All the assets that I am using for the project fit onto a DVD, so im a little confused as to why in the project, the files is so huge. It is adding up to be 17.9GB! I have gone through the assets deleting what I do not need, and tried to make sure that I am not doubling up on any tracks or menus. I am using the bare necessities of my assets. Could this be because of all the menus?I know that my m2v files may be compressed too big or something but other than that would there be something else affecting my project size?
    I have tried a little testing with this project to what is affecting the size the most.
    I tried deleting (*on each state) most of the still image menus(.psd) and leaving just the m2vmenu because there is audio in them explaining mainly what the still images did.
    I need to keep the psd stills for the tourist information sections so I cannot delete those files.
    Any help would be great.
    thanks
    Links to screencaps:
    http://www.soulstruck.ca/maple/pic1.jpg
    http://www.soulstruck.ca/maple/pic2.jpg
    http://www.soulstruck.ca/maple/pic3.jpg

    OK - this gets a little intense, but stick with it... (this should probably be its own thread).
    There are at least two ways to do this without scripts, depending on how you have the project set up.
    Firstly, if the menu buttons point to a track each and not a part of a track (i.e. a chapter) then you can simply set the end jump and use the drop down options in the property inspector to find the precise menu and button that you want to go to. This is one good reason why people put a single clip into a track and create lots of tracks.
    Secondly, if you do have each clip one after the other in a single track (which is more logical to me...) then you can use stories - each set of chapters that you want the menu button to play goes into a story container... your menu button then points at the container, not the marker. Each story container can have its own end jump which you can set using the property inspector, taking you back to whatever button you want (in the same way you do for a track).
    However, if you want to do this with scripts there are again at least two ways to do it.
    Firstly, you need to know that each element on your DVD is assigned a number and you can use these numbers to know what has just been played, or what button was previously selected on a menu. There are also two types of memory spaces in a DVD player - those that hold information automatically, such as what chapter has just played, or what button was just 'pressed', and those that you can fill with information yourself. Using a combination of these facts you can tell which chapter has just played and go to the next logical button on any menu, or you can keep track of which button you last selected on a menu and go back to the appropriate one in the sequence.
    You do it like this:
    1) Using the chapter information
    Create a script and set it as the menu call for the track. Add the following details using the script editor (details in the manual)
    mov GPRM0, SPRM7
    Jump Menuname [GPRM0]
    This script will track what the last chapter was that you have played, and will place the value into the first memory slot (called GPRM0). The chapters are numbered 1-99, so GPRM0 will receive a number in that range. The second line is a GPRM based button jump, which means that you will jump to the menu you specify (replace 'menuname' with the actual menu name) and the button that has the same number as the value in GPRM0. Your buttons are numbered in the order you create them.
    2) Tracking the last button selected
    Create a script and set it as the menu call and the end jump for the track. Add the following:
    mov GPRM0, SPRM8
    div GPRM0, 1024
    Jump menuname [GPRM0]
    This time, the SPRM is keeping track of the last button used. These are numbered from 1024 upwards by the DVD player, in increments of 1024, so the second button will have a value of 2048, etc.
    The second line converts that value to a number we can use for menus, and the third line jumps to the menu with a GPRM based jump as before.
    It gets more complex if you have more than one menu that accesses the track, but it isn't unmanageable.
    Told you it was intense!

  • Why can't iMovie '11 keep its place when changing

    Is there some reason the app can't keep your project clips positioned so that the playhead remains visible in the project browser when you change the time scale or icon size? One can get back by pressing the spacebar to put the picture in motion, but why does the current position usually depart from the visible portion of the project? --AEF
    iMovie v9.0.4    20"  iMac   OS X 10.6.8

    The only thing I know of that can keep the playhead in one spot is to hold down the <CTRL> key, then reset the time scale slider. I don't know if it will keep the playhead visible in the Project Window when you change the scale or not. But it will keep the playhead from moving around on you.
    I just checked to see if it can keep the playhead within the borders of the Project Window and it doesn't. So you have to keep moving the scroll-bar up and down until you can find the playhead again. But at least with <CTRL> key you can keep it solidly planted in one spot.

  • Why won't iMovie 10.0.01 show any still photos?

    On the new iMovie update, every single time I add a photo to my timeline, it shows up green! Why won't it show any still photos? Does anyone have a solution?

    Are the photos too large of a file maybe?

  • Why are the photos so big - 1M?

    The photos are too big for the quality of the camera/lens, around 1M. 100K pictures would be just as good, don't need bigger size because they don't look any better. The proof is if you put them on the computer, then back on the phone via iTunes, it optimizes them to 100K!
    My problem is of course storage. Why waste 1M when 100K looks exactly the same? I have a digital camera that makes much better 500K pictures, so I know what I am talking about.

    Is the page zoomed?
    You can adjust the zoom level of a site using the buttons on the application menu (the one with the "3-bar" button): the - button reduces the zoom level, the + buttons enlarges it, and the center button resets it to 100%.
    Zoom also can be adjusted with keyboard shortcuts or a the scroll wheel on a mouse, which sometimes explains how it got zoomed in the first place. More info: [[Font size and zoom - increase the size of web pages]].
    Another possible issue is whether Firefox is downloading a custom fonts. Many sites now prescribe a custom font which Firefox needs to download. If that is blocked, a standard font is substituted, and if these are not a close match, the results can be unattractive.
    To see what font is being used, you can use the Inspector tool. Right-click the headline and choose Inspect Element(Q). This will open a panel at the bottom of the tab. On the left side, the clicked element should be selected in the HTML code of the page. On the right side, you can switch from the "Rules" list to the "Fonts" list to see what font is being used for that element. If you switch back to the Rules list, sometimes you can see what font the page prescribed, but if there are lot of rules, it can be challenging to find....
    Either way, if you think Firefox is NOT downloading and using the preferred font, one possible reason is not allowing pages to choose their own fonts. You can double-check this setting in the Preferences dialog:
    * "3-bar" menu button (or Firefox menu) > Preferences > Content
    Click the "Advanced" button and make sure the box is checked to "Allow pages to choose their own fonts". After OK'ing that change, you probably need to reload the page to see any difference.
    Any progress so far?

Maybe you are looking for

  • Critical security patches on Solaris 9

    Hi. My director asked me to install critical security patches on our solaris 9 servers. Previously I downloaded that 9_recommended patch from sunsolve.com and install the whole patch clusters. My question is how can I ONLY get all those patches which

  • Making button disable in tool bar

    Guru, I am displaying on ALV using class. I have some toolbar in out put. Could you pls tell me how to disable them. Thanks, Sandeep Garg

  • How to manage web page content via labview

    My pproblem is to get cyclic information from a web page containing an applet. Using a container I cannot manage any text and object in the page. Isn't it? Ciao

  • Problem in muse cc 2014

    Hello I have encountered a problem in the program muse cc 2014 problem appear as in the picture http://prntscr.com/43xkd9 Knowing that I used Windows 8.1 I hope that solved the problem for me please and there are other problems I've encountered such

  • APEX download wwvflowaccept with dblinks

    Hi. I have an application running, and connects to different databases trough db links, the problem exists since i use db links in my reports,       continuously prompts the user whether to download a file, sometimes the file's name is "f" and someti