Page 1 of 1

How to use the verbose info option

Posted: Fri Oct 15, 2010 3:20 pm
by zebulaon
Hi,
I would like to write in log file the nconvert traitement. It-s possible to use the verbose option?

During the traitement the DOS shows:
]
Lossless transformation of C:\phpwebgallery\DirWorkingFTP\\test\XXX.jpg : NOT NEEDED
Lossless transformation of C:\phpwebgallery\DirWorkingFTP\\test\XYZ.jpg : NOT NEEDED
Lossless transformation of C:\phpwebgallery\DirWorkingFTP\\test\ZZZ.jpg : OK


Iwould like to write these information in a log file?
I try this command line:

Code: Select all

"E:\Program Files\Batch_Optimisateur\composants\nconvert.exe" -out jpeg -keepfiledate -jpegtrans exif -o C:\phpwebgallery\DirWorkingFTP\\test\%.jpg C:\phpwebgallery\DirWorkingFTP\\test\*.jpg >> "C:\phpwebgallery\DirWorkingFTP\txt.txt" 
but only the nconvert presentation is written :
** NCONVERT v5.75 (c) 1991-2010 Pierre-E Gougelet (Sep 7 2010/11:24:20) **
Version for Windows NT/9x/2000/Xp/Vista/7 (All rights reserved)
** This is a freeware software (for non commercial use)


Thank's

Re: How to use the verbose info option

Posted: Sat Oct 16, 2010 11:33 am
by xnview
Do you have tried >&

Re: How to use the verbose info option

Posted: Sat Oct 16, 2010 1:22 pm
by zebulaon
Hi,
Sorry I don't understand, why do you mean by &?
xnview wrote:Do you have tried >&
I have try the only > redirection output, the same result except that the output isn't append...

Code: Select all

"E:\Program Files\Batch_Optimisateur\composants\nconvert.exe" -out jpeg -keepfiledate -jpegtrans exif -o C:\phpwebgallery\DirWorkingFTP\\test\%.jpg C:\phpwebgallery\DirWorkingFTP\\test\*.jpg > "C:\phpwebgallery\DirWorkingFTP\txt.txt"
Thank

Re: How to use the verbose info option

Posted: Mon Oct 18, 2010 11:46 am
by xnview
Sorry 1> not >&

Re: How to use the verbose info option

Posted: Tue Mar 31, 2020 10:32 am
by Krzysiek
The solution is posted in this thread:
viewtopic.php?f=57&t=15408