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

fromSeconds() when using "uneven frame rates"? #35

Open
seabasss opened this issue Dec 3, 2020 · 0 comments
Open

fromSeconds() when using "uneven frame rates"? #35

seabasss opened this issue Dec 3, 2020 · 0 comments

Comments

@seabasss
Copy link

seabasss commented Dec 3, 2020

Should I round up my frame rates when I use the fromSeconds() function?

SMPTE.fromSeconds(3600, 24, false) gives me the expected 01:00:00:00. However
SMPTE.fromSeconds(3600, 23.976, false) gives me 00:59:56:09.

I kinda understand why, but 3600 seconds, shouldn't that be 01:00:00:00 in any frame rate?

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

1 participant