A simple request (option) for XnViewMP linux versions (and maybe windows too?) to have the ability to Parallelize via a tool like "ladon" to be able to use all CPUs (scripts are 4 more faster with a quad core here) to execute the XnviewMP scripts of BatchConvert (not only into one core).
I don't know if it is possible ?
PS: Ladon, or, GNU parallel, or as a substitute for xargs or cat | bash.
ex: Ladon
https://github.com/danielgtaylor/ladon#readme
# For example, I already use ladon with an other tool for .jpg - Re-compress JPEGs - Given the same visual perceived quality for a given image.
https://github.com/gunta/image-recompress
ex:
Code: Select all
ladon "Photos/**/*.jpg" -- jpeg-recompress DIRNAME/BASENAME.EXT DIRNAME/BASENAME_jpeg-recompress_001.EXT