Replies: 3 comments
-
|
You're on windows? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Can you try to to exchange the line(s)
and try again? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'll give it a try
…On Sat, Feb 12, 2022, 12:21 DarkTrick ***@***.***> wrote:
Can you try to to exchange the line(s)
time_list.append (float(words[i+1]))
with this: time_list.append (float(words[i+1].replace("\r",""))
and try again?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2QNA2TUMFP4UVTZXS75RTU2Y7DVANCNFSM5OGTBQHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
<DarkTrick/python-video-silence-cutter/repo-discussions/3/comments/2162843
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "E:\999. OBS Recordings\silence_cutter.py", line 163, in
main()
File "E:\999. OBS Recordings\silence_cutter.py", line 159, in main
cut_silences (infile, outfile, dB)
File "E:\999. OBS Recordings\silence_cutter.py", line 99, in cut_silences
silences = findSilences (infile,dB)
File "E:\999. OBS Recordings\silence_cutter.py", line 25, in findSilences
time_list.append (float(words[i+1]))
ValueError: could not convert string to float: '3.60106\r'
any clues?
Beta Was this translation helpful? Give feedback.
All reactions