Page 1 of 1
nconvert and unc-paths?
Posted: Wed Jan 13, 2010 11:41 am
by dervonnebenan
hi,
the following comandline produced an error. can you help me?
comandline: nconvert -out jpeg -ratio - rtype - lanczos -rflag orient -resize 107 0 -o "\\Daten\Fotos\ohne stempel\thumbnail_images\temp\%%.jpg" "\\Daten\Fotos\ohne stempel\temp\*.jpg"
errormessage: Error: Can't open file <\\Daten\Fotos\ohne stempel\temp\*.jpg>
thanks
chris
Re: nconvert and unc-paths?
Posted: Wed Jan 13, 2010 1:12 pm
by xnview
use \\Daten\Fotos\ohne stempel\temp\*.jpg without "
Re: nconvert and unc-paths?
Posted: Wed Jan 13, 2010 2:31 pm
by dervonnebenan
xnview wrote:use \\Daten\Fotos\ohne stempel\temp\*.jpg without "
but the path contains spaces an without " the script produced some error to, because the path ends at ...\ohne
Re: nconvert and unc-paths?
Posted: Wed Jan 13, 2010 5:35 pm
by xnview
* will not be used in ""
And "\\Daten\Fotos\ohne stempel\temp\"*.jpg
Re: nconvert and unc-paths?
Posted: Thu Jan 14, 2010 9:17 am
by dervonnebenan
xnview wrote:* will not be used in ""
And "\\Daten\Fotos\ohne stempel\temp\"*.jpg
sorry, but this creates the following error:
Error: Can't open file <\\Daten\Fotos\ohne stempel\temp\"*.jpg>
Re: nconvert and unc-paths?
Posted: Thu Jan 14, 2010 4:13 pm
by xnview
And
"\\Daten\Fotos\ohne stempel"\temp\*.jpg?
Re: nconvert and unc-paths?
Posted: Fri Jan 15, 2010 11:52 am
by dervonnebenan
xnview wrote:And
"\\Daten\Fotos\ohne stempel"\temp\*.jpg?
Even so, it does not work ...
Thanks anyway for your input Pierre.
Here is my practical knowledge: NCONVERT working at this point with no path at all, but only for files with a wildcard.
I must therefore go into the directory containing the images and start NCONVERT only with *.jpg. Then it works.
Thank you Pierre for your help.