Re: [Mlt-devel] C lang examples

2021-11-13 Thread José María García Pérez
Very good points. Yes, I have been through the documentation (the C code seems a bit outdated, by the way). >From Nim I can bind to both C or C++, but I prefer to stick to C from now. But watching MLT++ code is a very good idea. Thank you both. El sáb, 13 nov 2021 a las 21:19, Dan Dennedy () esc

Re: [Mlt-devel] C lang examples

2021-11-13 Thread Dan Dennedy
It is preferable that bindings are made with the MLT C++ interface. If possible, then see also the unit tests in src/tests/ in the source tree. On Sat, Nov 13, 2021 at 12:02 PM Brian Matherly via Mlt-devel < mlt-devel@lists.sourceforge.net> wrote: > I think you have been reading the documentation

Re: [Mlt-devel] C lang examples

2021-11-13 Thread Brian Matherly via Mlt-devel
I think you have been reading the documentation, so I suppose you have already seen these pages:https://www.mltframework.org/docs/scriptbindings/ https://www.mltframework.org/docs/codeexamples/ I think the melt CLI application is probably your best option for C examples. I do not have any experi

[Mlt-devel] C lang examples

2021-11-13 Thread José María García Pérez
I am trying to create some bindings for MLT for the Nim programming language. Is there any place with many C lang examples? Cheers Jose M. ___ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel