See, what I have done the following steps on my macOS:

-> brew install cmake
-> brew install melt
-> cloned this repository https://github.com/mltframework/mlt

Now for these java bindings to work, should I run the code directly in 
https://github.com/mltframework/mlt/tree/master/src/swig/java
Or are there any further requirements.

I have tried running commands
-> cmake .
-> cmake —build .
But getting this error
Undefined symbols for architecture arm64:

I want your help on what approach should I follow for this for the java 
bindings to work.

Thanks


On 22-Jan-2023, at 7:41 PM, Brian Matherly 
<brian.mathe...@yahoo.com<mailto:brian.mathe...@yahoo.com>> wrote:

> Currently what I am thinking is of using swig for the code conversion that 
> would change my java code to c/c++ code that mlt will use.

I hope you mean the other way around - make Java bindings for MLT so that you 
Java application can use it.

MLT already has Java bindings using SWIG:

https://github.com/mltframework/mlt/tree/master/src/swig/java

~Brian


On Sunday, January 22, 2023 at 07:27:47 AM CST, Ashish Kumar 
<ash...@racloop.com<mailto:ash...@racloop.com>> wrote:


Hi there,
I want to implement this mlt framework in java, for various video editing 
things. Can you guide me a way through it.

Currently what I am thinking is of using swig for the code conversion that 
would change my java code to c/c++ code that mlt will use.
Correct me if I am wrong.

Can you guide me through this.
Thanks

_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net<mailto:Mlt-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/mlt-devel

_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to