-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
| return string.format("%02d:%02d:%02.03f", hours, minutes, seconds) |
If these characters are not changed the FFmpeg command will not work in Windows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels