-
Notifications
You must be signed in to change notification settings - Fork 2
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
For Encoder Preset lower than 8. Job Fails: Worker process exited! Worker process exit was not expected. #14
Comments
I have the same issue on windows using presets lower than 3 using VBR it crashes, using multipass the first part works bc that part runs using the highest (and fastest) preset number 13. |
Issue may be related to upstream: psy-ex/svt-av1-psy#115 and/or psy-ex/svt-av1-psy#114 |
If this is the same instability bug (links above), you can try lowering --lp or use an older release like 2.3.0 w/o -A. Afaik the underlying cause(s) haven't been identified yet. Alas, since the main dev left the team, an alternative might be to switch back to mainline after the pull requests from -psy have been merged - if and when that happens. https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests |
With the latest commit, I reverted the SVT-AV1-PSY version from 2.3.0-A to 2.3.0. The issue should now be resolved. I will upgrade it again when the PSY team addresses the instability with the necessary fixes. Thank you all for letting me know. |
When setting Video encoder to
AV1 (SVT PSY)
and setting theEncoder Preset
to any level lower than 8, the job fails but ifMulti-Pass
is on the first pass runs fine but fails on the second pass.Activity Log of Encoder Preset 7 [Fails]
Activity Log of Encoder Preset 8 [Passes]
The text was updated successfully, but these errors were encountered: