Page 1 of 1

Difference between Batch convert UI and nconvert

Posted: Thu Oct 05, 2006 3:04 pm
by Porcupine
Hi all.

I'm trying to use nconvert without the XnView UI.
I'm setting some parameters in XnView Batch convert. I export then all as a bacth file.
When I execute the XnView UI and the exported batch, I don't have the same result.

I think the problem concern the resize function with the -rflag orient option, because my original image is 1932x2576 (vertical) and I want it to be 600x800, which I have when I use XnView UI. But with nconvert I got a 450x600 image as a result.

In the dialog box "Batch convert" I have checked "Switch Width and Height to follow orientation".

Any idea ?

PS : excuse my english, I'm french and not very good.

Posted: Thu Oct 05, 2006 8:19 pm
by marsh
"-ratio -rtype linear -rflag orient -resize 600 800" worked for me with latest versions.
"-ratio -rtype linear -rflag orient -resize 800 800" also worked for me.
You might want to look at nconvert forum here for similar reports:
http://newsgroup.xnview.com/viewtopic.php?t=5534

solved

Posted: Fri Oct 06, 2006 4:55 pm
by Porcupine
Ok the solution given in this post
http://newsgroup.xnview.com/viewtopic.php?t=5534
do exactly what i want ! :)

-resize 800 800

I post here for reference.

Thanks a lot ! :D

Posted: Fri Oct 06, 2006 7:24 pm
by marsh
You're welcome. :)