nconvert ignores the first file / processing directory

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

asi

nconvert ignores the first file / processing directory

Post by asi »

Hi,
I´m processing multiple Files with this nconvert command:

nconvert.exe
-o c:\tmp\mini_%.jpg -out jpeg -ratio -resize 100 d:\atest\*.jpg

I detected, that the first file in the source-directory (d:\atest) is not processed by nconvert if the directory contains more than one file.

If the directory contains only one File, nconvert processes this file.
Guest

Re: nconvert ignores the first file / processing directory

Post by Guest »

asi wrote:Hi,
I´m processing multiple Files with this nconvert command:

nconvert.exe
-o c:\tmp\mini_%.jpg -out jpeg -ratio -resize 100 d:\atest\*.jpg

I detected, that the first file in the source-directory (d:\atest) is not processed by nconvert if the directory contains more than one file.

If the directory contains only one File, nconvert processes this file.
Sorry, I forgot Operating System W2k; Newest NCONVERT version.
Jerry Riggens

First File

Post by Jerry Riggens »

If one of the ncovert gurus can't help, you can always
wrap the command with a shell/batch file that automatically
generates a bogus file for nconvert to ignore.

- jr