Don Bowman
Don Bowman
i like the suggestions. I did try some merge upstream but i think its dormant.
what else is needed from me here?
it appears this happens with "composite and transform" (e.g. insert this as a composition).
https://github.com/mltframework/mlt/blob/master/src/modules/opengl/filter_movit_convert.cpp#L204 is the line number. it has an assert. i have no local changes, i've tried this both with pre-packaged build and local build from git master.
it crashes instantly. No warning, just instant death due to assert.
any update? anything i can do to help?
`./configure --enable-debug --enable-gpl3 --enable-gpl` worked for me, followed by `make -j128` files have -g: ``` cc -I../../ -DARCH_X86_64 -Wall -DPIC -DUSE_MMX -mmmx -DUSE_SSE -msse -DUSE_SSE2 -msse2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC...
i subsequently discovered if one has 'snap install juju' its broken, since it needs to use the juju included w/ conjure-up.
i'll try to find a time, but since i have a solution w/ my re-written initialiser (that i posted earlier), i cannot apply as-is to my production type system since...
> I've been looking and this is where I got: > > * I can't import the evdev module anymore in python3.7 or greater. My error is different than yours...