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

Fix vmaf flag check with target-quality #823

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

luigi311
Copy link
Contributor

Fixes issue where vmaf plot was always ran if target-quality was set, this does not allow you to run vmaf plot without target-quality as it seems like vmaf plot was designed around target-quality at some point so --vmaf without --target-quality will do nothing. Decoupling the two seems like it will be a lot of work so I am adding this for now as it atleast closes #790 and the decoupling can happen later

Fixes issue where final vmaf was always ran if target-quality was set, this does not allow you to run vmaf without target-quality
@master-of-zen
Copy link
Owner

👍🏽

@master-of-zen master-of-zen merged commit e69826f into master-of-zen:master Apr 23, 2024
5 checks passed
@luigi311 luigi311 deleted the fix_vmaf branch April 23, 2024 01:56
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.

Using --target-quality forces --vmaf
2 participants