Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix encoding with multiple encoders #910

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SwareJonge
Copy link

Currently av1an can't use multiple encoders at the same time when specified in the zone overrides as it always passes the args from the command line when creating chunks.json.
With this fix it results in the expected behaviour, since according to the example in av1an --help it should be possible to do this already.
I'm not that familiar with Rust so if there are things i could've done better here, please point it out.

@SwareJonge
Copy link
Author

Well, that should be it. Not sure what causes the current error but that's out of my control, looks like it's the same error as issue #907

@shssoichiro
Copy link
Collaborator

The failing test seems to have been broken in master for a while, unfortunately I haven't been able to track down what the issue is. I should probably skip those tests until we find a fix (not ideal, but it is what it is).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants