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 parsing of output with -psnr on and add 640k audio bitrate #287

Merged
merged 3 commits into from
Jan 20, 2022

Conversation

ObviousInRetrospect
Copy link
Contributor

@ObviousInRetrospect ObviousInRetrospect commented Jan 20, 2022

-psnr causes output of PSNR=Y:nan U:nan V:nan *:nan which breaks the current parser. Treat the = split differently.

Also 640k is a very standard and well supported audio bitrate. It is the max for AC3 and is a required bitrate for bluray. Add it and simplify the channels not specified case (the old list was the same increment as channels=2).

-psnr causes output of PSNR=Y:nan U:nan V:nan *:nan which breaks the current parser. Treat the = split differently.

Also 640k is a very standard and well supported bitrate. It is the max for AC3 and is a required bitrate for bluray. Add it and simplify the  channels not specified case (the old list was the same as channels=2).
@cdgriffith
Copy link
Owner

Thank you so much for these fixes @ObviousInRetrospect, will make sure they are in next release!

@cdgriffith cdgriffith merged commit c7e2572 into cdgriffith:develop Jan 20, 2022
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.

2 participants