Time stamp has invalid characters in Windows
ScribbleGhost opened this issue · 2 comments
ScribbleGhost commented
In a Windows environment, the following characters cannot be used in a file or folder name:
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
Microsoft Docs
So the colons in the date/time stamp should be changed to something more OS-agnostic. Perhaps hyphens.
Line 30 in d09c112
If these characters are not changed the FFmpeg command will not work in Windows.
b1scoito commented
Are you able to pull request that fix?
ScribbleGhost commented
Oh uhm..., I have no idea how to do that 😂