Page 1 of 1
nconvert v4.95:problems with param -L?(Use file as filelist)
Posted: Thu Mar 27, 2008 2:17 pm
by tom*de
the parameter -L doesn't work in my version 4.92
Code: Select all
NConvert.exe -jpegtrans "rot90" -L liste.txt
NConvert.exe -keepfiledate -resize 220 220 -ratio -out jpeg -o "C:\test\%.jpg" -L "c:\test\liste.txt"
and no info or error will appear.
further details:
NConvert.exe -L
=> no info
NConvert.exe ... -L test
=> only version info (if file "test" exists or not)
NConvert.exe ... -L
=> "Argument missing"
Any idea?
thanks, Tom
Posted: Fri Mar 28, 2008 11:48 pm
by tom*de
No answer about v.4.92? Hmm, I just restored my older version 4.79, after all the option -L works...
Code: Select all
nconvert_v4.79.exe -jpegtrans rot90 -L "c:\Bilder\TEST.LST"
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:27:55) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Lossless transformation of c:\Bilder\TEST.JPG : OK
Error: Don't know how to read this picture (c:\Bilder\TEST.LST)
... although ends with error ... about the listfile

Posted: Sat Mar 29, 2008 1:33 pm
by Cinemaizer
Use the new syntax with 4.92. This way more flexible, powerful and usable:
http://newsgroup.xnview.com/viewtopic.php?t=13755
Posted: Sat Mar 29, 2008 3:30 pm
by tom*de
Use the new syntax with 4.92.
Interesing thing, such a script file. But I'would like to work with filelist, too. Option -L
My total commander's "xnview button" creates a filelist (i.g."C:\TEMP\CMD5BB.tmp") from the marked files.
This file will be used by xnviews option -L But this option doesn't work in v4.92

Posted: Tue Apr 15, 2008 9:40 am
by xnview
I've tried:
nconvert.exe -keepfiledate -resize 220 220 -ratio -out jpeg -o -L c:\liste.txt
and all works...
What do you have when executing this command line?
Posted: Wed Apr 16, 2008 7:59 am
by tom*de
c:\Programme\Foto\XnView\_TEST.CMD
Code: Select all
c:\Programme\Foto\XnView\nconvert_v4.92.exe -jpegtrans rot90 -L "c:\Programme\Foto\XnView\_TEST.LST"
pause
c:\Programme\Foto\XnView\nconvert_v4.92.exe -keepfiledate -ratio -resize 220 220 -out jpeg -o "C:\tmp\%%.jpg" -L "c:\Programme\Foto\XnView\_TEST.LST"
pause
c:\Programme\Foto\XnView\nconvert_v4.79.exe -jpegtrans rot90 -L "c:\Programme\Foto\XnView\_TEST.LST"
pause
c:\Programme\Foto\XnView\nconvert_v4.79.exe -keepfiledate -ratio -resize 220 220 -out jpeg -o "C:\tmp\%%.jpg" -L "c:\Programme\Foto\XnView\_TEST.LST"
pause
c:\Programme\Foto\XnView\_TEST.LST
Code: Select all
c:\Programme\Foto\XnView\IMG_0969_4.JPG
c:\Programme\Foto\XnView\IMG_0967_2.JPG
c:\Programme\Foto\XnView\IMG_0968_3.JPG
In the case of nconvert_v4.92.exe nothing happens. Same parameter with nconvert_v4.79.exe got an error, but it works...
C:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.92.exe -jpegtrans
rot90 -L "c:\Programme\Foto\XnView\_TEST.LST"
** NCONVERT v4.92 (c) 1991-2008 Pierre-E Gougelet (Mar 26 2008/10:18:23) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
C:\Programme\Foto\XnView>pause
Drücken Sie eine beliebige Taste . . .
C:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.92.exe -keepfileda
te -ratio -resize 220 220 -out jpeg -o "C:\tmp\%.jpg" -L "c:\Programme\Foto\XnVi
ew\_TEST.LST"
** NCONVERT v4.92 (c) 1991-2008 Pierre-E Gougelet (Mar 26 2008/10:18:23) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
C:\Programme\Foto\XnView>pause
Drücken Sie eine beliebige Taste . . .
C:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.79.exe -jpegtrans
rot90 -L "c:\Programme\Foto\XnView\_TEST.LST"
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:27:55) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Lossless transformation of c:\Programme\Foto\XnView\IMG_0969_4.JPG : OK
Lossless transformation of c:\Programme\Foto\XnView\IMG_0967_2.JPG : OK
Lossless transformation of c:\Programme\Foto\XnView\IMG_0968_3.JPG : OK
Error: Don't know how to read this picture (c:\Programme\Foto\XnView\_TEST.LST)
C:\Programme\Foto\XnView>pause
Drücken Sie eine beliebige Taste . . .
C:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.79.exe -keepfileda
te -ratio -resize 220 220 -out jpeg -o "C:\tmp\%.jpg" -L "c:\Programme\Foto\XnVi
ew\_TEST.LST"
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:27:55) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Conversion of c:\Programme\Foto\XnView\IMG_0969_4.JPG into C:\tmp\IMG_0969_4.jpg
OK
Conversion of c:\Programme\Foto\XnView\IMG_0967_2.JPG into C:\tmp\IMG_0967_2.jpg
OK
Conversion of c:\Programme\Foto\XnView\IMG_0968_3.JPG into C:\tmp\IMG_0968_3.jpg
OK
Error: Don't know how to read this picture (c:\Programme\Foto\XnView\_TEST.LST)
Posted: Wed Apr 16, 2008 1:48 pm
by xnview
ok, will be fixed in next release (with 1.93.5)
Posted: Thu Apr 17, 2008 9:27 am
by tom*de
Thank you for your commitment, and the great tool...
v4.95 parameter -L still again
Posted: Tue May 27, 2008 2:02 pm
by tom*de
Testet with v4.95 - an got the same problem like v4.92.
the commands:
Code: Select all
c:\Programme\Foto\XnView\nconvert_v4.95.exe -jpegtrans rot90 -l "c:\Programme\Foto\XnView\_TEST.LST"
pause
c:\Programme\Foto\XnView\nconvert_v4.95.exe -keepfiledate -ratio -resize 220 220 -out jpeg -o "C:\tmp\%%.jpg" -l "c:\Programme\Foto\XnView\_TEST.LST"
pause
will return:
Code: Select all
c:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.95.exe -jpegtrans
rot90 -L "c:\Programme\Foto\XnView\_TEST.LST"
** NCONVERT v4.95 (c) 1991-2008 Pierre-E Gougelet (May 1 2008/17:48:32) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
c:\Programme\Foto\XnView>pause
Drücken Sie eine beliebige Taste . . .
c:\Programme\Foto\XnView>c:\Programme\Foto\XnView\nconvert_v4.95.exe -keepfileda
te -ratio -resize 220 220 -out jpeg -o "C:\tmp\%.jpg" -L "c:\Programme\Foto\XnVi
ew\_TEST.LST"
** NCONVERT v4.95 (c) 1991-2008 Pierre-E Gougelet (May 1 2008/17:48:32) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
...no conversion/action will happens. It seems that the filelist is ignored.
Only, if I replace the commands with nconvert v4.79 - it works, like described above. Any idea?
Posted: Tue Jun 24, 2008 8:49 am
by tom*de
any feedback available? Thanks Tom
Posted: Tue Jun 24, 2008 8:55 am
by xnview
Do you have tried the 4.98?
Posted: Tue Jun 24, 2008 9:49 am
by tom*de
Yes, parameter -L works fine in Version 4.98. Thanks a lot.