Page 1 of 1

nconvert ignores the first file / processing directory

Posted: Thu Dec 14, 2006 9:19 am
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.

Re: nconvert ignores the first file / processing directory

Posted: Thu Dec 14, 2006 9:31 pm
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.

First File

Posted: Sat Dec 16, 2006 6:57 pm
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