[Mlt-devel] Speed effect losing video

2015-02-03 Thread Vincent Pinon
Hello, We recently got that issue on Kdenlive that apparently also appears in OpenShot: https://forum.kde.org/viewtopic.php?f=270&t=124580&p=328850#p328850 Maybe it is linked to: http://sourceforge.net/p/mlt/bugs/164/ Can you have a look? Many thanks, Vincent

Re: [Mlt-devel] MinGW link error with mlt_slices_*_normal

2017-03-27 Thread Vincent Pinon
Hello again, I solved my problem adding -Wl,--out-implib,libmlt.dll.a to the link line in src/framework/Makefile ... but I still don't understand why I needed this :\ BR, Vincent -- Check out the vibrant tech community

[Mlt-devel] MinGW link error with mlt_slices_*_normal

2017-03-27 Thread Vincent Pinon
Hello, I'm building Kdenlive for Windows (from Linux using MXE); MLT 6.4.1 builds but using latest git code I get: x86_64-w64-mingw32.shared.posix-gcc -shared -o ../libmltfrei0r.dll factory.o producer_frei0r.o filter_frei0r.o transition_frei0r.o frei0r_helper.o -L/home/loul/devel/mxe/usr/x86_6

Re: [Mlt-devel] MinGW link error with mlt_slices_*_normal

2017-03-27 Thread Vincent Pinon
Sorry for the stupid noise: I had a LDFLAGS pointing to an old libmlt.dll (so without the recent functions) picked before the built one. I'll try to open my eyes before disturbing the world next time! Have a nice day :) Vincent ---

[Mlt-devel] New plugin types (OpenFX, LV2...)

2017-07-31 Thread Vincent Pinon
Hello, I have in mind for some time to try to prepare a plugin to get GMIC effects. Yesterday on kdenlive list we were pointed that an OpenFX plugin just got out (used in Natron). https://plus.google.com/+TobiasFleischer/posts/hJBJqNBXzBM Before (slowly) trying something, I would like to know if