-
Notifications
You must be signed in to change notification settings - Fork 214
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
Assertion `av1_is_subpelmv_in_range(&ms_params.m v_limits, start_mv)' failed. #2608
Comments
https://aomedia.googlesource.com/aom/+/refs/tags/v3.9.1/av1/encoder/nonrd_pickmode.c#348 does not provide more context. Could you attach a file that reproduces the issue, along with the exact compile flags and |
I think I can't as I'm repacking proprietary business data... I'm repacking a bunch of JPGs into an animated AVIF. What do you think I can do to further investigate the reason? |
You can try filing a bug with libaom directly, see https://aomedia.googlesource.com/aom/#bug-reports. I am not familiar with this code. Assuming this assertion is safe to ignore, try building in Release to skip it. |
I thought I'm running Release as I copied build command from README, do you think it is a debug? |
You mean https://github.com/AOMediaCodec/libavif?tab=readme-ov-file#build-everything-from-scratch? Could you give the exact command lines you used to build the binaries and the exact command lines you used to call the binaries please? |
yes, I'm still struggling with it:
I followed build instrunctions exactly form the link you point to and then calling avifenc with the following command:
it works on majority of my jpg files but fails on some of them with the above error. I've tried passing |
Thank you. I do not see any blatant problem with the command lines you shared. I would suggest:
|
I think I can send data privately! Just to clarify: did the command I used for build (from README) builds a release build? if so, why does executable prints my local paths to files during the assertion? I've tried to build aom manually from ext/ folder but it didn't change anything. |
It should.
It should not. This is a separate issue filed as #2616. |
@y-guyon I'm sorry for the delay -- I've sent the data sample and reproduction command on provided e-mail, I hope it will help to resolve the problem! |
What does it typically mean? I'm repacking huge amount of data and most of it proceeeds fine, but some files are crashing with this error:
I've built v1.1.1 myself from source, using it with libaom v.3.9.1
The text was updated successfully, but these errors were encountered: