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

Video read fix #8

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Video read fix #8

merged 3 commits into from
Jul 23, 2024

Conversation

prouast
Copy link
Contributor

@prouast prouast commented Jul 23, 2024

  • When reading videos with issues that return unexpected number of frames, automatically pad or trim the result
  • If video read is not possible without missing many frames, raise error
  • Support both global and non-global video parsing
  • Check videos for issues before parsing
  • Check if parsed videos will fit in memory if globally parsing
  • Check if face movement is an issue for global parsing
  • Choose whether to parse globally based on the above factors

prouast added 3 commits July 23, 2024 09:26
…bustness for videos with issues which result in unexpected number of frames; Allow overwrite of global parse setting; Return more informative errors
@prouast prouast merged commit 988c041 into main Jul 23, 2024
12 checks passed
@prouast prouast deleted the video-read-fix branch July 23, 2024 13:09
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

Successfully merging this pull request may close these issues.

1 participant