Here is my workflow for processing time lapses
Workbench: http://workbench.tv/tutorials/2016-05-06_TimeLapseWorkflow
Patreon: http://patreon.com/workbench/
Merch: http://workbench.tv/products/merch/
Paypal: https://www.paypal.me/workbenchtv
Social
***********************************************************
Instagram: http://instagram.com/workbenchtv/
Twitter: https://twitter.com/workbench_tv
Facebook: http://facebook.com/workbenchtv
In this tutorial I explain my workflow for processing time lapses—including file handling, color correction, and output.
Download the Sequence Rename service so that you can rename your files easily. Installation instructions are included in the zip. It’s Mac only. http://workbench.tv/tutorials/2016-05-06_TimeLapseWorkflow/
I also came across this nifty gem for Mac users last night. I’ve been looking for this for a bit. I don’t use the Apple Photos app, but every time I format a card, it acts like I put a new camera in and launches Photos. I don’t want it to open ever. And clicking on the checkbox in the app to turn off opening for that device doesn’t work after reformat. So thankfully I found the following code in this article (http://petapixel.com/2015/12/21/stop-apple-photos-from-auto-launching-in-os-x-with-one-command/). Throw it into terminal and be happy.
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool NO