Now that we have HDR inside Lightroom, with virtually no user input, the next step is surely a batch facility for a folder full of bracketed images. Please!!!!
If you hold down the Shift key, you can start HDR merges in "headless" mode, i.e., the "HDR..." menu option will become "HDR" and then it will kick off a HDR merge without bringing up the Preview dialog. You still have to manually select which images to merge, but this is a faster way to proceed without having to thru the Merge Preview dialog. Note that if you kick off many merges, this will be very processor intensive and Lr may slow down a lot ...
To set expectations, they can't reveal their plans for future features in advance, so I wouldn't expect to hear anything until they're ready to unveil a feature.
_______________________________________________ Victoria - The Lightroom Queen - Author of the Lightroom Missing FAQ & Edit on the Go books.
Sorry, this is not a "Future Feature". It is an existing feature implemented badly.
Adobe are brilliant at developing new features, many of which we would never have imagined. But as far as customer care is concerned in this respect, they are poor.
We pay for service, in this case we are not getting it. A bug or a badly implemented feature should be high on the list of priorities for rectification.
A simple acknowledgement that this was an aspect of this feature that was badly implemented, and is scheduled for correction is all we ask for. Then we know that they are at least listening to their customers.
I also require batch processing... Either built in, either thanks to the SDK and a plugin, but we definitely should have a way to do that. This is quite limited right now.
I'v just tried the Shift key thing and yes the preview does not show up and I save about 1/3 the time. BUT if you are confident with the registration of your exposures and you uncheck "auto align" then it takes about 1/2 the time than if you go through the preview route! - I tested this with 5 frames off a Nikon d800 (36mp frames) on a MacBook Pro (late 2011)
I've been looking at examples of batch HDR functions using ExtendScript... it seems that some people have utilized other methods in Photoshop that produce different results.
I respect what this guy has done, however, if his script utilized Camera RAW's HDR merge, it would be what we all are asking Adobe to do:
I looked through ExtendScript documentation, and it seems there are ways to program automation with Camera RAW, but whether or not the HDR Merge function is accessible to scripting is undocumented and thus a mystery.
It just seems that the solution to this should be within reach, but that Adobe failed to create a way to access the batch feature ... and if they had allowed that, I'm sure that someone at Adobe who was intimately familiar with ExtendScript would have been able to program a batch HDR merge script in his sleep.
Hey Eric, I'm responding to this simply to pester you to keep your eyes on this thread 🙂 We're all losing hours of our lives using Camera RAW's amazing HDR capabilities without a batch function. When will the madness end?
I know this has been suggested already, but it would be great to have:
A WORKING HDR FUNCTION
With simple features like batch processing and a better use of system resources, come on, this is 6.4 and we still have to select bracket after bracket, LR becomes unresponsive when you try to do more than 12-16 processes at the same time, activity monitory shows that it makes little use of my 128 Gigs of ram or 12 available cores, neither does it make any use of the GPU when available. This should be addressed by now!
Put me down for requesting a batch capability for LR HDR function. This is pretty much useless for me without batch capability. Until this gets implemented, I am stuck using Photomatix -- a decent enough tool, but not a great one. Help us out, Adobe.
This is script for quasi batch HDR merging in Lr. It is written for AutoHotKey.
1. Install AutoHotKey 2. Save script in text file using .ahk extension 3. Edit script accordingly to number of images in HDR sets, number of HDR sets, power of your computer 4. Load script (run it as you start any application) 4. Go to image folder in Lightroom and make sure first photo is selected 5. Press SHIFT+H 6. Don't touch your computer till end of process - go for coffe, for a walk, sleep etc. 7. Be happier. 🙂
How to edit script? This one is for 6 sets 3 photos each. If sets have 4 images change each {right}{right} ocurrence with {right}{right}{right}.
sleep, 35000 - this command is for waiting till Lr end merging previous set. If you have faster computer, you can change 35000 (miliseconds) for 20000 (miliseconds) for example. Better to check this time in tests and add a couple seconds - Lr slows down when many sets in queue and can stuck.
If I start 15 HDR merges at around the same time, Lightroom uses more memory than my 16gb of RAM, and it ends up taking ~5 minutes. If I start 5 merges, it only takes 20 seconds.
Instead of queueing operations once it gets to capacity, Lightroom is trying to get more virtual memory and the PC ends up thrashing (constantly swapping RAM to disk). This is really slow (about 5 times slower on my machine).
It would be nice if Lightroom was aware of memory usage, or at least let you set a limit for concurrent jobs.
I have found the magic number for MacBook Pro with 16gb RAM i7 processor, to be about 12 concurrent jobs. Still seems to push through jobs quick enough...
If you search for "autohotkey on mac", you get a number of suggestions, starting with this thread: http://apple.stackexchange.com/questions/153930/autohotkey-equivalent-for-os-x. But I haven't tried any of them. You can also use Applescript to stuff keystrokes and mouse events, but I've done just enough of that to know it's very painful from Applescript.