Automated Timelapse Project

Hi all
I'm not entirely new to AppleScript, although I have very little experience with it, so please be gentle!
I'm trying to do two things:
1. Automatically generate a 720x576 res quicktime movie on a daily basis from a sequence of 1280x1024 res images (1200 of) that were saved into a dated directory on the day before (date format along these lines: ThuJun_072007) that is named as per the source folder. The images are being put there by a network camera via ftp.
2. Automatically copy a down-sized version of the latest image (supplied by the network camera) to a webserver.
With the first I am having limited success by using an Automator workflow - limited in that I have to manually drop the folder of images onto the application I have produced, and then have to manually save the resulting movie file.
The second I have used folder actions, again using automator, but have reached a hurdle I simply have not been able to clear in the last two days.
I'm stuck on both.
I have ordered books to teach myself AppleScript - something I have been putting off for years now - however, I was hoping someone here might be able to shine some light on how I might accomplish either of these tasks? Or could point me in the right direction?
Thanks

Hi
For part two, you could use built in image events. This should get you started. Try this script with an image you have, open it from one place (the script will prompt you) save it somewhere else - again it will prompt you.
Once you are happy that it works, you can change it to a folder action and tweak as necessary.
set this_file to choose file with prompt "where is your original file"
set this_destin to choose folder with prompt "which folder must I dropped the scaled image into"
set this_destin to this_destin as string
try
    tell application "Image Events"
        launch
        -- open the image file
        set this_image to open this_file
        --get the name so we can keep it for saving in new place
        set the_name to name of this_image
        --tell it where to scaled image
        tell application "System Events"
            set thisdestinnew to (this_destin & the_name)
        end tell
        -- perform action factor .5 = 50%
        scale this_image by factor 0.5
        --save to new place     
        save this_image in file thisdestinnew with icon
        -- purge the open image data
        close this_image
    end tell
on error error_message
    display dialog error_message
end try

