Search found 2 matches

by Welsh
Sun Mar 03, 2024 10:36 am
Forum: NConvert
Topic: Can't create ouput file when using -o option and relative path [Solved]
Replies: 2
Views: 3085

Re: Can't create ouput file when using -o option and relative path [NConvert 7.121]

Hi all

I was missing something...
My command line is :
nconvert -ratio -rtype lanczos -rflag decr -rflag orient -resize 1920 1200 %%~I -o "..\web\%%~I"

But nconvert command line should be
nconvert options file

So my command line is treated as if `-o "..\web\%%i"` should be 2 files to be ...
by Welsh
Sat Mar 02, 2024 5:06 pm
Forum: NConvert
Topic: Can't create ouput file when using -o option and relative path [Solved]
Replies: 2
Views: 3085

Can't create ouput file when using -o option and relative path [Solved]

Hi all

As I'm trying to use nconvert within a btach file under windows, I'm facing a problem using relative paths.
Here it is :

Initial directory structure

- originals
- family
- doe
file.jpg
- smith
- friends
- web


I just want to resize every file in the whole originals directory ...