jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
362 stars 78 forks source link

Batch process #104

Closed Teddy2017 closed 6 years ago

Teddy2017 commented 7 years ago

Hi, I am not a programmer, and I need to use the batch process to make HDR . The option -a -B are not work. In theory, yes, will work, but in fact, no., Please, if do you know how to write the command line syntax for batch HDR, will appreciate.

Example: I put my .dnf (or .nef) files in the folder named "D:\test".

How must look like the command line to make HDR on 24 bits (each set of photos was made with 3 stops:-2/0/+2 EV).

Thank you, in advance!

(please test if works before add a comm)

Beep6581 commented 7 years ago

Works fine.

$ ls *.arw
test_1.arw  test_2.arw  test_3.arw
$ ~/programs/hdrmerge-master/hdrmerge --batch *.arw
Writing /tmp/test_1-3.dng, 16-bit, 6024x4024

Upload a bracketed set using https://filebin.net/ if you would like me to try with your files.

Teddy2017 commented 7 years ago

Ok, Thank you!

Please tell me: You put all .nef files into a folder - Example: D\test, and, then what command line do you type on cmd.exe?

Here is my photos: http://fastupload.rol.ro/32f3231082e1f02dde394abeac6b9a7e.html

https://filebin.net/ - run too slow...

Beep6581 commented 7 years ago

@Teddy2017 I can't unpack RAR files, and that website looks dodgy. It put your RAR files in a ZIP file and included spam. If you want me to take a look, please put the photos in a non-proprietary compressed format such as ZIP, 7-Zip, BZ2, etc., and upload using https://filebin.net/

Teddy2017 commented 7 years ago

https://filebin.net/jl09lrcnlb6jz3v2

Make a .bat file, that must be run in command line.

muntzstudios commented 5 years ago

@Beep6581 - For give my extremely basic question haha, but how in the world do you launch a batch processing action with HDRMerge? I open terminal and type what? I'm very new to this (command line stuff) but desperately want to be able to use this to batch out DNG Hdrs in a more efficient manner rather than creating them all in LR

Beep6581 commented 5 years ago

@muntzstudios navigate to the folder with your photos, then run hdrmerge with the --batch flag and your raw photo extension as an argument. For example, if your photos have a .dng extension:

cd /home/muntz/photos
hdrmerge --batch *.dng

I see you've cross-posted in the forum, so keep further user-support questions in the forum.

muntzstudios commented 5 years ago

Is there a way to make this automatic, with automator? Thanks so much for your help!

On Jul 23, 2019, at 11:06 AM, Beep6581 notifications@github.com wrote:

@muntzstudios https://github.com/muntzstudios navigate to the folder with your photos, then run hdrmerge with the --batch flag and your raw photo extension as an argument. For example, if your photos have a .dng extension:

cd /home/muntz/photos hdrmerge --batch *.dng — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jcelaya/hdrmerge/issues/104?email_source=notifications&email_token=AMUOJ2C6SRBKB3B64FXHTQTQA3CZPA5CNFSM4C65UZVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2SOHVI#issuecomment-514122709, or mute the thread https://github.com/notifications/unsubscribe-auth/AMUOJ2FYORVDPWR347HQEMTQA3CZPANCNFSM4C65UZVA.

muntzstudios commented 5 years ago

Hi Beep6581 - I’m trying to run this, but it’s saying no command found?

I dragged my folder into the terminal, so I get the exact location, then added the cd in front of it (with the space, as I see below) but can’t get the hdrmerge app to batch

Any suggestions?

On Jul 23, 2019, at 11:06 AM, Beep6581 notifications@github.com wrote:

@muntzstudios https://github.com/muntzstudios navigate to the folder with your photos, then run hdrmerge with the --batch flag and your raw photo extension as an argument. For example, if your photos have a .dng extension:

cd /home/muntz/photos hdrmerge --batch *.dng — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jcelaya/hdrmerge/issues/104?email_source=notifications&email_token=AMUOJ2C6SRBKB3B64FXHTQTQA3CZPA5CNFSM4C65UZVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2SOHVI#issuecomment-514122709, or mute the thread https://github.com/notifications/unsubscribe-auth/AMUOJ2FYORVDPWR347HQEMTQA3CZPANCNFSM4C65UZVA.

muntzstudios commented 5 years ago

I’ve managed to figure out how to run the batch functionality. All images are 2 stops apart from one and other and within a 5 bracket interval. The final result looks terrible, the images have a lot of pink color over certain parts of it. How can I fix this? Is it some sort of a settings issue?

On Jul 23, 2019, at 11:06 AM, Beep6581 notifications@github.com wrote:

@muntzstudios https://github.com/muntzstudios navigate to the folder with your photos, then run hdrmerge with the --batch flag and your raw photo extension as an argument. For example, if your photos have a .dng extension:

cd /home/muntz/photos hdrmerge --batch *.dng — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jcelaya/hdrmerge/issues/104?email_source=notifications&email_token=AMUOJ2C6SRBKB3B64FXHTQTQA3CZPA5CNFSM4C65UZVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2SOHVI#issuecomment-514122709, or mute the thread https://github.com/notifications/unsubscribe-auth/AMUOJ2FYORVDPWR347HQEMTQA3CZPANCNFSM4C65UZVA.

Beep6581 commented 5 years ago

As I wrote above, this is not the place for user support.

muntzstudios commented 5 years ago

Ok, how is someone supposed to get support or help with this?

On Jul 23, 2019, at 2:11 PM, Beep6581 notifications@github.com wrote:

As I wrote above, this is not the place for user support.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jcelaya/hdrmerge/issues/104?email_source=notifications&email_token=AMUOJ2DDEW7R2ZZYI6PC67DQA3YQJA5CNFSM4C65UZVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2S46ZI#issuecomment-514183013, or mute the thread https://github.com/notifications/unsubscribe-auth/AMUOJ2DC5USRLG7M56V6EXLQA3YQJANCNFSM4C65UZVA.

Beep6581 commented 5 years ago

@muntzstudios

I see you've cross-posted in the forum, so keep further user-support questions in the forum.