Looking for the right parameters concerning jpeg output

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

Moderators: helmut, XnTriq, xnview

Post Reply
mmaier
Posts: 10
Joined: Wed May 20, 2009 3:07 pm

Looking for the right parameters concerning jpeg output

Post by mmaier »

Actually we test nConvert as a tool in order to normalize incoming photos before importing the photos into a database system. Our aim is to convert all photos to a standard jpeg-format (baseline) but we want to preserve best the quality of photos which are already in jpeg-format. Also we want to preserve all IPTC and Exif-Info of the photos. What parameters are recommended concerning this requirements? Now our command line looks like this. It is based on an exported batch of XnView. We are not quite sure, whether this parameters lead to the mentioned requirements above:

"C:\Programme\nconvert\nconvert" -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o \\...\redaktionsbilder-pc\%%.jpg %WF_FILE%

Thanks for all hints in advance
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Looking for the right parameters concerning jpeg output

Post by xnview »

mmaier wrote:

Code: Select all

"C:\Programme\nconvert\nconvert" -out jpeg -o \\...\redaktionsbilder-pc\%%.jpg %WF_FILE%
please add -q for the ouput quality
Pierre.
Post Reply