|
Hi Phil, I am back again as I resolved the step in the previous post. Guess I should read the manual a bit more carefully. The solution is:
exiftool -tagsfromfile source.tif -gps:all -exif:DateTimeOriginal destination.tif
As there are hundreds such files I am seeking assistance in order to allow batch-processing (DOS-Batch or a VBscript to use in iView-Media-Pro). Batch-processing could either be a command starting at the destination-folder reading from the source.tifs and/or a command-set processing all destination.tifs in all '..\..\PTGUI' folders only.
- the source and destination files are in neighbouring folders.
- the source is allways one level up from the destination eg. '..\..\converted\source.tif' ..\..\converted\PTGUI\destination.tif
- source is allways named 'IMG<number>.tif' eg. IMG00045.tif
- destination is allways named '<numberstart-numberend>.tif' eg. 00045-0065.tif
- source could be anywhere in between <numberstart-numberend>
so I will have to create some loop and also add (or strip) the 'IMG' string somewhere while processing.
Could you (or anyone else reading this post) provide a suggestion for such a batch process?
Looking forward to receiving your reply. Kind regards, Hans.
|