by cday (Posted Thu Dec 15, 2016 8:15 pm)
Please note that checking the NConvert help file on my return home, the -o term above should actually be -out :
... and the -o term actually defines options for the file name:
Anyway, it somehow solved the immediate issue even so...![Very Happy :D]()
Read Main Topic
benchmarkjoshw wrote:That worked beautifully. Thank you very much!
Please note that checking the NConvert help file on my return home, the -o term above should actually be -out :
- Code: Select all
-out format : Output format name
...
-q value : JPEG/FPX/WIC/PDF quality
... and the -o term actually defines options for the file name:
- Code: Select all
-o filename : Output filename
Use # to specify position of numeric enumerator
Use % to specify source filename
Use $ to specify full source pathname
Use $$ to specify source folder name
Use $EXIF:DateModified[date format] to specify EXIF date modified
Use $EXIF:DateTaken[date format] to specify EXIF date taken
Date format: Please check documentation of strftime
Anyway, it somehow solved the immediate issue even so...

Read Main Topic