Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last digit off at times #18

Open
Meowsod opened this issue Mar 4, 2023 · 2 comments
Open

Last digit off at times #18

Meowsod opened this issue Mar 4, 2023 · 2 comments

Comments

@Meowsod
Copy link

Meowsod commented Mar 4, 2023

For example here, the video is at 00:02:36.320 but the script copies it as 00:02:36.319:
image

@githubchan0
Copy link

githubchan0 commented Jul 19, 2023

For example here, the video is at 00:02:36.320 but the script copies it as 00:02:36.319: image

fixed it by changing local milliseconds = math.floor((remainder - seconds) * 1000) to local milliseconds = math.floor((remainder - seconds) * 1001) in line 63

copyTime.txt

@VoidVampire
Copy link

I had same issue, thanks @githubchan0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants