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

Support dropped/cropped/blank frames #42

Open
nosheen-adil opened this issue Jan 16, 2024 · 0 comments
Open

Support dropped/cropped/blank frames #42

nosheen-adil opened this issue Jan 16, 2024 · 0 comments
Assignees

Comments

@nosheen-adil
Copy link
Contributor

isxd movies can have invalid frames of the following type: dropped, cropped, blank.

They are not stored on disk, the only indication of them is in the json metadata. Currently this api breaks when trying to access the last frame of a movie with dropped frames because it's not correctly recalculating the "true" frame index on disk.

We need to update the Timing class to have these properties and update the read/write functions to support these invalid frames.

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

2 participants