Closed JagjitBhatia closed 1 year ago
Please upgrade to v2.1.1
with pip3 install better-ffmpeg-progress --upgrade
and let me know if you ever run into this issue. For now, I will close this issue.
TypeError
caused by this code.22.3x
or N/A
, and speed_str will be 22.3
or N/
(line 102)bool(speed_str != "0" and "N/A" not in speed_str) == True
(line 104)float("N/")
will raise TypeError()
(line 105)
Get an error: [Error] could not convert string to float: 'N/' every time I try to run it. Might be due to a different FFMPEG version.
PR for fix: #11