Output Filename partialy saved if it contains dot(s)
Posted: Sun Dec 10, 2017 4:38 pm
When a filename contains one ore more dots, then everything that follows the first dot is lost in the output filename as it is saved be default.
In an example, a file with the source filename:
My.Name.Is.File.ts
the output file is (by default) saved as:
My.[0].ts
Instead of taking the first dot in the filename to determine where the extension begins, it would be better to take the last dot.
In this case the default output filename would be saved as:
My.Name.Is.File.[0].ts
In an example, a file with the source filename:
My.Name.Is.File.ts
the output file is (by default) saved as:
My.[0].ts
Instead of taking the first dot in the filename to determine where the extension begins, it would be better to take the last dot.
In this case the default output filename would be saved as:
My.Name.Is.File.[0].ts