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

[BUG] Parallel Encode Progress Display #105

Closed
Ichisich opened this issue May 6, 2022 · 1 comment
Closed

[BUG] Parallel Encode Progress Display #105

Ichisich opened this issue May 6, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Ichisich
Copy link

Ichisich commented May 6, 2022

In case multiple files get encoded parallelly instead of chunking, NEAV1E loses the progress as soon as the first file finishes encoding.
The number of files/workers doesn't matter, the bug even happens with only 2 parallel encodes.

Fortunately, the Video itself is unaffected, only the optic feedback in the NEAV1E GUI is pertained.

The queue works correctly as long as all files are processed:
working

As soon as one file (in this case 4c) finishes, the other progress bars get greyed out:
2

The finished queue:
Screenshot 2022-05-06 203120

P.S.
The bug already happened with 2.0.6, so it's not a regression.

@Ichisich Ichisich added the bug Something isn't working label May 6, 2022
@Alkl58
Copy link
Owner

Alkl58 commented Jun 3, 2022

Fixed in Release v2.0.8

@Alkl58 Alkl58 closed this as completed Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants