Page 1 of 1

-xall sourcefile = resultfile

Posted: Fri Dec 19, 2008 12:43 pm
by scma_rg
Hi,

i'd like to use nconvert to extract multipage tif into single tif. The script is following:

nconvert -xall -c1 -o C:\outputfolder\??? *.tif

??? means that the sourcefile is date and time - for example:

20081216135012.tif

the resultfiles shout be

20081216135012-001.tif, 20081216135012-002.tif ...

What's the parameter for "???" to use the same filename for outputfilename as importfilename?

Thanks a lot.

Re: -xall sourcefile = resultfile

Posted: Fri Dec 19, 2008 4:25 pm
by xnview
%.tif

Posted: Fri Dec 19, 2008 5:41 pm
by scma_rg
Sorry, but it dosen't work or i've a wrong script:

nconvert -xall -c1 -o C:\outputfolder\%.tif *.tif

This script splitts the multitif into single, that't true, put the Outputfilename is:

%-0.tif; %-1.tif; %-2.tif ...

:?

Posted: Sat Dec 20, 2008 11:18 am
by xnview
And without -xall?