Closed lieselvink closed 6 years ago
I was able to reproduce this, and got this error message:
Traceback (most recent call last):
File "extractClipGetInfo.py", line 109, in <module>
length = getLength()
File "extractClipGetInfo.py", line 28, in getLength
seconds = int(input("Enter the seconds of the duration: "))
ValueError: invalid literal for int() with base 10: '3.5'
Need to turn the int() function on line 28 into float() but account for modulo in line 83.
Describe the bug The use of half seconds for a duration time isn't working.
To reproduce Steps to reproduce the behavior:
Expected behavior I was under the impression that entering in the half second could be useful when creating clips. I would simply enter in".5" after the seconds and it would count another half a second for the clip.
Error message or screenshots Unfortunately the script closes before I have time to take a screen shot.
Impact on your work I can definitely work around this for now but would definitely be a great tool moving forward.
Additional context Add any other context about the problem here.