-
Notifications
You must be signed in to change notification settings - Fork 18
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
Builder Assertion failed #135
Comments
Did you pass any arguments to |
Didn't matter. No option, only thread count, only speed options, both, always errors.
|
Can you check that the images have the same resolution? |
They are all from a timelapse i made myself, and used with a similar tool for macos. Both the conversion and the remaking didn't work.I will append a snippet from my json but i have tried both with specifying the gps with "*" and not passing these arguments (verified that exiftool returns the correct gps). Due to the way i create these scripts, my json uses ' instead of ", maybe that could prove a problem?
|
|
This is strange. Can you share the source images so I can test whether kdynamicwallpaperbuilder succeeds on my machine? and if not, debug why it fails. You can find my email at profile page. |
the source images and the manifest json file* |
I could reliably get a crash with any picture and 96 entries, while a smaller set works without error. Currently trying to find out where the breaking point is |
Hmm, it might be a bug in the encoder. It would be nice to test with |
It looks like there's no way to specify the codec via an envvar :(, so I'll add an option in |
qt5, but since the --speed 1 option is a valid workaround, you could maybe only update the newer version, if that is easier |
The linked commit adds a codec option. It can be used as
|
^ that commits backports |
Let me know if |
Oh wow, |
BTW
This should be
The |
The branch gives the error Some observations handling these data sizes: One last idea would be some kind of progress indicator within the builder tool, currently i can only guess the progress with resource usage. Update: using rav1e i could encode the picture (using default options) in just under 1.5 hours. The file size is also ~100 MB smaller. Thanks for your continued support and even just the project itself! |
running the builder errors out with
kdynamicwallpaperbuilder: ./av1/encoder/ratectrl.c:1219: rc_pick_q_and_bounds_no_stats_cbr: Assertion
q <= rc->worst_quality && q >= rc->best_quality' failed.` when using both the default Ubuntu Repo version and the 4.4.0 version (IOT instruction (core dumped))The text was updated successfully, but these errors were encountered: