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

Allow user to specify frames_is_timestamp for .avi files #142

Open
calebweinreb opened this issue Dec 3, 2021 · 0 comments
Open

Allow user to specify frames_is_timestamp for .avi files #142

calebweinreb opened this issue Dec 3, 2021 · 0 comments
Assignees

Comments

@calebweinreb
Copy link

Right now, when reading avi files, the default behavior is to assume that timestamps increment linearly throughout the whole movie. This is in contrast to .mkv files, where the timestamps are loaded explicitly and then read_frames is called with frames_is_timestamp=True.

There should also be an option to explicitly use the timestamps in avi files, similar to how it works for mkv files.

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