I found and fixed a couple of bugs in the param file parsing, if you use more than one shell command in the INPUT section, e.g.:
INPUT `ls first/*.mpg` `ls second/*.mpg` END_INPUTThe bugs cause crashes and incorrect calling of commands when a shorter one follows a longer one.
Here's my short patch to param.c