martin

Results 115 comments of martin

I don't understand the code (it looks a bit weird), but it seems like for some reason a convert filter is inserted, and that assumes there's another movit effect in...

patch try number 2 (it deleted the input instance, but didn't clear it): ``` diff --git a/src/modules/opengl/filter_movit_convert.cpp b/src/modules/opengl/filter_movit_convert.cpp index 3d06d618..10405787 100644 --- a/src/modules/opengl/filter_movit_convert.cpp +++ b/src/modules/opengl/filter_movit_convert.cpp @@ -594,6 +594,7 @@ static...

tldr: I'm a bit stuck, things point to mlt not handling RGB input correctly, valgrind is useless, but trying with asan and ubsan might point out something. I'm a bit...

> ``` > configure: WARNING: unrecognized options: --enable-debug > make: *** No rule to make target '/usr/src/gtest/src/gtest-all.cc', needed by 'gtest-all.o'. Stop. > ``` gtest-all.cc is at `/usr/src/googletest/src/gtest-all.cc` in archlinux (according...

with bumping minimum requirement to c++17 it could be replaced with std::from_chars(), that defines the behavior of `strtod` with a C locale.

> He is referring to the framework code, which is strictly C. oki. I started porting it yesterday, but didn't get very far because there's a lot of stuff in...

> Since you mentioned Movit, do note that it has been removed from Kdenlive due to instability, Could that be the cause? He wrote that it happens both with and...

> chroma rendering issues I was getting as reported I guess that might actually be because of my fixes (just rendering errors instead of crashing). do you get any error/warning...

That doesn't look like it is in movit (or at least movit's fault), though it happens in the movit filter. I suspect it might be because the movit filters request...