Open a 16x9 quicktime not in 4x3

I have shot and captured items in 16x9.
wondering since quicktime always open it in 4x3 if there is a way to change that so it shows the right aspect ratio?

Hi,
Open your movie with QT>QT Main menu>Window>Show movie Properties (apple+J)>Presentation>Conform Aperture>Production or Clean.
Save.
G.

Similar Messages

  • Downloadable .tiff files open in quicktime, not as an image file: using mac

    I am using a Mac 10.6.3 and
    Ffirefox ver: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
    downloadable .tiff files open in firefox quicktime, not as image files, nor do they let me choose how to download or where to save or as what type of file.

    Hello andrea,
    You can tell Firefox to ask you where to store your download files by changing the Firefox "Preferences". You can get the instructions on how to do it in this article: [[Downloads window]].
    I would advise you to download tiff files as tiff files only otherwise they may become unviewable.
    Now, to open your tiff files as images, you can change the settings on your Mac computer as follows:
    #Select the tiff image that you downloaded.
    #Right click on it and select "Get info"
    #A windows will pop up. In this window, select the "Open with" item. Under this item, select "Preview" or any other image viewer application that you want to use.
    #Next, click on the "Change All.." button. Click "Continue" in the message that is shown.
    That's all. Now, your tiff files will open as images in the application that you just selected
    Hope this solves your problem !

  • When I open iTunes, it will not allow me to preview or download TV shows. The preview and download options are gray and will not let me view them. I have the latest Quicktime so I don't know what's wrong

    When I open iTunes, it will not allow me to preview or download TV shows. The preview and download options are gray and will not let me view them. I have tried installing the latest Quicktime but it tells me that I have to do software update and when I do, Quicktime does not appear to need an update. I have no idea what to do

    Click on your preference and check the Parental tab for possible restrictions.  Open iTunes, then click the iTunes menu, select preferences after the window opens click on the Parental icon, take a look at the content restrictions section.

  • After installing Maverick, my downloaded movies will not play in Quick Time.  It gives me the following error "You can't open the application "QuickTime Player.app" because it may be damaged or incomplete."  What can I do?

    After installing Maverick, my downloaded movies will not play in Quick Time.  I receive the following error message:
    You can’t open the application “QuickTime Player.app” because it may be damaged or incomplete.  So I tried to unistall QT and I get an error that says, You can not delete this application as it is a requirement for the OSX.
    Well I did find a way to delete it, by going into the various components and one by one deleting it.  Now I reinstall it and  the message is that this Quick Time is for an earlier version before Maverick 7.  SMH....Now what.?

    Hello, terrygav. 
    I would recommend processing a reinstall of Mavericks.
    OS X Mavericks: Reinstall OS X
    http://support.apple.com/kb/PH13871
    Make sure to backup all of your data prior to reinstalling OS X 10.9.
    Back up your Mac
    http://support.apple.com/kb/PH11371
    Cheers,
    Jason H.

  • I can not open itunes without quicktime 7.5.5 why ?

    i can not open itunes without quicktime 7.5.5 why ?

    You don't provide us with much background infomation such as operating system version you are using, but usually when I see this kind of question it gets answered by:
    QuickTime 7.5.5 for Leopard - http://support.apple.com/kb/DL27
    QuickTime 7.7 for Leopard - http://support.apple.com/kb/dl761
    = New version of Quicktime installed but application reports it needs to have that version installed =
    Open Application > Utilities > System Profiler and check the Quicktime version in Frameworks vs. the version in Applications.  I recently helped where the person had re-installed their operating system.  It had kept the newer Player application but had reverted to an earlier version of the underlying support framework files which many applications utilize.  Re-installing Quicktime 7.7 took care of the problem.  Do this manually, not with Software Update.
    Installation get stuck at "configuring installation" - https://discussions.apple.com/thread/2592979?threadID=2592979  - uninstall Quicktime before installing.

  • When I single finger click on my iMac Trackpad, on a .pdf document, (happens in a webpage only) Quicktime app. always opens the document and not Adobe or Preview! If a document has severaI Quicktime opens one page only. Can anyone assist?

    When I single finger click on my iMac Trackpad, on a .pdf document, (happens in a webpage only) Quicktime app. always opens the document and not Adobe or Preview! If a document has severaI pages Quicktime will only show one page. So, not very useful!!
    Can anyone assist?

    More threads: https://support.mozilla.org/en-US/search?q=fbi&asked_by=&answered_by=&w=2&a=1&sortby=1&esab=a

  • Unable to open PDF files with Adobe Reader, Mac trying to open files with Quicktime instead, but not succeeding. HELP!

    Unable to open PDF files with Adobe Reader, Mac trying to open files with QuickTime instead, but not succeeding. HELP!

    Hi BDAqua,
    Thanks for the info, I dragged a PDF to desktop ctrl-, get info. change all to open with adobe.
    Problem solved, many thanks for a quick response.
    Barry69

  • Getting a quicktime stream to open in quicktime, not browser

    Hi all,
    I am trying to stream some quicktime videos (.mov, H.264) from my website. For the standard res. version, it is fine to have it play in the browser, but I would like to have the HD versions open up in quicktime player automatically, like the HD trailers do on apple's website. How would I go about doing this (I have little experience streaming videos).

    The key is that you need a "poster movie" to embed into your web page. The poster movie can be anything that the QuickTime plug-in can display...a movie, a sound clip, or just a still image...even just a still image that looks like a PLAY button. The key is, it has to be a file that QuickTime can play, and you have to embed it into your web page.
    In the embed code, you need to include an additional parameter, the HREF parameter, which includes the URL for your streaming movie. Then you also need to include in the HREF parameter the TARGET directive, with the target identified as <quicktimeplayer>.
    So your embedded movie ought to look something like this:
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    WIDTH="w%" HEIGHT="h%"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
    ID="movie1">
    <PARAM name="SRC" VALUE="poster.mov">
    <PARAM name="CONTROLLER" VALUE="false">
    <PARAM name="HREF" VALUE="<rtsp://my.streaming.url> T<quicktimeplayer>"
    <embed src="poster.mov"
    width="w%"
    height="h%"
    controller="false"
    name="movie1"
    href="<rtsp://my.streaming.url> T<quicktimeplayer>"
    pluginspage="http://www.apple.com/quicktime">
    </embed>
    </object>
    Of course, substitute your height and width for h% and w%, and your poster movie name and stream protocol and url where appropriate. And you really should use a Javascript method to write this code into your page so that it will work in Internet Explorer.
    The real key here is that no normal web link will fire off QuickTime Player. But if you embed a poster movie, then that movie will be displayed...and more important, a user's click will be interpreted by, not by the browser's rendering engine, but rather the QuickTime browser plug-in, which knows how to start QuickTime Player.
    --Dave Althoff, Jr.

  • I recently downloaded a series of instructional videos.  They are in mp4 format and rather large (~500MB on average).  When I try and open them with Quicktime (default) they will not play.  Are there file size restrictions?  Any suggestions would be great

    I recently downloaded a series of instructional videos.  They are in mp4 format and rather large (~500MB on average).  When I try and open them with Quicktime (default) they will not play.  Are there file size restrictions?  I have gone through all of the most recent software updates.  Any suggestions would be great.  Thanks.

    Try VLC Media Player.  It has a reputation for playing just about anything you throw at it.

  • Importing 16x9 quicktime DV

    Having trouble. IMHD still "squishes" 16x9 quicktime DV to fit 4x3 ratio.
    The IMHD file is DV widescreen. My letterboxing in preferences is unchecked.
    All imported footage shot in 16x9 is fine. No problems with letterboxing or pillar boxing. When I place the suspect quicktime DV file in IDVD5 seperatley,
    the 16x9 format is correct. I haven't found any posts concerning this.
    Hope I explained the problem correctly.

    Try this:
    Open the movie and export it from QT Player Pro as DV Stream .dv file with 16:9 flag set. THEN iMovie should import it OK to a WideScreen project.

  • I have windows xp sp3, run Mcaffee security software- when I open I-tunes it does open however it will not connet to the I-tunes store. I-Tunes diagnostic indicates that it does connect to internet but the secure link to I-Tunes fails.

    I have windows xp sp3, run Mcaffee security software- when I open I-Tunes it does open however it will not connet to the I-Tunes store. I-Tunes diagnostic indicates that it does connect to the internet but the secure ling to I-Tunes fails. I-Tunes diagnostic attached. Hope some one can help.                                                     Microsoft Windows XP Professional Service Pack 3 (Build 2600) Dell Inc. MP061 iTunes 11.0.2.26 QuickTime 7.7.3 FairPlay 2.3.31 Apple Application Support 2.3.3 iPod Updater Library 10.0d2 CD Driver 2.2.3.0 CD Driver DLL 2.1.3.1 Apple Mobile Device 6.1.0.13 Apple Mobile Device Driver 1.64.0.0 Bonjour 3.0.0.10 (333.10) Gracenote SDK 1.9.6.502 Gracenote MusicID 1.9.6.115 Gracenote Submit 1.9.6.143 Gracenote DSP 1.9.6.45 iTunes Serial Number 0012B5500B576CC8 Current user is an administrator. The current local date and time is 2013-04-28 10:27:11. iTunes is not running in safe mode. WebKit accelerated compositing is enabled. HDCP is not supported. Core Media is supported. Video Display Information ATI Mobility Radeon X1400 **** External Plug-ins Information **** No external plug-ins installed. iPodService 11.0.2.26 is currently running. iTunesHelper 11.0.2.26 is currently running. Apple Mobile Device service 3.3.0.0 is currently running. **** Network Connectivity Tests **** Network Adapter Information Adapter Name: {7282B8D2-078A-4414-82D6-A506F9C935D0} Description: WiMAX Network Adapter - McAfee Core NDIS Intermediate Filter Miniport IP Address: 0.0.0.0 Subnet Mask: 0.0.0.0 Default Gateway: DHCP Enabled: Yes DHCP Server: 255.255.255.255 Lease Obtained: Wed Feb 13 12:30:29 2013 Lease Expires: Mon Jan 18 21:14:07 2038 DNS Servers: Adapter Name: {9CE46F79-8015-4C15-A074-B1ACA4388E56} Description: Sierra Wireless Network Adapter - McAfee Core NDIS Intermediate Filter Miniport IP Address: 0.0.0.0 Subnet Mask: 0.0.0.0 Default Gateway: DHCP Enabled: Yes DHCP Server: Lease Obtained: Mon Jan 18 21:14:07 2038 Lease Expires: Mon Jan 18 21:14:07 2038 DNS Servers: Adapter Name: {1A876FC9-50B6-4101-8E4F-838AF1D1CB32} Description: Dell Wireless 1390 WLAN Mini-Card - McAfee Core NDIS Intermediate Filter Miniport IP Address: 0.0.0.0 Subnet Mask: 0.0.0.0 Default Gateway: DHCP Enabled: Yes DHCP Server: Lease Obtained: Mon Jan 18 21:14:07 2038 Lease Expires: Mon Jan 18 21:14:07 2038 DNS Servers: Adapter Name: {E64A2DD8-7A18-4784-8DC0-08B143E504A7} Description: Broadcom 440x 10/100 Integrated Controller - McAfee Core NDIS Intermediate Filter Miniport IP Address: 0.0.0.0 Subnet Mask: 0.0.0.0 Default Gateway: DHCP Enabled: Yes DHCP Server: 10.0.40.20 Lease Obtained: Thu Aug 23 15:54:15 2012 Lease Expires: Thu Aug 23 17:54:15 2012 DNS Servers: Adapter Name: {2A9F97F5-D693-427F-BA40-9C3AA36937B1} Description: WAN (PPP/SLIP) Interface IP Address: 107.42.83.109 Subnet Mask: 255.255.255.255 Default Gateway: 107.42.83.109 DHCP Enabled: No DHCP Server: Lease Obtained: Wed Dec 31 18:00:00 1969 Lease Expires: Wed Dec 31 18:00:00 1969 DNS Servers: 66.1.77.7 68.29.73.7 Active Connection: Mobile Connected: Yes Online: Yes Using Modem: Yes Using LAN: No Using Proxy: No Firewall Information Windows Firewall is on. iTunes is enabled in Windows Firewall. Connection attempt to Apple web site was unsuccessful. The network connection timed out. Basic connection to the store failed. The network connection timed out. Connection attempt to Gracenote server was successful. The network connection timed out. Last successful iTunes Store access was 2013-04-16 10:14:47.

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • HT1481 I have an ipod shuffle which i need to reset as i can not sinc it on my laptop which is using windows 8, but when i open itunes i d not have the 'source panel' on the left hand side which should show up my ipod. any ideas what i need to do? please

    Hi  I have an ipod shuffle which worked well on my old pc but since i have tried to link it with my new laptop I cant get it to sinc. I have athorised the device to my laptop so i thought it maybe worth resetting it but all the info I have read tells me that to reset my ipod i need to open i tunes and on the left hand side in the 'source panel' i will find my ipod listed but when i open itunes i do not have a source panel so i cant reset it. i have spent days trying to get this problem sorted and am about to throw the thing away. I have tried to manually sinc the thing, i have installed and reinstalled the latest version of itunes, i have restarted my laptop but i dont know what to do next. any help would be very much appreciated. Many thanks in advance

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • "iTunes application could not be opened. There is not enough memory availab

    I just upgraded to the new 7.3 version of iTunes, and now it wont even let me open iTunes. I get an error box that says "iTunes application could not be opened. There is not enough memeory available." However, I have way more than enough memory available, and I've had no problems with any other applications. Quicktime is working just fine as well. I've tried restarting and opening iTunes from every location I could think of. Any ideas on how to fix this? Thanks!

    It's a unified GUI program http://gui.interacto.net/ and some people (including me) have had this error message when using it with iTunes 7 Their latest version 1.3.1 seems to overcome this, but if you are not using it ........!
    It might be worth reading this thread http://discussions.apple.com/thread.jspa?messageID=3095171&#3095171 as a couple of people on it have tried other things

  • Cannot open file, Photoshop is not compatible with this version of photoshop. 2 weeks

    This has been a problem for almost 2 weeks now. Cant save any work in photoshop, files are unretrievable once closed. I get the same error message. I spent all of last week online with Adobe Tech support, screen sharing conference etc, now iMac isnt working properly. AAARRFGGHH.
    Same prob on iMac and new Macbook pro
    Last week Adobe via screen share uninstalled and re-installed Photoshop, took a few hours and still nothing. I have lost many hours work here. Cant reach Adobe and I am really pissed off. Cant reach a human via the support emails they aren't working. I have asked to speak to a Programmer or Manager for help with this and I have received none!
    Latest message sent through to Support:
    OLd support file not opening.
    I cant open this one:
    1/26/11 Case #0182004961: Unable to open some photoshop documents.
    Open - Pending Adobe Response
    So we need to start a new way of communicating. I am really upset with Adobe, my Photoshop has been working improperly for almost 2 weeks now. Adobe accessed my computer last week and now MY COMPUTER is not working Properly. I NEED ALL OF THIS FIXED IMMEDIATELY PLEASE!!!!!!
    DO NOT withdraw this support topic. Please get a Manager to address this issue ASAP!!!!!!
    If anyone reading this can get me through to the right person I would appreciate it. Hopefully Adobe will make reparation for all the trouble caused and time lost!
    I should add that last night I tried to contact Adobe to see what the hold up was. I went and tried to open up the case file (No it had not been withdrawn and was still active), but it would not open. So, I started up a new support file with a whole new case number, I received an email this morning from Adobe saying that I would have to communicate with them through the original case #. Went to respond to this email today and the NEW case file had been withdrawn.
    Yes, I have read all the user forums on this stuff for months, NO I am not using any Anti Virus stuff, No I did not upgrade my Macs at the time of the prob appearing! Thanks
    3. Jan 26, 2011 6:55 PM in response to: Charlie.D
    Re: Cannot open file, Photoshop is not compatible with this version of photoshop. 2 weeks
    Thanks so Much Charlie. Could you get someone from Tech Support to contact me via email with a return address. I really feel this needs to be escalated to Management now. Thanks

    Here some info about my hw /sw / diag
    If you need more, please ask me.
        Hardware Overview:
          Machine Name: Power Mac G5
          Machine Model: PowerMac11,2
          CPU Type: PowerPC G5 (1.1)
          Number Of CPUs: 2
          CPU Speed: 2.3 GHz
          L2 Cache (per CPU): 1 MB
          Memory: 2.5 GB
          Bus Speed: 1.15 GHz
          Boot ROM Version: 5.2.7f1
    Software:
        System Software Overview:
          System Version: Mac OS X 10.4.11 (8S165)
          Kernel Version: Darwin 8.11.0
    Diagnostics:
        Power On Self-Test:
          Last Run: 06/05/11 15:14
          Result: Passed
    Applications:
        AASync:
          Version: 1.2.5.1
          Last Modified: 03/05/07 16:42
          Kind: Universal
          Get Info String: AASync version 1.2.5.1, Copyright 2005-2006 Robert Vasvari.
          Location: /Applications/AASync.app
        Acrobat.com:
          Version: 1.2.443
          Last Modified: 16/07/09 12:20
          Kind: Universal
          Get Info String: 1.2.443, 08/06/2008 14:56
          Location: /Applications/Adobe/Acrobat.com.app
        Acrobat Distiller:
          Version: 9.4.2
          Last Modified: 16/07/09 12:22
          Kind: Universal
          Get Info String: Acrobat Distiller™ 9.4.2, ©COPYRIGHT_YEAR_FROM-2010 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe Acrobat 9 Pro/Acrobat Distiller.app
        Acrobat Uninstaller:
          Version: Acrobat Uninstaller version 9.4.4
          Last Modified: 16/07/09 12:24
          Kind: Universal
          Get Info String: Acrobat Uninstaller version 9.4.4, Copyright © 2004-2011 by Adobe Systems, Incorporated.  All rights reserved.
          Location: /Applications/Adobe Acrobat 9 Pro/Acrobat Uninstaller.app
        Adobe Acrobat Pro:
          Version: 9.4.4
          Last Modified: 08/02/11 08:57
          Kind: Universal
          Get Info String: Adobe® Acrobat® 9.4.4, ©1984-2010 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app
        Bridge:
          Version: 1.0.4.6
          Last Modified: 23/05/06 22:54
          Kind: PowerPC
          Get Info String: 1.0.4.6 (104504), Copyright 2003-2005, Adobe
          Location: /Applications/Adobe Bridge/Bridge.app
        Bridge CS3:
          Version: 2.1.1.9
          Last Modified: 14/03/08 15:48
          Kind: Universal
          Get Info String: 2.1.1.9 (124992), Copyright 2003-2007, Adobe Systems, Inc.
          Location: /Applications/Adobe Bridge CS3/Bridge CS3.app
        Adobe Bridge CS4:
          Version: 3.0.0.464
          Last Modified: 16/07/09 12:17
          Kind: Universal
          Get Info String: 3.0.0.464 (144651), Copyright 2003-2007, Adobe Systems, Inc.
          Location: /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app
        Device Central:
          Version: 1.1.0
          Last Modified: 14/03/08 16:11
          Kind: Universal
          Location: /Applications/Adobe Device Central CS3/Device Central.app
        Device Central:
          Version: 2.1.0
          Last Modified: 16/07/09 12:17
          Kind: Universal
          Get Info String: 2.1.0, Copyright © 2007-2008 Adobe Systems Incorporated
          Location: /Applications/Adobe Device Central CS4/Device Central.app
        Extension Manager:
          Version: "2.1.0.115" © 2000-2008 Adobe Systems Incorporated
          Last Modified: 16/07/09 12:12
          Kind: Universal
          Get Info String: "2.1.0.115" © 2000-2008 Adobe Systems Inc.
          Location: /Applications/Adobe Extension Manager CS4/Adobe Extension Manager CS4.app
        Adobe Flash CS4:
          Version: 10.0.2.566
          Last Modified: 22/02/10 17:33
          Kind: Universal
          Get Info String: 10.0.2.566, Copyright © 1993-2008 Adobe Systems Incorporated
          Location: /Applications/Adobe Flash CS4/Adobe Flash CS4.app
        Flash Player:
          Version: 10.0.22.87
          Last Modified: 22/02/10 17:33
          Kind: Native (Preferred) or Classic
          Get Info String: Adobe Flash Player 10.0 r22 Copyright (c) 1996-2009 Adobe Macromedia Software LLC. All rights reserved
          Location: /Applications/Adobe Flash CS4/Players/Debug/Flash Player.app
        Flash Player:
          Version: 10.0.22.87
          Last Modified: 22/02/10 17:33
          Kind: Native (Preferred) or Classic
          Get Info String: Adobe Flash Player 10.0 r22 Copyright (c) 1996-2009 Adobe Macromedia Software LLC. All rights reserved
          Location: /Applications/Adobe Flash CS4/Players/Flash Player.app
        Flash Player:
          Version: 10.0.22.87
          Last Modified: 22/02/10 17:33
          Kind: Native (Preferred) or Classic
          Get Info String: Adobe Flash Player 10.0 r22 Copyright (c) 1996-2009 Adobe Macromedia Software LLC. All rights reserved
          Location: /Applications/Adobe Flash CS4/Players/Release/Flash Player.app
        Adobe Help Center:
          Version: Adobe Help Center 1.0.2.44
          Last Modified: 08/05/06 19:10
          Kind: PowerPC
          Get Info String: Adobe Help Center 1.0.2.44 (C) 2005 Adobe Systems, Inc. All rights reserved.
          Location: /Applications/Adobe Help Center.app
        Adobe Help Viewer 1.0:
          Version: 1.0
          Last Modified: 05/11/07 10:13
          Kind: Universal
          Get Info String: 1.0.0.185
          Location: /Applications/Adobe Help Viewer 1.0.app
        Adobe Help Viewer 1.1:
          Version: 1.1
          Last Modified: 05/11/07 10:04
          Kind: Universal
          Get Info String: 1.1.0.143
          Location: /Applications/Adobe Help Viewer 1.1.app
        Illustrator:
          Version: 12.0.0
          Last Modified: 08/05/06 19:29
          Kind: PowerPC
          Get Info String: 12.0.0, Copyright © 1987-2005 Adobe Systems Inc.  All rights reserved.
          Location: /Applications/Adobe Illustrator CS2/Adobe Illustrator.app
        Analyze Documents:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Analyze Documents.localized/Analyze Documents.app
        Make Calendar:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Calendar.localized/Make Calendar.app
        Collect for Output:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Collect for Output.localized/Collect for Output.app
        Contact Sheets:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Contact Sheet Demo.localized/Contact Sheets.app
        Dataset Batch PDF from Text:
          Last Modified: 08/05/06 19:29
          Kind: PowerPC
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Datasets.localized/Dataset Batch PDF from Text.app
        Export Flash Animation:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Export Flash Animation.localized/Export Flash Animation.app
        Web Gallery:
          Last Modified: 08/05/06 19:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Web Gallery.localized/Web Gallery.app
        Illustrator:
          Version: 13.0.1
          Last Modified: 05/11/07 10:16
          Kind: Universal
          Get Info String: 13.0.1, Copyright © 1987-2007 Adobe Systems Inc.  All rights reserved.
          Location: /Applications/Adobe Illustrator CS3/Adobe Illustrator.app
        Analyze Documents:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Analyze Documents.localized/Analyze Documents.app
        Make Calendar:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Calendar.localized/Make Calendar.app
        Collect for Output:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Collect for Output.localized/Collect for Output.app
        Contact Sheets:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Contact Sheet Demo.localized/Contact Sheets.app
        Export Flash Animation:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Export Flash Animation.localized/Export Flash Animation.app
        Web Gallery:
          Last Modified: 05/11/07 10:16
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS3/Scripting.localized/Sample Scripts.localized/AppleScript/Web Gallery.localized/Web Gallery.app
        Illustrator:
          Version: 367
          Last Modified: 16/07/09 12:30
          Kind: Universal
          Get Info String: 14.0.0, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved.
          Location: /Applications/Adobe Illustrator CS4/Adobe Illustrator.app
        Analyze Documents:
          Last Modified: 16/07/09 12:30
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS4/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Analyze Documents.localized/Analyze Documents.app
        Make Calendar:
          Last Modified: 16/07/09 12:30
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS4/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Calendar.localized/Make Calendar.app
        Contact Sheets:
          Last Modified: 16/07/09 12:30
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS4/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Contact Sheet Demo.localized/Contact Sheets.app
        Export Flash Animation:
          Last Modified: 16/07/09 12:30
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS4/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Export Flash Animation.localized/Export Flash Animation.app
        Web Gallery:
          Last Modified: 16/07/09 12:30
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Illustrator CS4/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Web Gallery.localized/Web Gallery.app
        Adobe InDesign CS2:
          Version: 4.0.2.633
          Last Modified: 08/05/06 19:24
          Kind: PowerPC
          Get Info String: 4.0.2, Copyright 2000-2005 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe InDesign CS2/Adobe InDesign CS2.app
        Adobe InDesign CS3:
          Version: 5.0.4.682
          Last Modified: 28/10/08 09:32
          Kind: Universal
          Get Info String: 5.0.4, Copyright 2000-2008 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app
        Adobe InDesign CS4:
          Version: 6.0.6.622
          Last Modified: 16/07/09 12:36
          Kind: Universal
          Get Info String: 6.0.6, Copyright 2000-2009 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app
        Adobe Media Encoder CS4:
          Version: 4.2
          Last Modified: 22/02/10 17:32
          Kind: Universal
          Get Info String: 4.2.0, Copyright 2002-2009 Adobe Systems Incorporated
          Location: /Applications/Adobe Media Encoder CS4/Adobe Media Encoder CS4.app
        Setup:
          Version: 2.0.131.0
          Last Modified: 22/02/10 17:32
          Kind: Universal
          Get Info String: 2.0.131.0, Copyright © 2005-2008 Adobe Systems Incorporated. All rights reserved.
          Location: /Applications/Adobe Media Encoder CS4/PCI/AMEImporters/Setup.app
        Adobe Media Player:
          Version: 1.1
          Last Modified: 16/07/09 12:15
          Kind: Universal
          Get Info String: 1.1,
          Location: /Applications/Adobe Media Player.app
        Adobe ImageReady CS2:
          Version: 9.0x246
          Last Modified: 08/05/06 19:13
          Kind: PowerPC
          Get Info String: 9.0x246, Copyright © 1998-2005 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Adobe ImageReady CS2.app
        Adobe Photoshop CS2:
          Version: 9.0.1 (9.0.1x294)
          Last Modified: 23/05/06 22:58
          Kind: PowerPC
          Get Info String: 9.0.1 (9.0.1x294), Copyright  ©1990-2005 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app
        Crea GIF (128 colori):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea GIF (128 colori).exe
        Crea GIF (32, senza dithering):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea GIF (32, senza dithering).exe
        Crea GIF (64 colori):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea GIF (64 colori).exe
        Crea JPEG (qualità 10):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea JPEG (qualità 10).exe
        Crea JPEG (qualità 30):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea JPEG (qualità 30).exe
        Crea JPEG (qualità 60):
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea JPEG (qualità 60).exe
        Crea pulsante:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Crea pulsante.exe
        Mantieni 350, Crea JPG 30:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Mantieni 350, Crea JPG 30.exe
        Mantieni a 200x200 pixel:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Mantieni a 200x200 pixel.exe
        Mantieni a 64X64 pixel:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Mantieni a 64X64 pixel.exe
        Maschera di contrasto:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Maschera di contrasto.exe
        Miniatura diapo metallo:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Miniatura diapo metallo.exe
        Miniatura diapo:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Miniatura diapo.exe
        Miniatura rett arrotondato:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Miniatura rett arrotondato.exe
        Salvat. a più dimensioni:
          Last Modified: 11/05/05 22:19
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di ImageReady/Salvat. a più dimensioni.exe
        Cornice ombreggiata:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Cornice ombreggiata.exe
        Crea pulsante:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Crea pulsante.exe
        Crea tonalità seppia:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Crea tonalità seppia.exe
        Foto invecchiata:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Foto invecchiata.exe
        Mantieni a 300 pixel:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Mantieni a 300 pixel.exe
        Mantieni a 64 pixel:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Mantieni a 64 pixel.exe
        Mod metodo condizionale:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Mod metodo condizionale.exe
        Salva come JPEG media:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Salva come JPEG media.exe
        Salva come Photoshop PDF:
          Version: 9.0
          Last Modified: 11/05/05 15:14
          Kind: Native (Preferred) or Classic
          Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS2/Esempi/Droplet/Droplet di Photoshop/Salva come Photoshop PDF.exe
        Adobe Photoshop CS3:
          Version: 10.0.1 (10.0.1x20071012 [20071012.r.1644 2007/10/12:09:30:00 cutoff; r branch])
          Last Modified: 14/03/08 15:47
          Kind: Universal
          Get Info String: 10.0.1 (10.0.1x20071012 [20071012.r.1644 2007/10/12:09:30:00 cutoff; r branch]) © 1990-2007 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app
        Adobe Photoshop CS4:
          Version: 11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch])
          Last Modified: 16/07/09 12:32
          Kind: Universal
          Get Info String: 11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05/19:02:00:00 cutoff; r branch]) © 1990-2010 Adobe Systems Incorporated
          Location: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app
        Adobe Stock Photos CS3:
          Version: Adobe Stock Photos 1.5.0.466
          Last Modified: 05/11/07 10:04
          Kind: Universal
          Get Info String: Adobe Stock Photos 1.5.0.466 (C) 2005 Adobe Systems, Inc. All rights reserved.
          Location: /Applications/Adobe Stock Photos CS3/Adobe Stock Photos CS3.app
        Adobe Stock Photos:
          Last Modified: 23/11/05 19:07
          Kind: Native (Preferred) or Classic
          Location: /Applications/Adobe Stock Photos.app
        VersionCueCS2:
          Version: 2.0
          Last Modified: 08/05/06 19:21
          Kind: PowerPC
          Get Info String: 2.0, Copyright  ©2001-2004 Adobe Systems Incorporated
          Location: /Applications/Adobe Version Cue CS2/bin/VersionCueCS2.app
        VersionCueCS2Status:
          Version: 1.0.0
          Last Modified: 08/05/06 19:21
          Kind: PowerPC
          Location: /Applications/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
        VC2Native:
          Version: 2.0
          Last Modified: 08/05/06 19:21
          Get Info String: 2.0.0, © 2003-2004 Adobe Systems Incorporated
          Location: /Applications/Adobe Version Cue CS2/plugins/com.adobe.versioncue.nativecomm_2.0.0/res/macosx/VC2Native.app
        Uninstall Version Cue CS2:
          Version: 0.1
          Last Modified: 08/05/06 19:21
          Kind: PowerPC
          Location: /Applications/Adobe Version Cue CS2/Uninstall Version Cue CS2.app
        Agamik Barcode Identifier:
          Version: 0.1
          Last Modified: 04/02/08 22:11
          Kind: PowerPC
          Location: /Applications/Agamik barcode/Agamik BarCode Identifier.app
        Agamik BarCoder:
          Version: 4.38
          Last Modified: 31/12/09 15:18
          Kind: Universal
          Location: /Applications/Agamik barcode/Agamik BarCoder 4.38.app
        aMSN:
          Version: 0.97
          Last Modified: 21/09/07 22:40
          Kind: Universal
          Get Info String: aMSN 0.97
    TclTk 8.4.16
          Location: /Applications/aMSN.app
        AppleScript Utility:
          Version: 1.0
          Last Modified: 05/10/05 10:51
          Kind: PowerPC
          Location: /Applications/AppleScript/AppleScript Utility.app
        Folder Actions Setup:
          Version: 1.1
          Last Modified: 05/10/05 10:51
          Kind: PowerPC
          Location: /Applications/AppleScript/Folder Actions Setup.app
        Script Editor:
          Version: 2.1.2
          Last Modified: 22/12/09 10:24
          Kind: PowerPC
          Get Info String: Script Editor 2.1.1
          Location: /Applications/AppleScript/Script Editor.app
        Art Directors Toolkit:
          Version: 4.2
          Last Modified: 05/10/05 10:53
          Kind: PowerPC
          Get Info String: 4.2    (v29), Copyright 2001-2005 Code Line Communications
          Location: /Applications/Art Directors Toolkit 4/Art Directors Toolkit.app
        Automator:
          Version: 1.0.5
          Last Modified: 07/12/07 09:19
          Kind: PowerPC
          Get Info String: Automator version 1.0.5, Copyright 2004-2007 Apple Computer, Inc.
          Location: /Applications/Automator.app
        Bar Code Pro:
          Version: Bar Code Pro version 6.1.2
          Last Modified: 24/09/08 12:45
          Kind: Native (Preferred) or Classic
          Get Info String: Bar Code Pro version 6.1.2, Copyright Bar Code Pro 2008 by SNX Software Inc. All rights reserved.
          Location: /Applications/Bar Code Pro 6.14 Demo/Bar Code Pro.app
        BCP6Converter:
          Version: version 1.01
          Last Modified: 12/05/04 10:58
          Kind: Classic
          Get Info String: version 1.01 © 2004 SNX. All rights reserved.
          Location: /Applications/Bar Code Pro 6.14 Demo/Bar Code Utilities/BCP6Converter
        BarcodeGenerator:
          Version: 2.4
          Last Modified: 23/12/07 11:48
          Kind: PowerPC
          Get Info String: V2.4 (16.01.2005)
          Location: /Applications/Barcode Generator Eval/BarcodeGenerator.app
        barCodeCreator:
          Version: 1.1
          Last Modified: 14/11/02 16:35
          Kind: PowerPC
          Location: /Applications/barCodeCreator.app
        Calculator:
          Version: 4.0.6
          Last Modified: 07/12/07 09:19
          Kind: PowerPC
          Get Info String: 4.0.6
          Location: /Applications/Calculator.app
        Carbon Copy Cloner:
          Version: 3.3
          Last Modified: 23/09/09 03:41
          Kind: Universal
          Get Info String: Carbon Copy Cloner version 3.3, Copyright 2002-2009 Mike Bombich.
          Location: /Applications/Carbon Copy Cloner.app
        CDFinder:
          Version: 4.6
          Last Modified: 16/05/06 11:30
          Kind: Universal
          Get Info String: 4.6, Copyright 1995-2006 Norbert M. Doerner, wfs
          Location: /Applications/CDFinder 4.6/CDFinder.app
        Installer:
          Last Modified: 15/05/06 16:06
          Kind: Native (Preferred) or Classic
          Location: /Applications/CDFinder 4.6/Extras/CDFinder CMM/Mac OS X/Installer.app
        Update in CDFinder & Eject X:
          Last Modified: 07/04/05 10:29
          Kind: Native (Preferred) or Classic
          Location: /Applications/CDFinder 4.6/Extras/Update in CDFinder & Eject X.app
        Incremental:
          Version: 03
          Last Modified: 16/05/06 11:30
          Kind: PowerPC
          Location: /Applications/CDFinder 4.6/Scripts/Incrémental (Find New Files)/Incremental.app
        Chess:
          Version: 2.1
          Last Modified: 05/10/05 10:51
          Kind: PowerPC
          Get Info String: Chess version 2.1, Copyright 2003-2004 Apple Computer, Inc.
          Location: /Applications/Chess.app
        Dashboard:
          Version: 1.0
          Last Modified: 07/12/07 09:19
          Kind: PowerPC
          Location: /Applications/Dashboard.app
        Dictionary:
          Version: 1.0.2
          Last Modified: 07/12/07 09:19
          Kind: PowerPC
          Location: /Applications/Dictionary.app
        Dropbox:
          Version: Dropbox 1.0.28
          Last Modified: 27/01/11 07:16
          Kind: Universal
          Location: /Applications/Dropbox.app
        DVD Player:
          Visible: Yes
          Identifier: com.apple.preference.general
          Location: /System/Library/PreferencePanes/Appearance.prefPane
        Bluetooth:
          Version: 1.9.5
          Supported by: Apple
          Visible: No
          Identifier: com.apple.preferences.Bluetooth
          Location: /System/Library/PreferencePanes/Bluetooth.prefPane
        CDs & DVDs:
          Version: 1.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.digihub.discs
          Location: /System/Library/PreferencePanes/DigiHubDiscs.prefPane
        Classic:
          Version: 1.1
          Supported by: Apple
          Visible: No
          Identifier: com.apple.preference.classic
          Location: /System/Library/PreferencePanes/Classic.prefPane
        Dashboard & Exposé:
          Version: 1.1.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.expose
          Location: /System/Library/PreferencePanes/Expose.prefPane
        Date & Time:
          Version: 2.2
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.datetime
          Location: /System/Library/PreferencePanes/DateAndTime.prefPane
        Desktop & Screen Saver:
          Version: 1.3.2
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.desktopscreeneffect
          Location: /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane
        Displays:
          Version: 2.1.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.displays
          Location: /System/Library/PreferencePanes/Displays.prefPane
        Dock:
          Version: 1.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.dock
          Location: /System/Library/PreferencePanes/Dock.prefPane
        Energy Saver:
          Version: 3.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.energysaver
          Location: /System/Library/PreferencePanes/EnergySaver.prefPane
        Growl:
          Version: 1.1.6
          Supported by: 3rd Party
          Visible: Yes
          Identifier: com.growl.prefpanel
          Location: /Users/admin/Library/PreferencePanes/Growl.prefPane
        Ink:
          Version: 1.2
          Supported by: Apple
          Visible: No
          Identifier: com.apple.preference.ink
          Location: /System/Library/PreferencePanes/Ink.prefPane
        International:
          Version: 1.2.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.Localization
          Location: /System/Library/PreferencePanes/Localization.prefPane
        Keyboard & Mouse:
          Version: 3.2
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.keyboard
          Location: /System/Library/PreferencePanes/Keyboard.prefPane
        Network:
          Version: 1.7
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.network
          Location: /System/Library/PreferencePanes/Network.prefPane
        Print & Fax:
          Version: 2.0
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.printfax
          Location: /System/Library/PreferencePanes/PrintAndFax.prefPane
        QuickTime:
          Version: 7.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.quicktime
          Location: /System/Library/PreferencePanes/QuickTime.prefPane
        Security:
          Version: 1.2.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.security
          Location: /System/Library/PreferencePanes/Security.prefPane
        Sharing:
          Version: 1.4.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preferences.sharing
          Location: /System/Library/PreferencePanes/SharingPref.prefPane
        Software Update:
          Version: 2.0
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preferences.softwareupdate
          Location: /System/Library/PreferencePanes/SoftwareUpdate.prefPane
        Sound:
          Version: 2.3.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.sound
          Location: /System/Library/PreferencePanes/Sound.prefPane
        Speech:
          Version: 3.3
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.speech
          Location: /System/Library/PreferencePanes/Speech.prefPane
        Spotlight:
          Version: 1.1
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.spotlight
          Location: /System/Library/PreferencePanes/Spotlight.prefPane
        Startup Disk:
          Version: 10.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.startupdisk
          Location: /System/Library/PreferencePanes/StartupDisk.prefPane
        StuffIt AVR:
          Version: 10.0.1
          Supported by: 3rd Party
          Visible: Yes
          Identifier: com.stuffit.prefs.AVR
          Location: /Library/PreferencePanes/StuffIt AVR.prefPane
        Universal Access:
          Version: 2.4
          Supported by: Apple
          Visible: Yes
          Identifier: com.apple.preference.universalaccess
          Location: /System/Library/PreferencePanes/UniversalAccessPref.prefPane
    Startup Items:
        Apache:
          Description: Apache web server
          Location: /System/Library/StartupItems/Apache
          Provides: Web Server
          Uses: Disks, NFS
        AppleShare:
          Description: Apple File Service
          Location: /System/Library/StartupItems/AppleShare
          Provides: Apple File Service
          Requires: Disks
        AppServices:
          Description: application services
          Location: /System/Library/StartupItems/AppServices
          Provides: Core Services
        AuthServer:
          Description: authentication service
          Location: /System/Library/StartupItems/AuthServer
          Provides: TIM
        CrashReporter:
          Description: crash reporter
          Location: /System/Library/StartupItems/CrashReporter
          Provides: Crash Reporter
          Messages:
              Start: Starting crash reporter
              Stop: Stopping crash reporter
          Order Preference: Early
        Disks:
          Description: local disks
          Location: /System/Library/StartupItems/Disks
          Provides: Disks
          Requires: SecurityServer
          Uses: System Tuning
        FibreChannel:
          Description: fibrechannel
          Location: /System/Library/StartupItems/FibreChannel
          Provides: FibreChannel
          Requires: SecurityServer
          Order Preference: Early
        IFCStart:
          Description: IFC
          Location: /System/Library/StartupItems/IFCStart
          Provides: IFC
          Messages:
              Start: Building international caches
              Stop: Stopping build of international caches
          Order Preference: Last
        IPServices:
          Description: Internet services
          Location: /System/Library/StartupItems/IPServices
          Provides: Super Server, Config Server
          Uses: mDNSResponder, Portmap
        Metadata:
          Description: Metadata Server
          Location: /System/Library/StartupItems/Metadata
          Provides: Metadata Server
          Requires: Core Services, Disks
        NetworkTime:
          Description: network time synchronization
          Location: /System/Library/StartupItems/NetworkTime
          Provides: Network Time
        NFS:
          Description: network file system
          Location: /System/Library/StartupItems/NFS
          Provides: NFS
          Uses: Disks
        NIS:
          Description: Network Information Service
          Location: /System/Library/StartupItems/NIS
          Provides: NIS
        PrintingServices:
          Description: Printing Services
          Location: /System/Library/StartupItems/PrintingServices
          Provides: PrintingServices
          Requires: Resolver
          Uses: Network Time
          Order Preference: Late
        RemoteDesktopAgent:
          Description: Remote Desktop
          Location: /System/Library/StartupItems/RemoteDesktopAgent
          Provides: Remote Desktop
          Requires: Disks, Resolver
          Messages:
              Start: Starting Remote Desktop Agent
              Stop: Stopping Remote Desktop Agent
          Order Preference: Last
        SNMP:
          Description: SNMP server
          Location: /System/Library/StartupItems/SNMP
          Provides: SNMP
          Requires: Resolver
          Messages:
              Start: Starting SNMP service
              Stop: Stopping SNMP service
          Order Preference: None
        AdobeVersionCueCS2:
          Description: Adobe Version Cue CS2
          Location: /Library/StartupItems/AdobeVersionCueCS2
          Provides: AdobeVersionCueCS2
          Requires: Disks
          Uses: mDNSResponder
          Messages:
              Start: Starting Adobe Version Cue CS2
              Stop: Stopping Adobe Version Cue CS2
        FTDIReEnumerate:
          Description: FTDI ReEnumerate Device
          Location: /Library/StartupItems/FTDIReEnumerate
          Provides: FTDIReEnumerate
          Messages:
              Start: Starting FTDI ReEnumerate
              Stop: Stopping FTDI ReEnumerate
          Order Preference: None
        ProTec6b:
          Description: Nalpeiron Copy Protection 6b
          Location: /Library/StartupItems/ProTec6b
          Provides: Nalpeiron Copy Protection 6b
          Messages:
              Start: Starting Nalpeiron Daemon 6b
              Stop: Stopping Nalpeiron Daemon 6b
          Order Preference: Early
        RetroRun:
          Description: Retrospect Startup Helper
          Location: /Library/StartupItems/RetroRun
          Provides: Retrospect Startup Services
          Messages:
              Start: Starting Retrospect Startup Helper
              Stop: Stopping Retrospect Startup Helper
          Order Preference: Last

  • Folder action - open file in quicktime

    I'm trying to do something I think should be simple, but I can't seem to make it happen.
    I get voicemails as .wav files in email. I'd like to save these to a folder, and have them automatically open up with quicktime player.
    I've verified that I've got folder actions working, as I've tested some of the example scripts for converting files. However, this script fails silently. What clue am I missing?
    on adding folder items to thisFolder after receiving these_items
    tell application "QuickTime Player"
    open file these_items
    end tell
    end adding folder items to
    Thanks for any help!
    - Steve

    My guess is that what you're missing is that these_items is a list therefore you can't open file <list> since you cannot coerce a list to a file.
    (note this is true even if there's only one file - it's a list of one item)
    Ironically, you may be able to:
    open these_items
    since you're not trying to coerce the list to a file (QuickTime Player will look at each item in the list and work it out).
    Alternatively, the typical approach is to iterate through the list:
    on adding folder items to thisFolder after receiving these_items
     repeat with each_item in these_items
      tell application "QuickTime Player"
       open each_item
      end tell
     end repeat
    end adding folder items to

Maybe you are looking for