-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't convert JPG to AVIF on v1.1.1 using SVT-AV1-PSY with speed = 0 #84
Comments
Does this occur with every JPEG image or just particular ones? Does it work correctly with other speed values? I had no luck reproducing this bug. |
This happens with any .jpg but it works normal when using any other extension like .jpeg .png... |
Update: I was able to reproduce this bug. Steps to reproduce:
This seems like a bug in the encoder. The previous version seems fine. I wonder if it can be reproduced through As a temporary workaround, you can copy the encoder from the older version. The encoder is located in |
I'm not able to reproduce it with just Sometimes, binaries get unstable when run in |
svt-av1-psy v2.3.0-A has a bug where it crashes on at least preset 7 and lower on 8 bit: psy-ex/svt-av1-psy#115 |
Hi @Uranite thanks for the info. For me, it also happens with I tried writing a minimal reproducible example in PySide6, but could not get the encoder to behave similarly. Debugging this issue will be difficult. The most reliable way of reproducing it is to setup this project. It's hard to say if this bug is related to psy-ex/svt-av1-psy#115 or an entirely separate issue. |
Version
1.1.1
OS
Windows
Description
Can't convert JPG to AVIF using SVT-AV1-PSY with speed = 0
Everything is working fine when using AOM AV1
Steps to Reproduce
Expected Result
The file should be converted at the end of the process.
Current Result
Exceptions Occured
ID: C3
Exception: avifenc.exe
Source: image.jpg
Input Formats
JPG
Output Format
AVIF
Additional Information (Optional)
The text was updated successfully, but these errors were encountered: