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 compatibility with x265 4.0 #893

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

shssoichiro
Copy link
Collaborator

@shssoichiro shssoichiro commented Nov 23, 2024

x265 version 4.0 introduced an undocumented breaking change to the CLI where passing the input without the --input flag is no longer supported. Therefore, we need to update av1an accordingly. The --input syntax is also supported by x265 3.x, so this change is backwards compatible.

Fixes #892

@master-of-zen
Copy link
Owner

Looks good to me, but target quality needs fixing.
I will merge for now so we can move on

@master-of-zen master-of-zen merged commit 5e56c2f into master-of-zen:master Dec 1, 2024
4 of 5 checks passed
@shssoichiro
Copy link
Collaborator Author

Yeah not sure what's up with target quality there, I am not sure why that would need a different fix than the regular encode CLI

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.

x265 [WARN]: extra unused command arguments given
2 participants