Similar Messages

  • I can't open Final Cut because of huge project

    Hey everyone,
    I'm working on a timelapse project in 10.0.9 on my MacPro5,1 with OSX 10.9 (13A603).  I have the OS, final cut and the project and event files running on a 240 solid state SATA drive within the tower. AND lastly I have 16gb of RAM
    So basically my problem is that this timelapse project is about 33gb large and when opening Final Cut it lags for anywhere between 2 and 5 hours to open. Once it is open I have to wait for the project to load which takes no time at all (1 minute or so). But when I start playback, pause and then try to play again I get the spinning beach ball of death.
    I know my project is immense, but this can't be the biggest project of all time. Especially with the new RED cameras and RAW 4k footage. So what am I doing wrong? I don't want to throw out and start all over, but at the same time I know that that is a possibility that I'm going to have to cope with.
    Also I've done the Repair Permissions, Repair disk and cleaned many extra unnecesary files within the computer already. So that's not an issue.
    Can anyone help me? I'm supposed to have the project done by this Saturday, November 30th, 2013.
    I appreciate any and all help.

    For a start try trashing the preferences with this free app.
    http://www.digitalrebellion.com/prefman/
    Shut down FCP X, open PreferenceManager and in the window that appears:-
    1. Ensure that only  FCP X  is selected.
    2. Click Trash and the job is done.
    Perfectly safe as the preferences are separate from the app and when you re-open FCP X it will create new ones.
    Many weird things happen as a result of corrupt preferences which can create a vast range of different symptoms, so whenever FCP X stops working properly in any way, trashing the preferences should be the first thing you do.

  • Merging projects/.lso files without bouncing?

    I have 5 short pieces of dialogue/foley(each in a separate .lso file) that need to end up in 1 edit.
    The client has the rough version and will reply shortly with possible changes. Someone else is going to compose music (also in Logic) and i'd like to be able make changes and cater for the added music without having to go back to the smaller projects and bouncing again.
    I don't mind doing stuff by hand and so far it all seems to work except moving/copying -ehem- automation between projects.
    Any experience or workflow tips for doing this?

    Yes, I'm a big fan of folders. There are a few caveats, tho, which I'll tell ya 'bout:
    If you have tracks muted (at the track level) and you pack a folder with those tracks, your mutes will come along for the ride. Great! This is what you'd expect. But, if you ever unpack the folder, the mute status of the tracks gets lost.
    So before you unpack a folder, check to see if any of the tracks contained therein are muted. If so...
    1. As a safety precaution that you won't hear the wrong regions playing after you unpack the folder, enter the folder and mute all of the individual regions of that track.
    2. In the event that you already have individually muted regions on that track, before muting anything else (as in step 1), color these muted regions so you can later differentiate them from unmuted regions. For this purpose I use red or an "ugly" color.
    Now, when you unpack your folder, the red/ugly colored regions will stand out as an indication that:
    a) that track was originally muted within the folder at the track level and needs to be re-muted
    b) if you don't get around to muting that track for a while (it can happen), at least the rest of the regions on that track won't play for the meantime because you muted the individual regions. Here's an example:
    M = track mute
    o = individually muted region
    --- = region
    INSIDE THE FOLDER...
    Track 1 [M] ----------- o-------- ------- o--------
    Track 2 [  ]           ---             -------
    Track 3 [M]       o-------- ------- o--------
    • Color the individually muted regions red/ugly. Mute the other regions.
    • Unpack the folder.
    • You can now re-mute the tracks that were originally muted within the folder, these tracks being indicated by ugly-colored regions
    • manually unmute the non-colored regions.
    Hope that's not too confusing!

  • Noninteractive project file opening in Director

    Hi, folks!
    I wonder if it's possible to write an xtra plugin which would
    open some Director project file while closing the current one?
    I'm making a fully automated Director project publishing
    process using Ant and need some way to open the project file in the
    existing instance of Director. One possible way to go is to launch
    the Director before publishing via command line passing the path to
    the project file as an argument. The downside is speed - it takes
    about 10 seconds for the new Director to launch and getting a bit
    frustrating to wait so much during active development cycle.
    Thus I'd like to use following algorithm:
    1) If Director is not opened open it via command line and
    pass the project file, go to 3)
    2) If Director is already opened close the current project
    file and open the required one, go to 3)
    3) Publish the project file
    Is it possible at all?
    Thanks in advance.

    Hi Raveen,
    Does it happen :
    for all project files or just 1 unique file?
    for all users or just you?
    on different machines or just your machine?
    with all browser (chrome, mozilla) or just IE?
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • New year, old and slow iMac...Help!

    Hi,
    It's 2015, but my 2009 iMac seems to be feeling it's age.  I think the problem is "too much junk", but here's a more technical output.  Any expert advice would be greatly appreciated (especially by the rest of my family!)
    Start time: 13:49:12 01/02/15
    Model Identifier: iMac11,1
    System Version: OS X 10.9.5 (13F34)
    Kernel Version: Darwin 13.4.0
    Time since boot: 7 days 17:54
    SATA
       Hitachi HDS722020ALA330                
    USB
       Composite Device (Prolific Technology, Inc.)
       Fitbit Base Station (Fitbit Inc.)
    Bluetooth
       Apple Wireless Mouse
       Apple Wireless Keyboard
    boot args: -v
    Diagnostic reports
       2014-12-18 perl5.16 crash
       2014-12-19 perl5.16 crash x2
       2014-12-20 perl5.16 crash x2
       2014-12-21 perl5.16 crash x2
       2014-12-22 findNames crash
       2014-12-22 perl5.16 crash
       2014-12-26 BootChamp crash
       2014-12-26 perl5.16 crash x2
       2014-12-29 perl5.16 crash x3
       2014-12-30 perl5.16 crash x2
       2014-12-31 perl5.16 crash x3
       2015-01-01 perl5.16 crash x2
       2015-01-02 calibre crash
       2015-01-02 perl5.16 crash x2
    Log
       Jan  2 11:09:27 memorystatus_thread: idle exiting pid 20195 [systemstatsd]
       Jan  2 11:09:28 memorystatus_thread: idle exiting pid 20207 [tccd]
       Jan  2 11:09:29 memorystatus_thread: idle exiting pid 20235 [xpcd]
       Jan  2 11:09:29 memorystatus_thread: idle exiting pid 20244 [com.apple.InputM]
       Jan  2 11:09:30 memorystatus_thread: idle exiting pid 20199 [sysmond]
       Jan  2 11:09:30 memorystatus_thread: idle exiting pid 20192 [cfprefsd]
       Jan  2 11:09:30 memorystatus_thread: idle exiting pid 20194 [cfprefsd]
       Jan  2 11:09:31 memorystatus_thread: idle exiting pid 21739 [cfprefsd]
       Jan  2 11:47:29 memorystatus_thread: idle exiting pid 21735 [WiFiKeychainProx]
       Jan  2 11:47:29 memorystatus_thread: idle exiting pid 21747 [xpcd]
       Jan  2 11:47:30 memorystatus_thread: idle exiting pid 21741 [CloudKeychainPro]
       Jan  2 11:47:30 memorystatus_thread: idle exiting pid 21746 [com.apple.CodeSi]
       Jan  2 11:47:30 memorystatus_thread: idle exiting pid 21748 [tccd]
       Jan  2 11:47:30 memorystatus_thread: idle exiting pid 21750 [com.apple.NotesM]
       Jan  2 11:47:31 memorystatus_thread: idle exiting pid 21751 [accountsd]
       Jan  2 11:47:31 memorystatus_thread: idle exiting pid 21736 [secd]
       Jan  2 11:47:31 memorystatus_thread: idle exiting pid 21765 [pbs]
       Jan  2 11:47:31 memorystatus_thread: idle exiting pid 21745 [com.apple.intern]
       Jan  2 11:47:32 memorystatus_thread: idle exiting pid 21743 [xpcd]
       Jan  2 11:47:32 memorystatus_thread: idle exiting pid 21759 [sysmond]
       Jan  2 11:47:32 memorystatus_thread: idle exiting pid 21754 [systemstatsd]
       Jan  2 11:47:32 memorystatus_thread: idle exiting pid 21738 [cfprefsd]
       Jan  2 11:47:33 memorystatus_thread: idle exiting pid 21740 [cfprefsd]
       Jan  2 12:24:39 GGooooggllee C hrCome hrHomee  H(e map:( map: 0xffffff08xf0f33fd3ff3fd2800) 3t3ri4ggerc5de2d D0)YL D tsharred iregigogen runednest D fYLDo sr hamared pr: egion u0nnest for map: xffff0fxff80f3f3d3f3fd20f, 80re3gi3on4 c0x5d207,f frf8egfcio00n 00x00-7f>0ff8xfc00070f0ff->0x8fe7ff00f0080f. eWh0il0e 0not abnormal for debuggers, this increases system memory footprint until the00 target exits.
       Jan  2 12:24:39 . While not abnormal for debuggers, this increases system memory footprint until the target exits.
    Swap (MiB): 35592
    Memory: Google Chrome He (UID 501) is using 1274 MB
    kexts
       com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN (1.0.0d1)
       com.attotech.driver.ATTOiSCSI (3.4.1b1)
       com.makemkv.kext.daspi (1.5)
    Daemons
       com.apple.WebKit.Databases
       com.apple.WebKit.Databases.UUID
       com.apple.noticeboard.state
       com.apple.appleseed.fbahelperd
       Squeezebox
       com.teamviewer.Helper
       com.sonos.SmbBump
       com.shinysoft.ShinySoapHelper
       com.rim.BBDaemon
       com.palm.tcprelay
       com.palm.novacomd.plist
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.fitbit.galileod
       com.datarobotics.ddservice64d
       com.crashplan.engine
       com.bjango.istatmenusdaemon
       com.barebones.textwrangler
       com.barebones.authd
       com.attotech.iscsid
       com.adobe.fpsaud
    Agents
       com.mint.quickview-launcher
       com.apple.noticeboard.agent
       com.apple.mrt.uiagent
       com.apple.java.updateSharing
       com.apple.java.InstallOnDemandAgent
       com.apple.appleseed.seedusaged
       com.apple.AirPortBaseStationAgent
       org.chromium.chromoting
       net.culater.SIMBL.Agent
       com.rim.BBLaunchAgent
       com.oracle.java.Java-Updater
       com.hp.help.tocgenerator
       com.google.keystone.system.agent
       com.bjango.istatmenusagent
       com.amazon.sendtokindle.launcher
       com.adobe.CS4ServiceManager
       com.zimbra.desktop
       com.spotify.webhelper
       com.plexapp.mediaserver
       com.ecamm.printopia
       com.citrixonline.GoToMeeting.G2MUpdate
       com.apple.CSConfigDotMacCert-EMAIL-SharedServices
       com.adobe.ARM.UUID
    Startup items
       /Library/StartupItems/HP Trap Monitor/HP Trap Monitor
       /Library/StartupItems/HP Trap Monitor/StartupParameters.plist
       /Library/StartupItems/Squeezebox/Squeezebox
       /Library/StartupItems/Squeezebox/StartupParameters.plist
       /Library/StartupItems/TiVoDesktop/StartupParameters.plist
       /Library/StartupItems/TiVoDesktop/TiVoDesktop
    Bundles
       /Jaikoz.app
       - com.jthink.jaikoz
       /Library/Application Support/Adobe/Adobe Anchor Service 2.1/adobelm_service_installer.framework
       - com.adobe.adobelm_service_installer.framework
       /Library/Application Support/Adobe/Adobe Anchor Service/adobelm_service_installer.framework
       - com.adobe.adobelm_service_installer.framework
       /Library/Application Support/Adobe/Adobe Drive CS4/Adobe Drive CS4.app
       - com.adobe.drive.ConnectUI
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/AdobeExtendScript.framework
       - null
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/AdobeScCore.framework
       - null
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCue.framework
       - null
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCueSDK.framework
       - null
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCueUI.framework
       - null
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/AdobeExtendScript.framework
       - com.adobe.ExtendScript
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/AdobeScCore.framework
       - com.adobe.AdobeScCore
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCue.framework
       - com.adobe.versioncue
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCueSDK.framework
       - com.adobe.versioncuesdk
       /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCueUI.framework
       - com.adobe.versioncueui
       /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/contactsheet/resources/plugins/PDFGenerator.framework
       - com.apple.carbonframeworktemplate
       /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/mediagallery/resources/plugins/FtpConnection.bundle
       - com.yourcompany.FtpConnection
       /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/mediagallery/resources/plugins/XSLT.bundle
       - com.adobe.XSLT.bundle
       /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Version Cue Extension/resources/Plugins/VCAdapterLib.bundle
       - com.adobe.versioncue.vcadapterlib
       /Library/Application Support/Adobe/CS4ServiceManager/CS4ServiceManager.app
       - com.adobe.csi.CS4ServiceManager
       /Library/Application Support/Adobe/Installers/UUID/Setup.app
       - com.adobe.Installers.Redirector
       /Library/Application Support/Adobe/Installers/UUID/Uninstall.app
       - com.Adobe.Uninstall
       /Library/Application Support/Adobe/Installers/R2/Setup.app
       - com.adobe.Installers.Setup
       /Library/Application Support/Adobe/Installers/UUID/Setup.app
       - com.adobe.Installers.Redirector
       /Library/Application Support/Adobe/Installers/UUID/Uninstall.app
       - com.Adobe.Uninstall
       /Library/Application Support/Adobe/Linguistics/4.0/Providers/Plugins2/WRLiloPlugin1.1.bundle
       - com.winsoft.wrliloplugin
       /Library/Application Support/Adobe/Plug-Ins/CS4/File Formats/Camera Raw.plugin
       - com.adobe.CameraRaw
       /Library/Application Support/Adobe/Reader/11.0/Linguistics/Providers/Plugins2/AdobeHunspellPlugin.bu ndle
       - com.adobe.adobehunspellplugin2
       /Library/Application Support/Adobe/Shockwave 12/DirectorShockwave.bundle
       - com.adobe.director_12_0.shockwave.bundle
       /Library/Application Support/BlackBerry/IPModemPasswordDialog.app
       - com.rim.IPModemPasswordHelper
       /Library/Application Support/Canon/ScanGear MP/Utility/Canon IJ Network Scanner Selector.app
       - jp.co.Canon.bj.scan.network.scannerselector
       /Library/Application Support/Chromium/NativeMessagingHosts/nplastpass.app
       - com.lastpass.nplastpass
       /Library/Application Support/CrashPlan/Uninstall.app
       - null
       /Library/Application Support/Data Robotics/Drobo Dashboard/Drobo_Dashboard_uninstall.app
       - com.apple.ScriptEditor.id.UUID
       /Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app
       - com.google.android.mtpagent
       /Library/Application Support/Google/Android File Transfer/Contents/Frameworks/Breakpad.framework
       - com.googlecode.google-breakpad
       /Library/Application Support/Google/Android File Transfer/Contents/Frameworks/Breakpad.framework/Resources/crash_report_sender.a pp
       - com.Breakpad.crash_report_sender
       /Library/Application Support/Google/Android File Transfer/Contents/Frameworks/Breakpad.framework/Versions/A/Resources/crash_repo rt_sender.app
       - com.Breakpad.crash_report_sender
       /Library/Application Support/Google/Android File Transfer/Contents/Frameworks/Breakpad.framework/Versions/Current/Resources/cras h_report_sender.app
       - com.Breakpad.crash_report_sender
       /Library/Application Support/Google/GoogleTalkPlugin.app
       - com.google.GoogleTalkPluginD
       /Library/Application Support/Google/GoogleVoiceAndVideoUninstaller.app
       - com.google.GoogleTalkPluginUninstaller
       /Library/Application Support/Hewlett-Packard/OCR/DPE 11.6.app
       - com.irislink.mac.DPE
       /Library/Application Support/Hewlett-Packard/OCR/Register DPE.app
       - com.irislink.mac.RegisterDPE
       /Library/Application Support/Hewlett-Packard/StudioScan/HPStudioScan.app
       - com.hp.scan.HPStudioScan
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Add Image Files to iPhoto Library.app
       - com.apple.automator.Add_Image_Files_to_iPhoto_Library
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Email Image Files.app
       - com.apple.automator.Email_Image_Files
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Email PDF Files.app
       - com.apple.automator.Email_PDF_Files
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Open Image Files in Preview.app
       - com.apple.automator.Open_Image_Files_in_Preview
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Open PDF Files in Preview.app
       - com.apple.automator.Open_PDF_Files_in_Preview
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Save Image Files in Pictures Folder.app
       - com.apple.automator.Save_Image_Files_in_Pictures_Folder
       /Library/Application Support/Hewlett-Packard/Workflows/Destinations/Save PDF Files in Documents Folder.app
       - com.apple.automator.Save_PDF_Files_in_Documents_Folder
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Add to iPhoto Library.app
       - com.apple.automator.Add_to_iPhoto_Library
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Email Image.app
       - com.apple.automator.Email_Image
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Email PDF.app
       - com.apple.automator.Email_PDF
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open HP Scan.app
       - com.apple.automator.Open_HP_Scan
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open PDF in Preview.app
       - com.apple.automator.Open_PDF_in_Preview
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open in Preview.app
       - com.apple.automator.Open_in_Preview
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Save PDF in Documents.app
       - com.apple.automator.Save_PDF_in_Documents
       /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Save in Pictures.app
       - com.apple.automator.Save_in_Pictures
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Destinations/Attach Document Files to Email.app
       - com.apple.automator.Attach_Document_Files_to_Email
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Destinations/Attach Image Files to Email.app
       - com.apple.automator.Attach_Image_Files_to_Email
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Destinations/Open Files in Application.app
       - com.apple.automator.Open_Files_in_Application
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Destinations/Save Files in Folder.app
       - com.apple.automator.Save_Files_in_Folder
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Shortcuts/Attach Scanned Documents to Email.app
       - com.apple.automator.Attach_Scanned_Documents_to_Email
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Shortcuts/Attach Scanned Images to Email.app
       - com.apple.automator.Attach_Scanned_Images_to_Email
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Shortcuts/Open Scanned Items in Application.app
       - com.apple.automator.Open_Scanned_Items_in_Application
       /Library/Application Support/Hewlett-Packard/Workflows/Templates/Shortcuts/Save Scanned Items in Folder.app
       - com.apple.automator.Save_Scanned_Items_in_Folder
       /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
       - com.microsoft.helpviewer
       /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
       - com.microsoft.autoupdate2
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
       - com.microsoft.error_reporting
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
       - com.microsoft.netlib.shipassertprocess
       /Library/Application Support/Microsoft/Office Converter Support/MSXML.framework
       - com.microsoft.openxml.msxml_library
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftChartPlugin.framework
       - com.microsoft.openxml.chart
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftComponentPlugin.framework
       - com.microsoft.openxml.mcp
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftOLE.framework
       - com.microsoft.openxml.ole
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftOLEAutomation.framework
       - com.microsoft.openxml.ole_automation
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftOffice.framework
       - com.microsoft.openxml.office_library
       /Library/Application Support/Microsoft/Office Converter Support/MicrosoftOleo.framework
       - com.microsoft.openxml.oleo
       /Library/Application Support/Microsoft/Office Converter Support/OfficeArt.framework
       - com.microsoft.openxml.officeart
       /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
       - com.microsoft.openxml.chartconverter.app
       /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
       - com.microsoft.openxml.excel.app
       /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.framework
       - com.microsoft.openxml.excel.lib
       /Library/Application Support/Microsoft/Office Converter Support/SmartArt.framework
       - com.microsoft.openxml.igx
       /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
       - com.microsoft.silverlight.sllauncher
       /Library/Application Support/Topaz Labs/Adjust 4/Plugins/Topaz_adjust4.plugin
       - null
       /Library/Application Support/Topaz Labs/Adjust 4/Topaz Adjust 4.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Adjust 4/Topaz Adjust4.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Clean 2/Plugins/Topaz_clean2.plugin
       - com.topazlabs.Clean2
       /Library/Application Support/Topaz Labs/Clean 3/Plugins/Topaz_clean3.plugin
       - null
       /Library/Application Support/Topaz Labs/Clean 3/Topaz Clean 3.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Clean 3/Topaz Clean3.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Common/Qt4.6/QtCore.framework
       - null
       /Library/Application Support/Topaz Labs/Common/Qt4.6/QtGui.framework
       - null
       /Library/Application Support/Topaz Labs/Common/Qt4.6/QtNetwork.framework
       - null
       /Library/Application Support/Topaz Labs/Common/Qt4.6/QtXml.framework
       - null
       /Library/Application Support/Topaz Labs/Common/QtCore.framework
       - null
       /Library/Application Support/Topaz Labs/Common/QtGui.framework
       - null
       /Library/Application Support/Topaz Labs/Common/QtXml.framework
       - null
       /Library/Application Support/Topaz Labs/Dejpeg 3/Plugins/Topaz_dejpeg3.plugin
       - com.topazlabs.Dejpeg3
       /Library/Application Support/Topaz Labs/Dejpeg 4/Plugins/Topaz_dejpeg4.plugin
       - null
       /Library/Application Support/Topaz Labs/Dejpeg 4/Topaz DeJPEG 4.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Dejpeg 4/Topaz Dejpeg4.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Denoise 3/Plugins/Topaz_denoise3.plugin
       - com.topazlabs.Denoise3
       /Library/Application Support/Topaz Labs/Denoise 5/Plugins/Topaz_denoise5.plugin
       - null
       /Library/Application Support/Topaz Labs/Denoise 5/Topaz DeNoise 5.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Denoise 5/Topaz Denoise5.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Detail 2/Plugins/Topaz_detail2.plugin
       - null
       /Library/Application Support/Topaz Labs/Detail 2/Topaz Detail 2.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Detail 2/Topaz Detail2.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Infocus/Plugins/Topaz_infocus.plugin
       - null
       /Library/Application Support/Topaz Labs/Infocus/Topaz Infocus.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Infocus/Topaz Infocus_64.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Remask 2/Plugins/Topaz_remask2.plugin
       - null
       /Library/Application Support/Topaz Labs/Remask 2/Topaz ReMask2.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Remask 3/Plugins/TopazRemaskAutomate.plugin
       - com.topazlabs.RemaskAutomate
       /Library/Application Support/Topaz Labs/Remask 3/Plugins/Topaz_remask3.plugin
       - null
       /Library/Application Support/Topaz Labs/Remask 3/Topaz ReMask 3.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Remask 3/Topaz ReMask3.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Simplify 2/Plugins/Topaz_simplify2.plugin
       - com.topazlabs.Simplify2
       /Library/Application Support/Topaz Labs/Simplify 3/Plugins/Topaz_simplify3.plugin
       - null
       /Library/Application Support/Topaz Labs/Simplify 3/Topaz Simplify 3.app
       - com.yourcompany.Topaz
       /Library/Application Support/Topaz Labs/Simplify 3/Topaz Simplify3.app
       - com.yourcompany.Topaz
       /Library/Application Support/coupons/uninstall coupon printing software.app
       - null
       /Library/Application Support/iLifeSlideshow/Effects/Classic_Title.mrbEffect
       - com.apple.Marimba.effect.Classic_Title
       /Library/Application Support/iLifeSlideshow/Effects/JustASlide.mrbEffect
       - com.apple.Marimba.effect.JustASlide
       /Library/Application Support/iLifeSlideshow/Effects/LowerCaption.mrbEffect
       - com.apple.Marimba.effect.LowerCaption
       /Library/Application Support/iLifeSlideshow/Effects/Movable_Titles.mrbEffect
       - com.apple.Marimba.effect.Movable_Titles
       /Library/Application Support/iLifeSlideshow/Effects/PhotoEdges_Effect1.mrbEffect
       - com.apple.Marimba.effect.PhotoEdges_Effect1
       /Library/Application Support/iLifeSlideshow/Effects/PhotoEdges_Effect2.mrbEffect
       - com.apple.Marimba.effect.PhotoEdges_Effect2
       /Library/Application Support/iLifeSlideshow/Effects/PhotoEdges_Effect3.mrbEffect
       - com.apple.Marimba.effect.PhotoEdges_Effect3
       /Library/Application Support/iLifeSlideshow/Effects/PhotoEdges_Outro.mrbEffect
       - com.apple.Marimba.effect.PhotoEdges_Outro
       /Library/Application Support/iLifeSlideshow/Effects/PhotoEdges_Title.mrbEffect
       - com.apple.Marimba.effect.PhotoEdges_Title
       /Library/Application Support/iLifeSlideshow/Effects/PhotoPrint.mrbEffect
       - com.apple.Marimba.effect.PhotoPrints
       /Library/Application Support/iLifeSlideshow/Effects/PhotoPrintOutro.mrbEffect
       - com.apple.Marimba.effect.PhotoPrintOutro
       /Library/Application Support/iLifeSlideshow/Effects/PhotoPrints_Title.mrbEffect
       - com.apple.Marimba.effect.PhotoPrints_Title
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Background.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Background
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect1.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect1
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect10.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect10
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect2.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect2
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect3.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect3
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect4.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect4
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect5.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect5
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect6.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect6
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect7.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect7
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect8.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect8
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Effect9.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Effect9
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Title.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Title
       /Library/Application Support/iLifeSlideshow/Effects/Scrapbook_Title2.mrbEffect
       - com.apple.Marimba.effect.Scrapbook_Title2
       /Library/Application Support/iLifeSlideshow/Effects/Shatter_Title.mrbEffect
       - com.apple.Marimba.effect.ShatterTitle
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_1Slide.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_1Slide
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_1Slide_Title.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_1Slide_Title
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_Drawers2.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_Drawers2
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_Drawers4.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_Drawers4
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_Drawers6.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_Drawers6
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_Drawers8.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_Drawers8
       /Library/Application Support/iLifeSlideshow/Effects/SlidingPanels_DrawersTitle.mrbEffect
       - com.apple.Marimba.effect.SlidingPanels_DrawersTitle
       /Library/Application Support/iLifeSlideshow/Effects/VignettingOverlay.mrbEffect
       - com.apple.Marimba.effect.vignettingoverlay
       /Library/Application Support/iLifeSlideshow/Effects/WatercolorsPanels_Background.mrbEffect
       - com.apple.Marimba.effect.WatercolorsPanels_Background
       /Library/Application Support/iLifeSlideshow/Effects/WatercolorsPanels_Effect2.mrbEffect
       - com.apple.Marimba.effect.WatercolorsPanels_Effect2
       /Library/Application Support/iLifeSlideshow/Effects/WatercolorsPanels_Effect3.mrbEffect
       - com.apple.Marimba.effect.WatercolorsPanels_Effect3
       /Library/Application Support/iLifeSlideshow/Effects/WatercolorsPanels_Effect4.mrbEffect
       - com.apple.Marimba.effect.WatercolorsPanels_Effect4
       /Library/Application Support/iLifeSlideshow/Effects/WatercolorsPanels_Title.mrbEffect
       - com.apple.Marimba.effect.WatercolorsPanels_Title
       /Library/Application Support/iLifeSlideshow/Filters/Antique.mrbFilter
       - com.apple.Marimba.filter.Antique
       /Library/Application Support/iLifeSlideshow/Filters/BlackAndWhite.mrbFilter
       - com.apple.Marimba.filter.BlackAndWhite
       /Library/Application Support/iLifeSlideshow/Filters/Sepia.mrbFilter
       - com.apple.Marimba.filter.Sepia
       /Library/Application Support/iLifeSlideshow/Frames/LineStroke.mrbFrame
       - com.apple.Marimba.frame.LineStroke
       /Library/Application Support/iLifeSlideshow/Styles/Classic.mrbStyle
       - com.apple.Marimba.style.Classic
       /Library/Application Support/iLifeSlideshow/Styles/KenBurns.mrbStyle
       - com.apple.Marimba.style.KenBurns
       /Library/Application Support/iLifeSlideshow/Styles/PhotoEdges.mrbStyle
       - com.apple.Marimba.style.PhotoEdges
       /Library/Application Support/iLifeSlideshow/Styles/Scrapbook.mrbStyle
       - com.apple.Marimba.style.Scrapbook
       /Library/Application Support/iLifeSlideshow/Styles/Shatter.mrbStyle
       - com.apple.Marimba.style.Shatter
       /Library/Application Support/iLifeSlideshow/Styles/SlidingPanels.mrbStyle
       - com.apple.Marimba.style.SlidingPanels
       /Library/Application Support/iLifeSlideshow/Styles/Snapshots.mrbStyle
       - com.apple.Marimba.style.Snapshots
       /Library/Application Support/iLifeSlideshow/Styles/WatercolorPanels.mrbStyle
       - com.apple.Marimba.style.WatercolorPanels
       /Library/Application Support/iLifeSlideshow/Transitions/CrossWipe.mrbTransition
       - com.apple.Marimba.transition.CrossWipe
       /Library/Application Support/iLifeSlideshow/Transitions/Cube.mrbTransition
       - com.apple.Marimba.transition.Cube
       /Library/Application Support/iLifeSlideshow/Transitions/Dissolve.mrbTransition
       - com.apple.Marimba.transition.Dissolve
       /Library/Application Support/iLifeSlideshow/Transitions/Droplet.mrbTransition
       - com.apple.Marimba.transition.Droplet
       /Library/Application Support/iLifeSlideshow/Transitions/Fade.mrbTransition
       - com.apple.Marimba.transition.Fade
       /Library/Application Support/iLifeSlideshow/Transitions/FadeThruColor.mrbTransition
       - com.apple.Marimba.transition.FadeThruColor
       /Library/Application Support/iLifeSlideshow/Transitions/Flip.mrbTransition
       - com.apple.Marimba.transition.Flip
       /Library/Application Support/iLifeSlideshow/Transitions/MoveIn.mrbTransition
       - com.apple.Marimba.transition.MoveIn
       /Library/Application Support/iLifeSlideshow/Transitions/PageFlip.mrbTransition
       - com.apple.Marimba.transition.PageFlip
       /Library/Application Support/iLifeSlideshow/Transitions/Push.mrbTransition
       - com.apple.Marimba.transition.Push
       /Library/Application Support/iLifeSlideshow/Transitions/Reveal.mrbTransition
       - com.apple.Marimba.transition.Reveal
       /Library/Application Support/iLifeSlideshow/Transitions/Shatter3D.mrbTransition
       - com.apple.Marimba.transition.ShatterSpin
       /Library/Application Support/iLifeSlideshow/Transitions/SourceOver.mrbTransition
       - com.apple.Marimba.transition.SourceOver
       /Library/Application Support/iLifeSlideshow/Transitions/TileFlip.mrbTransition
       - com.apple.Marimba.transition.TileFlip
       /Library/Application Support/iLifeSlideshow/Transitions/Twirl.mrbTransition
       - com.apple.Marimba.transition.Twirl
       /Library/Application Support/iLifeSlideshow/Transitions/Wipe.mrbTransition
       - com.apple.Marimba.transition.Wipe
       /Library/Application Support/iStat Menus 4/extras/MenuCracker.menu
       - net.sourceforge.menucracker.two
       /Library/Application Support/iStat Menus 4/extras/iStatMenusBattery.menu
       - com.bjango.iStatMenusBattery
       /Library/Application Support/iStat Menus 4/extras/iStatMenusCPU.menu
       - com.bjango.iStatMenusCPU
       /Library/Application Support/iStat Menus 4/extras/iStatMenusCombined.menu
       - com.bjango.iStatMenusCombined
       /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menu
       - com.bjango.iStatMenusDateAndTimes
       /Library/Application Support/iStat Menus 4/extras/iStatMenusDrives.menu
       - com.bjango.iStatMenusDrives
       /Library/Application Support/iStat Menus 4/extras/iStatMenusMemory.menu
       - com.bjango.iStatMenusMemory
       /Library/Application Support/iStat Menus 4/extras/iStatMenusNetwork.menu
       - com.bjango.iStatMenusNetwork
       /Library/Application Support/iStat Menus 4/extras/iStatMenusTemps.menu
       - com.bjango.iStatMenusTemps
       /Library/Application Support/iStat Menus 4/iStat Menus Updater.app
       - com.bjango.iStat-Menus-Updater
       /Library/Application Support/iStat Menus 4/iStatMenus.bundle
       - com.bjango.iStatLocalCore
       /Library/Automator/Add Attachments to Entourage Messages.action
       - com.microsoft.Automator.Add_Attachments_to_Entourage_Messages
       /Library/Automator/Add Attachments to Outlook Messages.action
       - com.microsoft.Automator.Add_Attachments_to_Outlook_Messages
       /Library/Automator/Add Content to Word Documents.action
       - com.microsoft.Automator.Add_Content_to_Word_Documents
       /Library/Automator/Add Document Properties Page to Word Documents.action
       - com.microsoft.Automator.Add_Document_Properties_Page_to_Word_Documents
       /Library/Automator/Add New Sheet to Workbooks.action
       - com.microsoft.Automator.Add_New_Sheet_to_Workbooks
       /Library/Automator/Add Table of Contents to Word Documents.action
       - com.microsoft.Automator.Add_Table_of_Contents_to_Word_Documents
       /Library/Automator/Add Watermark to Word Documents.action
       - com.microsoft.Automator.Add_Watermark_to_Word_Documents
       /Library/Automator/Apply Animation to PowerPoint Slide Parts.action
       - com.microsoft.Automator.Apply_Animation_to_PowerPoint_Slide_Parts
       /Library/Automator/Apply Font Format Settings to Word Documents.action
       - com.microsoft.Automator.Apply_Font_Format_Settings_to_Word_Documents
       /Library/Automator/AutoFormat Data in Excel Workbooks.action
       - com.microsoft.Automator.AutoFormat_Data_in_Excel_Workbooks
       /Library/Automator/Bring Word Documents to Front.action
       - com.microsoft.Automator.Bring_Word_Documents_to_Front
       /Library/Automator/Change Type of Files.action
       - com.hp.Automator.Change_Type_of_Files
       /Library/Automator/Close Entourage Items.action
       - com.microsoft.Automator.Close_Entourage_Items
       /Library/Automator/Close Excel Workbooks.action
       - com.microsoft.Automator.Close_Excel_Workbooks
       /Library/Automator/Close Outlook Items.action
       - com.microsoft.Automator.Close_Outlook_Items
       /Library/Automator/Close PowerPoint Presentations.action
       - com.microsoft.Automator.Close_PowerPoint_Presentations
       /Library/Automator/Close Word Documents.action
       - com.microsoft.Automator.Close_Word_Documents
       /Library/Automator/Combine Excel Files.action
       - com.microsoft.Automator.Combine_Excel_Files
       /Library/Automator/Combine PowerPoint Presentations.action
       - com.microsoft.Automator.Combine_PowerPoint_Presentations
       /Library/Automator/Combine Word Documents.action
       - com.microsoft.Automator.Combine_Word_Documents
       /Library/Automator/Compare Word Documents.action
       - com.microsoft.Automator.Compare_Word_Documents
       /Library/Automator/Convert Format of Excel Files.action
       - com.microsoft.Automator.Convert_Format_of_Excel_Files
       /Library/Automator/Convert Format of PowerPoint Presentations.action
       - com.microsoft.Automator.Convert_Format_of_PowerPoint_Presentations
       /Library/Automator/Convert Format of Word Documents.action
       - null
       /Library/Automator/Convert PowerPoint Presentations to Movies.action
       - com.microsoft.Automator.Convert_PowerPoint_Presentations_to_Movies
       /Library/Automator/Convert Word Content Object to Text Object.caction
       - com.microsoft.Automator.Convert_Word_Content_Object_to_Text_Object
       /Library/Automator/Copy Excel Workbook Content to the Clipboard.action
       - com.microsoft.Automator.Copy_Excel_Workbook_Content_to_the_Clipboard
       /Library/Automator/Copy PowerPoint Slides to the Clipboard.action
       - com.microsoft.Automator.Copy_PowerPoint_Slides_to_the_Clipboard
       /Library/Automator/Copy Word Document Content to the Clipboard.action
       - com.microsoft.Automator.Copy_Word_Document_Content_to_the_Clipboard
       /Library/Automator/Create List from Data in Workbook.action
       - com.microsoft.Automator.Create_List_from_Data_in_Workbook
       /Library/Automator/Create New Entourage Mail Message.action
       - com.microsoft.Automator.Create_New_Entourage_Mail_Message
       /Library/Automator/Create New Excel Workbook.action
       - com.microsoft.Automator.Create_New_Excel_Workbook
       /Library/Automator/Create New Outlook Mail Message.action
       - com.microsoft.Automator.Create_New_Outlook_Mail_Message
       /Library/Automator/Create New PowerPoint Presentation.action
       - com.microsoft.Automator.Create_New_PowerPoint_Presentation
       /Library/Automator/Create New Word Document.action
       - com.microsoft.Automator.Create_New_Word_Document
       /Library/Automator/Create PowerPoint Picture Slide Shows.action
       - com.microsoft.Automator.Create_PowerPoint_Picture_Slide_Shows
       /Library/Automator/Create Table from Data in Workbook.action
       - null
       /Library/Automator/Delete Entourage Items.action
       - com.microsoft.Automator.Delete_Entourage_Items
       /Library/Automator/Delete Outlook Items.action
       - com.microsoft.Automator.Delete_Outlook_Items
       /Library/Automator/Export Entourage Contacts.action
       - com.microsoft.Automator.Export_Entourage_Contacts
       /Library/Automator/Find and Replace Text in Word Documents.action
       - com.microsoft.Automator.Find_and_Replace_Text_in_Word_Documents
       /Library/Automator/Flag Word Documents for Follow Up.action
       - com.microsoft.Automator.Flag_Word_Documents_for_Follow_Up
       /Library/Automator/Forward Entourage Mail Messages.action
       - com.microsoft.Automator.Forward_Entourage_Mail_Messages
       /Library/Automator/Forward Outlook Mail Messages.action
       - com.microsoft.Automator.Forward_Outlook_Mail_Messages
       /Library/Automator/Get Content from Word Documents.action
       - com.microsoft.Automator.Get_Content_from_Word_Documents
       /Library/Automator/Get Images from PowerPoint Slides.action
       - com.microsoft.Automator.Get_Images_from_PowerPoint_Slides
       /Library/Automator/Get Images from Word Documents.action
       - com.microsoft.Automator.Get_Images_from_Word_Documents
       /Library/Automator/Get Parent Presentations of Slides.action
       - com.microsoft.Automator.Get_Parent_Presentations_of_Slides
       /Library/Automator/Get Parent Workbooks.action
       - com.microsoft.Automator.Get_Parent_Workbooks
       /Library/Automator/Get Selected Content from Excel Workbooks.action
       - com.microsoft.Automator.Get_Selected_Content_from_Excel_Workbooks
       /Library/Automator/Get Selected Content from Word Documents.action
       - com.microsoft.Automator.Get_Selected_Content_from_Word_Documents
       /Library/Automator/Get Selected Entourage Items.action
       - com.microsoft.Automator.Get_Selected_Entourage_Items
       /Library/Automator/Get Selected Outlook Items.action
       - com.microsoft.Automator.Get_Selected_Outlook_Items
       /Library/Automator/Get Selected Text from Entourage Items.action
       - com.microsoft.Automator.Get_Selected_Text_from_Entourage_Items
       /Library/Automator/Get Selected Text from Outlook Items.action
       - com.microsoft.Automator.Get_Selected_Text_from_Outlook_Items
       /Library/Automator/Get Text From Entourage Mail Messages.action
       - com.microsoft.Automator.Get_Text_from_Entourage_Mail_Messages
       /Library/Automator/Get Text From Outlook Mail Messages.action
       - com.microsoft.Automator.Get_Text_from_Outlook_Mail_Messages
       /Library/Automator/Get Text from Word Documents.action
       - com.microsoft.Automator.Get_Text_from_Word_Documents
       /Library/Automator/Import Contacts into Entourage.action
       - com.microsoft.Automator.Import_Contacts_into_Entourage
       /Library/Automator/Import Text Files to Excel Workbook.action
       - com.microsoft.Automator.Import_Text_Files_to_Excel_Workbook
       /Library/Automator/Insert Captions into Word Documents.action
       - com.microsoft.Automator.Insert_Captions_into_Word_Documents
       /Library/Automator/Insert Content into Entourage Mail Messages.action
       - com.microsoft.Automator.Insert_Content_into_Entourage_Mail_Messages
       /Library/Automator/Insert Content into Outlook Mail Messages.action
       - com.microsoft.Automator.Insert_Content_into_Outlook_Mail_Messages
       /Library/Automator/Insert Content into Word Documents.action
       - com.microsoft.Automator.Insert_Content_into_Word_Documents
       /Library/Automator/Insert New PowerPoint Slides.action
       - com.microsoft.Automator.Insert_New_PowerPoint_Slides
       /Library/Automator/Mark Entourage Mail Message as a To Do Item.action
       - com.microsoft.Automator.Mark_Entourage_Mail_Message_as_a_To_Do_Item
       /Library/Automator/Mark Outlook Mail Message as a To Do Item.action
       - com.microsoft.Automator.Mark_Outlook_Mail_Message_as_a_To_Do_Item
       /Library/Automator/Office.definition
       - com.microsoft.Automator.OfficeDefinition
       /Library/Automator/Open Entourage Items.action
       - com.microsoft.Automator.Open_Entourage_Items
       /Library/Automator/Open Excel Workbooks.action
       - com.microsoft.Automator.Open_Excel_Workbooks
       /Library/Automator/Open Outlook Items.action
       - com.microsoft.Automator.Open_Outlook_Items
       /Library/Automator/Open PowerPoint Presentations.action
       - com.microsoft.Automator.Open_PowerPoint_Presentations
       /Library/Automator/Open Word Documents.action
       - com.microsoft.Automator.Open_Word_Documents
       /Library/Automator/Paste Clipboard Content into Entourage Items.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Entourage_Items
       /Library/Automator/Paste Clipboard Content into Excel Workbooks.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Excel_Workbooks
       /Library/Automator/Paste Clipboard Content into Outlook Items.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Outlook_Items
       /Library/Automator/Paste Clipboard Content into PowerPoint Presentations.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_PowerPoint_Presentations
       /Library/Automator/Paste Clipboard Content into Word Documents.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Word_Documents
       /Library/Automator/Play PowerPoint Slide Shows.action
       - com.microsoft.Automator.Play_PowerPoint_Slideshows
       /Library/Automator/Print Entourage Messages.action
       - com.microsoft.Automator.Print_Entourage_Messages
       /Library/Automator/Print Excel Workbooks.action
       - com.microsoft.Automator.Print_Excel_Workbooks
       /Library/Automator/Print Outlook Messages.action
       - com.microsoft.Automator.Print_Outlook_Messages
       /Library/Automator/Print PowerPoint Presentations.action
       - com.microsoft.Automator.Print_PowerPoint_Presentations
       /Library/Automator/Print Word Documents.action
       - com.microsoft.Automator.Print_Word_Documents
       /Library/Automator/Protect Word Documents.action
       - com.microsoft.Automator.Protect_Word_Documents
       /Library/Automator/Quit Entourage.action
       - com.microsoft.Automator.Quit_Entourage
       /Library/Automator/Quit Excel.action
       - com.microsoft.Automator.Quit_Excel
       /Library/Automator/Quit Outlook.action
       - com.microsoft.Automator.Quit_Outlook
       /Library/Automator/Quit PowerPoint.action
       - com.microsoft.Automator.Quit_PowerPoint
       /Library/Automator/Quit Word.action
       - com.microsoft.Automator.Quit_Word
       /Library/Automator/Reply to Entourage Mail Messages.action
       - com.microsoft.Automator.Reply_to_Entourage_Mail_Messages
       /Library/Automator/Reply to Outlook Mail Messages.action
       - com.microsoft.Automator.Reply_to_Outlook_Mail_Messages
       /Library/Automator/Run GraphPad Prism Script.action
       - com.GraphPad.Automator.RunGraphPadPrismScript
       /Library/Automator/Save Entourage Items as Files.action
       - com.microsoft.Automator.Save_Entourage_Items_as_Files
       /Library/Automator/Save Entourage Items.action
       - com.microsoft.Automator.Save_Entourage_Items
       /Library/Automator/Save Excel Workbooks.action
       - com.microsoft.Automator.Save_Excel_Workbooks
       /Library/Automator/Save Files Attached to Entourage Mail Messages.action
       - com.microsoft.Automator.Save_Files_Attached_to_Entourage_Mail_Messages
       /Library/Automator/Save Outlook Draft Messages.action
       - com.microsoft.Automator.Save_Outlook_Draft_Messages
       /Library/Automator/Save Outlook Items as Files.action
       - com.microsoft.Automator.Save_Outlook_Items_as_Files
       /Library/Automator/Save Outlook Messages as Files.action
       - null
       /Library/Automator/Save PowerPoint Presentations.action
       - com.microsoft.Automator.Save_PowerPoint_Presentations
       /Library/Automator/Save Word Documents.action
       - com.microsoft.Automator.Save_Word_Documents
       /Library/Automator/Scan.action
       - com.hp.Automator.Scan
       /Library/Automator/Search Entourage Items.action
       - com.microsoft.Automator.Search_Entourage_Items
       /Library/Automator/Search Outlook Items.action
       - com.microsoft.Automator.Search_Outlook_Items
       /Library/Automator/Select Cells in Excel Workbooks.action
       - com.microsoft.Automator.Select_Cells_in_Excel_Workbooks
       /Library/Automator/Select PowerPoint Slides.action
       - com.microsoft.Automator.Select_PowerPoint_Slides
       /Library/Automator/Send Outgoing Entourage Mail Messages.action
       - com.microsoft.Automator.Send_Outgoing_Entourage_Mail_Messages
       /Library/Automator/Send Outgoing Outlook Mail Messages.action
       - com.microsoft.Automator.Send_Outgoing_Outlook_Mail_Messages
       /Library/Automator/Set Category of Entourage Items.action
       - com.microsoft.Automator.Set_Category_of_Entourage_Items
       /Library/Automator/Set Category of Outlook Items.action
       - com.microsoft.Automator.Set_Category_of_Outlook_Items
       /Library/Automator/Set Document Settings.action
       - com.microsoft.Automator.Set_Document_Settings
       /Library/Automator/Set Entourage Contact Properties.action
       - com.microsoft.Automator.Set_Entourage_Contact_Properties
       /Library/Automator/Set Excel Workbook Properties.action
       - com.microsoft.Automator.Set_Excel_Workbook_Properties
       /Library/Automator/Set Footer for PowerPoint Slides.action
       - com.microsoft.Automator.Set_Footer_for_PowerPoint_Slides
       /Library/Automator/Set Outlook Contact Properties.action
       - com.microsoft.Automator.Set_Outlook_Contact_Properties
       /Library/Automator/Set PowerPoint Slide Layout.action
       - com.microsoft.Automator.Set_PowerPoint_Slide_Layout
       /Library/Automator/Set PowerPoint Slide Transition Settings.action
       - com.microsoft.Automator.Set_PowerPoint_Slide_Transition_Settings
       /Library/Automator/Set Project for Entourage Items.action
       - com.microsoft.Automator.Set_Project_for_Entourage_Items
       /Library/Automator/Set Security Options for Word Documents.action
       - com.microsoft.Automator.Set_Security_Options_for_Word_Documents
       /Library/Automator/Set Text Case in Word Documents.action
       - com.microsoft.Automator.Set_Text_Case_in_Word_Documents
       /Library/Automator/Set Word Document Properties.action
       - com.microsoft.Automator.Set_Word_Document_Properties
       /Library/Automator/Sort Data in Excel Workbooks.action
       - com.microsoft.Automator.Sort_Data_in_Excel_Workbooks
       /Library/Contextual Menu Items/ADFSMenu.plugin
       - com.adobe.vcmenu
       /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle
       - com.evenflow.dropbox.dropboxbundle
       /Library/DropboxHelperTools/Dropbox_u501/mach_inject_bundle_stub.bundle
       - com.apple.carbonbundletemplate
       /Library/Frameworks/Adobe AIR.framework
       - com.adobe.AIR
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
       - com.adobe.air.ApplicationInstaller
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app
       - com.adobe.air.Installer
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
       - com.adobe.adobecp
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
       - com.macromedia.FlashPlayer-10.6.plugin
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
       - com.adobe.air.Template
       /Library/Frameworks/EWSMac.framework
       - com.eSellerate.EWSMac67108870
       /Library/Frameworks/MacFUSE.framework
       - com.google.MacFUSE
       /Library/Frameworks/OSXFUSE.framework
       - com.github.osxfuse.framework
       /Library/Frameworks/RIM_VSP.framework
       - com.rim.vsp
       /Library/Frameworks/RimBlackBerryUSB.framework
       - com.rim.RimBlackBerryUSB
       /Library/Frameworks/TSLicense.framework
       - net.telestream.license
       /Library/Frameworks/TSLicense.framework/Versions/A/Resources/EWSMac-GC.framewor k
       - com.eSellerate.EWSMac67108872
       /Library/Frameworks/net.juniper.DSApplicationServices.framework
       - net.juniper.framework.DSApplicationServices
       /Library/Frameworks/net.juniper.DSApplicationServices.framework/Versions/7.1.0/ Log Viewer.app
       - net.juniper.LogViewer
       /Library/Frameworks/net.juniper.DSApplicationServices.framework/Versions/7.1.0/ Session Timer.app
       - net.juniper.SessionTimer
       /Library/Frameworks/net.juniper.DSCoreServices.framework
       - net.juniper.framework.DSCoreServices
       /Library/Frameworks/net.juniper.DSNetworkDiagnostics.framework
       - net.juniper.framework.DSNetworkDiagnostics
       /Library/Frameworks/net.juniper.DSNetworkDiagnostics.framework/Versions/7.1.0/N etwork Diagnostic Utility.app
       - net.juniper.NetworkDiagnosticUtility
       /Library/Google/Chrome/NativeMessagingHosts/nplastpass.app
       - com.lastpass.nplastpass
       /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle
       - com.google.Keystone
       /Library/Image Capture/Devices/HPScanner.app
       - com.hp.scanModule
       /Library/Image Capture/Devices/Lexmark Scanner.app
       - com.lexmark.scannerica
       /Library/Image Capture/Devices/Samsung Scanner.app
       - com.samsung.imagecapture.scanner.app
       /Library/Image Capture/Support/Hewlett-Packard/Devices/HPAiOScan.bundle
       - com.hp.HPAiOScan
       /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPScanControl.framework
       - com.hp.scan.framework.control
       /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPScanProfiles.framework
       - com.hp.scan.framework.profile
       /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPUIExt.framework
       - com.hp.scan.HPUIExt
       /Libr

    SIMBL causes problems for some people because it is a system hack.
    SIMBL Uninstall
    SIMBL Uninstall (2)     See solution posted by Linc Davis .

  • Microsoft office report package

    Hi Guys,
    Im new to LabeVIEW but a colleague and I are working on an automated monitoring project with our company.
    We have the Microsoft office report package however I am looking for a few simple examples or tutorials explaining their use.
    I seen that the below 2 examples were available at one point but now seem to be dead.
    labview\examples\office\Excel Reports.llb\Generate Report From Template (Excel).vi
    labview\examples\office\Word Reports.llb\Generate Report From Template (Word).vi
    Can anyone help?
    Thanks,
    Seamus

    Hi Seamus,
    Welcome to the National Instruments discussion forums!
    I have found a number of resources which may be of use to you as a starting point:
    Creating a Report in Microsoft Excel Using the LabVIEW Report Generation Toolkit: Introduction http://www.ni.com/white-paper/3178/en
    Creating Professional Reports with the LabVIEW Report Generation Toolkit for Microsoft Office http://www.ni.com/white-paper/3201/en
    LabVIEW Report Generation Toolkit for Microsoft Office http://sine.ni.com/psp/app/doc/p/id/psp-358/lang/e​n (See example code section)
    With regards to the two examples you specify, I have attached a ZIP file containing the entire 'office' folder. 
    Please let me know if you require these for older LabVIEW versions etc.
    Regards,
    Chris (CLED, CLD, CTD)
    NIUK Applications Engineering Specialist
    Attachments:
    office.zip ‏688 KB

  • Microsoft Query - ODBC Remedy DB

    Hi ALL ,
    Am using Microsoft Query ODBC  to connect to the BMC Remedy from excel . Now am stuck in a situation i wish to automate it
    but for that i need to provide a function that works like getdate() in sql server or sysdate in oracle .
    Please let me know what Date function should be passed in the where clause to get the current date data . The Remedy DB can be either Oracle or SQL Server one am not sure .Am asking the question here as am using Microsoft query to connect to the Remedy DB
    Please Experts help very near to Automating a project stuck just because am not able to pass the current date in the query :( .
    SELECT "HPD:Help Desk"."Assigned Group", "HPD:Help Desk"."Assigned Support Company",
    "HPD:Help Desk"."Last Modified Date"
    FROM "HPD:Help Desk" "HPD:Help Desk"
    WHERE ("HPD:Help Desk"."Last Modified Date" > {ts '2014-02-02 00:00:00'}) .
    This Works but i don't want to provide dates manually all the time just provide the Current Date function .
    Please help
    Thanks
    Priya

    As I said, I am able to vouch for what works with your ODBC Driver. I did some googling, and I found a few related problems, including
    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=150522
    which looks very similar to your problem. Unfortunately, there is no answer.
    It appears that you are using AR System ODBC Driver of which I'm entirely unfamiliar with.
    The alternative would be to build the query string and inject either the date, or if you can determine whether you are talking to SQL Server or Oracle and inject the correct function.
    Or does Oracle have a date data type? In such case this should work on both:
       cast(CURRENT_TIMESTAMP AS date)
    As long as the ODBC driver does not get in the way, that is.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Where is a good place/path/directory to create the catalogue for Lightroom 5 ?

    Hi there,
    Can I know where is the most proper/efficient and proper place/path/directory to create the catalogue for Lightroom 5?
    Thanks

    99jon wrote:
    The default is the Pictures folder but its a personal choice. Some users keep the catalog on an external hard drive so that it can be shared between desktop and laptop computers.
    Thanks 99Jon,
    I am new to Lightroom.
    Can I know what is this Catalogue folder for ?
    Do you create a new catalogue for every timelapse project or do you put the pictures of all timelapse project into the same catalogue ?
    Thanks

  • How to make sure all apps are in the backup iTunes makes?

    I did a restore today to my iPhone 4S and it seems not all apps were in the backup I manually made in iTunes before the restore. Now I'd like to know how to not run into the same problem in the future.

    Okay I copied iTimelapse Pro app (one of the 150 missing ones) from the Time Capsule hard drive to my laptops hard drive and synced iTunes with iPhone and I can see all my timelapse projects in there! Have to check if really all data is retained and then continue. It's a lot of work to try remember which apps are missing but I think we have a solution here: all the data from the apps are in the backup from today, it's just the apps that got messed up because of iTunes corrupted the links.
    Thank you very much KiltedTim! Wouldn't solve this without you.

  • HT1296 how to make the upgraded apps reflect in i phone ?

    i have synced my iphone and itunes in macair. i have upgraded the apps in itunes of macair. but the upgrades are not reflecting in the iphone.
    the upgrades are shown in different versions in phone and itunes of macair.
    Kindly guide how to get the reflections of upgrade in iphone ?

    Okay I copied iTimelapse Pro app (one of the 150 missing ones) from the Time Capsule hard drive to my laptops hard drive and synced iTunes with iPhone and I can see all my timelapse projects in there! Have to check if really all data is retained and then continue. It's a lot of work to try remember which apps are missing but I think we have a solution here: all the data from the apps are in the backup from today, it's just the apps that got messed up because of iTunes corrupted the links.
    Thank you very much KiltedTim! Wouldn't solve this without you.

  • Need advice in carrer in Java path

    Hi,
    I am in and out Java Ptrogrammer.
    I am in Software industry for round about 5 years.
    I started with Web Desgining in HTML, Java Scripts and CSS.
    After that I joined a Multinational Company and got into SAP ABAP Team.
    I worked in 2 ABAP Projects and then moved to Production Support in Dec 06.
    I cleared SCJP 5.0 in Sep 06. At that time my core Java Skills were very good.
    But then in Production Support, I worked in HR Application Support. I supprted
    4 applications, the main Application was based on Java Swing.
    Even if the application were based in Java Swing, Servlets, JSP etc, we didnot need to do
    any coding in Java Side. Our work was in the backend. We has to retrieve data from back-end tables
    usually through Select queries (Joins) and sometimes we need to write Store Procedures involving
    updation of data. Our work also involved writting Shell Scripting. The Database used was Oracle/Sybase.
    My project tenure ended in Sep 2007. I then was assigned with Unit Testing (JUnit and Ant) for 6 months
    and then QTP Automated Testing Project. After that, I was assigned to SAP NetWeaver Team in SAP Master Data Management. I worked in SAP MDM 5.5 for 6 months August 2008 to Jan 2009 and also appeared in SAP MDM 5.5 Certification in Nov 08. I got 53% and the pass percentage is 55%. Now, I am in Java Project involving
    EJB 2.0, Java Web Dynpro and Oracle Database. It is an Event Management System. It also involves DAO Design Pattern.
    Now, I am involved in Testing the full application. I need to switch back to Java based development.
    What should be the approach? Should I clear SCBCB right now or go for SCJP 6.0?
    Or I will again give SCJP 5.0?
    I need to built a Java Skill set. It is told that you can't learn if you are not in projects. But it is not true with Java J2EE. You can learn it from Net as many free lancing sites are there. Please advice.
    Regards
    Taton

    I suggest not taking any more certifications (for now). Your main concern should be extending your development skills in those areas you are lacking. I suggest reading a book on EJB 2.0, and reading up on event management and DAO on-line. Also, set up whatever development environment they have (example: Eclipse IDE) and get familiar with it.
    For your own long-term career development, I suggest re-writing your resume and having many people review it. Revise it over and over as they point out problems. Have them quiz you on items in your resume (and that aren't in your resume) so you can gain experience on interviewing and answering questions verbally well. I think you have a lot more experience than you realize. Your post seems to me to indicate you don't have confidence to sell yourself in an interview and haven't organized your thoughts to present your argument well yet. Most people don't. Its a skill you have to develop.

  • Does FCPX manage 120fps? I saw only till 60. Tks

    Hi. I start to make movies with FCPX et I want to make slowmotion. I'll get the GoPro HD3 and i want to use the 120fps. But Can FCPX manage it? I saw it could only manage 60? Tks for your answer.

    I want a 120 fps timeline to make 120 fps videos.
    While the 120 and 240 hz tv's out there only do interpolation and only accept 60 hz hdmi input, a few 120 hz computer monitors came out in 2012 that accept 120 hz.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16824236293
    I want to have videos play at 120 hz, not just only utilize it for comptuter game rendering.  Part what makes the new gopro hero3 black so awesome is 720p120.  I want to record in this format, play it back realtime @ 120 hz for super smooth action.  I do not want to edit it down to slow mo.  This is very difficult, and quicktime player 7 pro seems to be the best tool to crop and splice (I haven't tried playing any 120 fps native gopro files on any 120 hz monitors, don't know if that works with any current players or not), with "add to selection and scale" being very useful.
    Saying  the eye/brain can't tell above 60 is laughable, take away motion blur (computer games or timelapse) and it's obvious.  Playing quake on an old crt I could easily tell 60, 85, and 120 hz apart.  move your mouse quick across your screen.  if you had enough hz, it wouldn't be a jumpy trail where you see 6 different pointers spaced inches apart, it would be blurred.  Motion blur is why movies get by with 24, but if something moves, and you track it with your eye, it's still blurry.  I hate motion blur and don't want it in my timelapse projects. 
    I have made a few timelapses of driving where I speed up footage 10x, each utility pole or tree passing by jumps 3 feet between frames at the edges when it passes by (6 fps sped up to 60 fps).  same for cars going other direction.  watching at 60 fps you can see this jumpy ghosty effect easily (persistance of vision).  to make it go away you either sacrafice image quality and don't give the eye the opportnity to track objects and lose freeze frame detail by using motion blur, or you add more frames.  120 hz would have the poles moving 1.5 feet per frame (still not overlaping itself in frames), and only when you get to 240 hz would the pole move not jump across the screen.  I would like playback the same 10x speed driving timelapse on 60 hz, 120 hz, 240 hz, and 480 hz monitors to compare and see if the upper limits for my eyes are satisfied by any of those, maybe in a few years.  From how 30 and 60 fps look now, I can almost guarantee I could tell 120 and 240 hz apart.  Driving timelapse is maybe one of the rare sources that makes this stand out so much, but it's one that annoys me.
    Maybe you can't tell the difference with stuff you watch, but that's the same argument that people are saying 2k hd is enough and 4k and aboveis a waste, but 4k and 5k are options in FCP, so I think 120 and even 240 fps timelines should be too.  500 fps and 16k is my guess for what is enough for human vision limits
    No driving ones online yet, but here's one of mine walking the golden gate bridge at 20x.  you can see the issues with the cars well on youtubes weak 30 fps.  I also wish the auto zoom for stabilization could be turned off in FCPX to make the frame move like in this video .  web compession is rough on these timelapses too, make sure to view at 720p.
    http://www.youtube.com/watch?v=ZW4SjVnxchQ

  • Warp Stabilizer introduces roll due to movement around edges

    I'm finalizing a year's worth of daily photograpy into a time lapse movie. Of course the daily shots never quite line up, and I need to stabilize the image sequence. I'm using the Warp Stabilizer in Adobe CS 5.5 (10.5.0.253) version on a Mac MacBook Pro Core i7 with a 1Tb SSD HD and 8Gb of RAM.
    Because this is year-round outdoor photography, various conditions like snow, rain, humidity, etc. cause tree branches in outer 1/3rd of the photos to droop or rise up. The stabilizer ends up using these objects to stabilize, instead of the more stable elements (ground, rocks) in the center of the picture. It causes AE to "roll" the photos back and forth. You can see the images I'm using for this on my Flickr account here: http://www.flickr.com/photos/30664653@N03/sets/72157633131214843/  and here: http://www.flickr.com/photos/30664653@N03/sets/72157634112948001/ (I also have a 3rd still unpublished site)
    Is there a way to define the area, or tracking points, used in Warp Stabilizer, or perhaps tell it to ignore the outer 20% of the picture? Or do I need to go the more manual "Tracker" route to accomplish this?
    I also tried using Photoshop to align the pictures, but with an image set of 390 photos (some days more than one photo was taken), photoshop just chokes.
    Once I get my last photograph the morning of Dec. 31st, I'm hoping to have all my time lapses finished, uploaded, and published by 5pm New Year's eve.
    Any suggestions would be greatly welcome.

    AE CC will allow you to isolate areas in the WarpStabilizer. CS5 will not. I do not think that is the right tool for the job.
    I took a look at your photos and there's not much there to lock on to. Humor me and read the following story.
    I did a similar timelapse project in Glacier park a bunch of years ago. We packed 15 miles in to the wilderness on horseback with a surveyors transit, 4 sacks of concrete and some hardware to set up a mounting base for a movie camera late in August. At the location I did some survey work, checked the sun path tables, made a bunch of calculations, shot some stills and set up a permanent mounting system by pouring concrete and setting mounting studs in the ground so we could return and mount a Mitchell 35MM camera on a set of Baby legs with a motorized geared head and a Tobin motor controller. From my calculations I planned that the camera would shoot 1 frame every 80 seconds from sunrise to sunset tracking the sun across the sky.
    Early the next spring, the first time we could get in through the snow we packed in with the camera gear, located our mounting pad, and then spent 2 days doing time lapse. We returned every two weeks until the snow became so deep we could not get back in. We ended up with a boat load of time-lapse footage panning from east to west from sun rise to sun set. The sequences were combined in post so the camera action matched exactly and the seasons changed as we panned across the scene. Starting with a sunrise on a snow covered valley, seeing the wild flowers bloom by the time the sun was 1/4 the way across the sky, then the full glory of summer at the half way point, to leaves turning gold and snow falling at sunset and deep snow at dusk. The shot worked because of planning and accuracy. There was no such thing as camera tracking when I did the shot (1978 - 1979), it was all matched up on an optical bench a frame at a time.
    This story brings me to my point, you've picked a very difficult scene with only a few immediate foreground objects to track. The best way to line those objects up would be to use Photoshop's Edit/Auto Align. Portrait photographers use this tool to line up group shots so they can easily replace faces. I gave it a try with a screen cap of 6 of your photos. It works fairly well, but there are slight differences in camera position and angle that make perfect alignment difficult. I'm sure that this will work much better than WarpStabilizer and you can tweak the frames that don't quite match up by hand. Load your Photoshop file as a composition and sequence the layers.
    Next time you plan a project like this make sure that there are several areas in the image with constant immobile geometry. We used the ridge line of the distant mountains to pull off the shot I talked about. I wish I had a link to it, but the client has held on to the footage like it was the Hope Diamond.
    http://help.adobe.com/en_US/photoshop/cs/using/WSAA03F5FB-2F22-49a1-A824-5BEB70A58951.html

  • "Command Uknown is currently unavailable" when executing sPSActionControl- Play()

    In my automation plugin project, when the code executing to "sPSActionControl->Play()", the Photoshop will prompt a messageBox showing error "Command <Uknown> is currently unavailable". I just use the Play() method to call another automation plugin to show an ADM dialog, eventID is valid (got by plugin unique string). Does anyone ever meet this problem, Is it possible that I lose some library or my building environment is not correctly set?

    Oh, this issue has bothered me too much. The plugin doesn't have a EnableInfo property in PIPL file, I hope it can't be called at any time. But...

  • Automating album creation for a new project?

    I have several projects (such as specific event shoots) with the same basic set of albums for that project (some regular albums, some smart albums). I'll have albums for specific subsets of the events (for my sports shots, there's Individuals, Action, Team, etc.).
    I'd like to automate the creation of these albums, as it gets a bit tedious having to create a bunch of albums manually for each new project I create. I looked at Aperture's automator actions, but couldn't find anything related to album creation. Is there such a thing?
    Thanks...
    David

    I'm pretty sure this is scriptable using AppleScript. I haven't really had the need to script Aperture so I can't tell you the exact syntax without looking it up myself, but it shouldn't be too hard if you've ever used AppleScript. Just open Script Editor, go to File > Open Dictionary... > Aperture and you'll get a list of the scriptable actions Aperture has available.

Maybe you are looking for

  • Powerbook G3 (Pismo) & OSX Tiger

    Hi I have a 500mhz G3 Pismo. I've upgraded the HardDrive to 60Gig 7200rpm and the RAM is 640mb. I'm running OSX 3.9 but I stopped updating there because I was worried that Tiger might be a paw (sorry-step) too far for this computer? Can anyone inform

  • Multi-select options in Dreamweaver form?

    Hi folks, I am creating a booking form that is hosted on a secure site for credit card transmission. This is the form customers complete https://supersecure.co.nz/users/9ba5/215/form_walks_retail.html and they are directed from this page: http://www.

  • Dissapearing Menubar Items

    Hi all My Wife and I have a seperate account each on my Mac. We have both been having this problem for a couple of months now. Every now and then if we Restart or Log out/in again our menubar items such as the time, Bluetooth, Keychain screen lock, D

  • Error on connecting to discoverer plus

    I'm triying to connect to Discoverer Plus or Viewer. When I get to the login screen, fill all the required fields, but I got the following message: "The application encountered an invalid state. - - Nested exception: org.omg.CORBA.COMM_FAILURE: vmcid

  • Big backup file of transaction log

    we run transaction log backup of database A every 15 minutes. backup file of transaction log file is usually less than 1 GB. All of sudden, backup of transaction log file is more than 20GB continuously. What could happen? Need to fix because no disk