How to use the verbose info option

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

zebulaon
Posts: 3
Joined: Thu Oct 07, 2010 9:14 pm

How to use the verbose info option

Post 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
User avatar
xnview
Author of XnView
Posts: 45240
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: How to use the verbose info option

Post by xnview »

Do you have tried >&
Pierre.
zebulaon
Posts: 3
Joined: Thu Oct 07, 2010 9:14 pm

Re: How to use the verbose info option

Post 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
User avatar
xnview
Author of XnView
Posts: 45240
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: How to use the verbose info option

Post by xnview »

Sorry 1> not >&
Pierre.
Krzysiek
Posts: 2
Joined: Mon Mar 30, 2020 11:02 pm

Re: How to use the verbose info option

Post by Krzysiek »

The solution is posted in this thread:
viewtopic.php?f=57&t=15408