Replies: 1 comment 1 reply
-
This is the answer: Any idea how to get around this to get the exact duration? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After running the following code:
I am getting the following output:
[{'text': 'why did it all turn out like this for me',
'start': 0.32,
'duration': 5.439},
{'text': 'i had so much promise', 'start': 2.879, 'duration': 5.441},
{'text': 'i was personable i was bright', 'start': 5.759, 'duration': 3.361},
{'text': 'oh', 'start': 8.32, 'duration': 4.08} ....
What does the duration mean in the output? For the first one it can't be 5.4 seconds because it is too long and conflicts with the next one. It can't be 5.4 milliseconds either because it is too short. Watching the video and also based on the output, the first duration should be like 2 seconds. I'll appreciate if anybody can help me that.
Beta Was this translation helpful? Give feedback.
All reactions