Should be fixed. Please test and let me know in case the issue is still present!
I pushed it upstream, thanks.
Thanks for that thorough investigation! That should help with the decision. Maybe one more question: do you know which versions of blender these distros ship?
Unsure, hard to say what downstream users like distro's are doing, pretty sure we could drop support for really old versions like 3.x without causing too much discomfort for downstream users,…
The minimum supported ffmpeg version for blender is according to
ffmpeg_compat.h
is 3.2.0 i don't see suddenly supporting only the latest version being inline with with this long history of…
I cannot reproduce the error, for me it just works. Does it also happen with short ogg or wav files? If not, it hints at ffmpeg being the issue and then it can really depend on the library version.
Changing this to 1 would be quite hard, I think, unless I'm missing something. Or better said, it's easy to do but it would loose the gradual fade over the course of that frame. And I…
I do, because that's what the graph editor is showing me.
Right, that's understandable.
Changing this to 1 would be quite hard, I think, unless I'm missing something. Or better said,…
The off-by-one-frame issue you are seeing (or better hearing) is not a bug, but a conscious implementation. The per-frame animation values are at a low resolution in comparison to the resolution…