Currently, whitespaces are used in the output file name. This results in file names not so suitable for command line usage.
I hereby suggest to add two options that
- replaces all "weird" characters (but not whitespace) by underscore,
- replaces all whitespace by underscore.
Regards!