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

Verify position of first video frame #1

Open
ghost opened this issue Oct 29, 2020 · 0 comments
Open

Verify position of first video frame #1

ghost opened this issue Oct 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Oct 29, 2020

It is possible for a WebM to pass verification but contain a trimming defect that causes video frame data to be dropped. The effect is a "freezing" of the first frame from the start position to the first valid video frame while the audio plays back successfully.

Example: https://i.fiery.me/H6Nlc.webm

We should video read frame data, or at least retrieve the first video frame, in order to detect these issues. It is possible that we will have false positives depending on the position that we choose to flag this, so this test should be documented as such.

@ghost ghost added the enhancement New feature or request label Oct 29, 2020
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

0 participants