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

Doesn't work for Resolve timeline starting with an hour #1

Open
ecnelson opened this issue Dec 13, 2024 · 0 comments
Open

Doesn't work for Resolve timeline starting with an hour #1

ecnelson opened this issue Dec 13, 2024 · 0 comments

Comments

@ecnelson
Copy link

I have a Resolve NDF timeline with start timecode of '01:00:00:00' with frame rate 29.97
I wish to export a series of frames indicated by (blue) timeline markers

The first marker is at 01:01:10:03
timeline.GetMarkers() reports this marker at frame 2103

s.fps = 29.97
s.df = False
s.getframes('01:00:00:00') → 107892
s.gettc(107892 + 2103) → '01:01:10:05'

It's off by two frames.

If I instead do:
'01' + s.gettc(2103)[2:] → '01:01:10:03
which is correct.

So there's something about going beyond an hour that's an issue.

That said, this may actually be a Resolve issue… as timeline.GetStartFrame() → 108000 which is incorrect for a 29.97 frame rate. In any case, I'd like this to "just work"

@ecnelson ecnelson changed the title Doesn't work for Resolve timeline starting with and hour Doesn't work for Resolve timeline starting with an hour Dec 13, 2024
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