Page 1 of 1

Converting multiple files, no results

Posted: Tue Aug 03, 2004 1:35 pm
by Heywood
Hi, i am stuck...

The NConvert batch file is here:

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o Z:\converted_pictures\ -dpi -ratio -rtype linear -resize 180 0 -grey 256 Z:\new_pictures\*.*

and the result is "Error: cant create file (Z:\converted_pictures\)

Where is the problem?

Re: Converting multiple files, no results

Posted: Tue Aug 03, 2004 3:05 pm
by xnview
Heywood wrote:Hi, i am stuck...

The NConvert batch file is here:

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o Z:\converted_pictures\ -dpi -ratio -rtype linear -resize 180 0 -grey 256 Z:\new_pictures\*.*

and the result is "Error: cant create file (Z:\converted_pictures\)

Where is the problem?
Try :
nconvert -out tiff -o Z:\converted_pictures\# -dpi -ratio -rtype linear -resize 180 0 -grey 256 Z:\new_pictures\*.*
Pierre

almost good

Posted: Wed Aug 04, 2004 8:30 am
by Heywood
instead # i placed %%.tif
and to get all files from source folder for convertion i replaced *.* with *%.*%
and ... the -ratio is a bug.

Thanks.