Am 14.03.21 um 20:02 schrieb Harry van der Wolf:
Hi,

Thanks for the tip, but that does not really help.

I had??mv "${PTO}.pv.1.fused.${SUFFIX}" "${OUTPUT}" in the script.

When I use the --snaphot_prefix="${PREFIX}", I get an image like ${PREFIX}1.fused.${SUFFIX}.

The "1.fused" does not really help in this case as I will now get "${PREFIX}1.fused.${SUFFIX}" and I still need to do the renaming. Or accept the "1.fused" and do some "magic" with name shuffling in my exiftool command, because??it is not the name I specified.

Okay, you got me there - I forgot about the number.

I am so stubborn that if I choose an output name, I also want that exact output name. ;)

Feel free! If that's the only problem, I'm happy.

I usually work with folders. My workflow is like this:

- initially, all images are in one folder

- I run a script detecting brackets, which puts each bracket in a separate folder, named sth. like IMG_0001_IMG_0003. If you're interested, I'll share the script.

- next I run the pto-generating script in each of these folders, producing a PTO named bracket.pto in each folder.

- Now I run pv:

  pv [all kinds of args] IMG_????_IMG_????/bracket.pto

- finally, a quick loop:

  for d in IMG_????_IMG_????
    do
    mv $d/*.fused.exr $d.exr
    done

- now I have one exr per bracket 'back' in the 'main' folder, ready for the next step (like, stitch the fused images) and I have the PTOs in the separate folders for future reference: merge to HDR, take out bits, retouch... and I can also do a slideshow with the unbracketed images mixed with the fused brackets:

  ls *.JPG *.exr | sort | /path/to/pv -d5 -

Kay

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/19955dde-73ff-4d2e-4984-cc26804ea187%40yahoo.com.

Reply via email to