Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)
MIT License
543 stars 24 forks source link

[BUG] Parallel Encode Progress Display #105

Closed Ichisich closed 2 years ago

Ichisich commented 2 years ago

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.

Alkl58 commented 2 years ago

Fixed in Release v2.0.8