JPEGTRANS does not use -keepfiledate
Posted: Wed Aug 11, 2021 1:08 pm
I have this command-line
In common, it works as expected. But in this case I get the CMD-message:
The problem is: is doesn't only skis the jpegtrans, it also skips the -keepfiledate. And so I get a file with current date instead of original date ...
And my following nconvert-calls have to work with current date ..
What to do?
Code: Select all
"D:\Program Files\nconvert.exe" -keepfiledate -jpegtrans exif -o "D:\xxx\Fotos\backup\459.jpg" "D:\xxx\Fotos\backup\P1000459.JPG"
Code: Select all
** NCONVERT v7.70 (c) 1991-2019 Pierre-E Gougelet (Feb 1 2021/10:49:07) **
Version for Windows NT/9x/2000/Xp/Vista/7 (All rights reserved)
** This is freeware software (for non-commercial use)
Lossless transformation of D:\xxx\Fotos\backup\P1000459.JPG : NOT NEEDED
And my following nconvert-calls have to work with current date ..
What to do?