|
You ask if the user-defined tags are worth trying. If you can
reduce your processing from 3 to 1 steps, then it will go
three times faster. And with 63k files to process, this could
make it worth while.
With the user-defined tags in place, all steps are combined
together with the following argfile:
# EXIFTool ArgFile (windows standalone version 7.06
# Uasge:
# F:\Photos\1980_01_01>exiftool -@ bv_FIXALL.arg -common_args img_0008.jpg
#
-P
-DateTime2>IPTC:DateCreated
-CopyrightNotice<(c) ${Year} by Brooks Vaughn. All rights reserved.
-Owner=Brooks Vaughn
-Artist=Brooks Vaughn
-Comment=email BrooksVaughn@hotmail.com for information, usage, and licensing. All unauthorized usa
+ge is strictly forbidden.
-d
Q:/Photos/%Y_%m_%d/%Y-%m%d-%H%M%S
-filename<${DateTimeOriginal}_${filenumber}%.8f%-2c.%ue
- Phil
|