Quantcast
Channel: XnView Software
Viewing all articles
Browse latest Browse all 4990

Integrating NConvert with Powershell

$
0
0
by cday (Posted Thu Dec 15, 2016 8:15 pm)
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... :D

Read Main Topic

Viewing all articles
Browse latest Browse all 4990

Trending Articles