You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optional arguments:
# [...]
-s START_TIME, --start-time START_TIME
Start timestamp, as [-][HH:]MM:SS[.m...] or
[-]S+[.m...]
-e END_TIME, --end-time END_TIME
End timestamp, as [-][HH:]MM:SS[.m...] or
[-]S+[.m...]. Overridden by -d
-d DURATION, --duration DURATION
Duration, as [-][HH:]MM:SS[.m...] or [-]S+[.m...].
Overrides -e
but if you actually try to use any of these options with a time that contains HH:MM or MM an error gets thrown:
So running
giffify.py -h
returns:optional arguments: # [...] -s START_TIME, --start-time START_TIME Start timestamp, as [-][HH:]MM:SS[.m...] or [-]S+[.m...] -e END_TIME, --end-time END_TIME End timestamp, as [-][HH:]MM:SS[.m...] or [-]S+[.m...]. Overridden by -d -d DURATION, --duration DURATION Duration, as [-][HH:]MM:SS[.m...] or [-]S+[.m...]. Overrides -e
but if you actually try to use any of these options with a time that contains HH:MM or MM an error gets thrown:
This happens both if you use
HH:MM:SS
andMM:SS
and happens for start time, end time and duration.It works fine if you pass just the seconds
The text was updated successfully, but these errors were encountered: