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

frame calculation when 00:00:00:00 #8

Open
siongwai opened this issue Jan 19, 2024 · 2 comments
Open

frame calculation when 00:00:00:00 #8

siongwai opened this issue Jan 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@siongwai
Copy link

Hi,

I am comparing with another library (Timecode) on frame calculation.

I am using 00:00:00:00 as my starting timecode, then I return the total frame count.

dftt_Timecode is return 0 frame while Timecode is return as 1 frame

I think 00:00:00:00 is consider as 1 frame, but I am not very sure as I am new to video timecode world.

image

@OwenYou
Copy link
Owner

OwenYou commented Jan 19, 2024

Hi,

Currently the DfttTimecode class is more like a 'pointer' to a certain moment of time, but not representing a period of time. So 'framecount' here actually means 'the cursor is at the xx frame on a timeline'.

Maybe you're finding a function which returns the frames included in a period of time. Or a cursor that occupies a certain width on a timeline.

This feature is on the roadmap of this library, named 'timerange'. I am currently working on it.

Best regards.

@siongwai
Copy link
Author

Thank you for your explanation.

@OwenYou OwenYou added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants