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 ...
Search found 2 matches
- 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
- 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 ...
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 ...