ffmpeg_split
ffmpeg_split copied to clipboard
[Feature suggestion] add option to replace whitespace and "weird" characters by underscore.
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!