My working syntax to load all files in filelist.txt with my XNconvert (1.95) is :
Code: Select all
xnconvert.exe @filelist "filelist.txt"
XNconvert load all images, but does'nt start conversion.
To start conversion needed to press "
convert" button. Currently I'm using little autoit script to detect window and send the "start" command (Alt+C "!c" in autoit send() syntax).
Best would be an autostart option.
To get rid from closing bell, setting system audio notification to zero.
So, about your suggestion, in my XConvert this syntax
Code: Select all
d:\scoop\apps\xnconvert\current\xnconvert.exe -filelist "filelist.txt"
load only first file in list.
Hint: With thousand of file to
convert, XNconvert in multithread mode is the fastest solution found to
convert images in webp with my selected parameters.