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

Warn user of concerning source video properties #2

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

Warn user of concerning source video properties #2

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

Comments

@ghost
Copy link

ghost commented Oct 29, 2020

In certain contexts, it would be useful for the user to be informed if the source video is problematic in some respect. For example:

  • If the audio bitrate of the source is below a given threshold, maybe < 128 kbps, log this to the user.
  • If the source uses an odd frame rate, log this to the user.
  • If the source uses packed b-frames, warn the user.

I believe this necessitates an extensible framework for which we can add tests in the future.

@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